3e541d98df
Highlights: - Implement regular expression search (Sébastien Wilmet) - Use the GtkSourceView search and replace API (Sébastien Wilmet) - Deprecate the gedit search and replace API (Sébastien Wilmet) - Display the number of search occurrences and the current occurrence position in the search entry (Ignacio Casal Quinteiro, Sébastien Wilmet) - Fix tab groups (Garrett Regier) - Fix clicking on replace dialog buttons (Sébastien Wilmet) - Add new Highlight Mode dialog (Ignacio Casal Quinteiro) - Allow shell quotes in commands from Run Command tool (Adam Dingle) - Use widget templates (Ignacio Casal Quinteiro, Paolo Borelli) - Use revealer to animate the search bar and the notification bars (Ignacio Casal Quinteiro) - Port to GtkApplication (Paolo Borelli, Ryan Lortie, Ignacio Casal Quinteiro) - Port to python 3 (Ignacio Casal Quinteiro) - Translation updates For full release notes see: https://git.gnome.org/browse/gedit/tree/NEWS?id=3.10.4
9 lines
220 B
Makefile
9 lines
220 B
Makefile
# $NetBSD: Makefile,v 1.12 2014/02/12 01:49:10 prlw1 Exp $
|
|
|
|
.include "../../editors/gedit3/Makefile.common"
|
|
|
|
COMMENT= Lightweight GNOME UTF-8 text editor
|
|
|
|
CONFIGURE_ARGS+= --disable-spell
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|