svn commit: r410996 - head/editors/mousepad

Olivier Duchateau olivierd at FreeBSD.org
Sun Mar 13 15:34:54 UTC 2016


Author: olivierd
Date: Sun Mar 13 15:34:52 2016
New Revision: 410996
URL: https://svnweb.freebsd.org/changeset/ports/410996

Log:
  Add a backend to GSettings when GTK3 option is set. Otherwise configuration
  will not be saved.
  With GTK+ 2 GUI toolkit, preferences seem preserved each new session.
  
  Obtained from:	Xfce devel repository

Modified:
  head/editors/mousepad/Makefile

Modified: head/editors/mousepad/Makefile
==============================================================================
--- head/editors/mousepad/Makefile	Sun Mar 13 15:17:02 2016	(r410995)
+++ head/editors/mousepad/Makefile	Sun Mar 13 15:34:52 2016	(r410996)
@@ -22,7 +22,7 @@ USE_GNOME=	glib20 intltool intlhack
 
 OPTIONS_DEFINE=	GTK3
 GTK3_CONFIGURE_ENABLE=	gtk3
-GTK3_USE=	gnome=gtk30,gtksourceview3
+GTK3_USE=	gnome=gtk30,gtksourceview3,dconf
 GTK3_USE_OFF=	gnome=gtk20,gtksourceview2
 
 GLIB_SCHEMAS=	org.xfce.mousepad.gschema.xml


More information about the svn-ports-all mailing list