From 3889ff685d1b18c4e78917542bc9343c41f87d02 Mon Sep 17 00:00:00 2001 From: kwm Date: Thu, 29 Aug 2013 21:14:12 +0000 Subject: Fix gschema for dconf-editors. Submitted by: Eric Turgeon git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18669 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/dconf-editor/Makefile | 2 +- devel/dconf/Makefile | 9 +++---- .../patch-editor_ca.desrt.dconf-editor.gschema.xml | 31 ++++++++++++++++++++++ 3 files changed, 36 insertions(+), 6 deletions(-) create mode 100644 devel/dconf/files/patch-editor_ca.desrt.dconf-editor.gschema.xml diff --git a/devel/dconf-editor/Makefile b/devel/dconf-editor/Makefile index c99938642..cb9fe3e8d 100644 --- a/devel/dconf-editor/Makefile +++ b/devel/dconf-editor/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= dconf -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -editor COMMENT= configuration editor for dconf diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index 114a7d52d..261f97d0c 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -11,12 +11,11 @@ DISTNAME= dconf-${PORTVERSION} DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org -COMMENT= A configuration database system for GNOME +COMMENT= Configuration database system for GNOME BUILD_DEPENDS= vala>=0.18.1:${PORTSDIR}/lang/vala \ docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl - -LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus USE_XZ= yes USES= gettext gmake pathfix pkgconfig @@ -33,7 +32,7 @@ DCONF_SLAVE?= no USE_GNOME+= gtk30 INSTALLS_ICONS= yes GLIB_SCHEMAS= ca.desrt.dconf-editor.gschema.xml -LIB_DEPENDS+= dconf:${PORTSDIR}/devel/dconf +LIB_DEPENDS+= libdconf.so:${PORTSDIR}/devel/dconf .else CONFIGURE_ARGS+=--disable-editor .endif @@ -56,7 +55,7 @@ post-patch: ${WRKSRC}/client/Makefile.in \ ${WRKSRC}/editor/Makefile.in -pre-build: +#pre-build: # ${GMAKE} -C ${WRKSRC}/client dconf-client.c libdconf.so.0 # ${GMAKE} -C ${WRKSRC}/dbus-1 dconf-dbus-1.c libdconf-dbus-1.so.0 diff --git a/devel/dconf/files/patch-editor_ca.desrt.dconf-editor.gschema.xml b/devel/dconf/files/patch-editor_ca.desrt.dconf-editor.gschema.xml new file mode 100644 index 000000000..bacfb9411 --- /dev/null +++ b/devel/dconf/files/patch-editor_ca.desrt.dconf-editor.gschema.xml @@ -0,0 +1,31 @@ +--- editor/ca.desrt.dconf-editor.gschema.xml.orig 2013-08-29 22:55:54.000000000 +0200 ++++ editor/ca.desrt.dconf-editor.gschema.xml 2013-08-29 23:08:00.000000000 +0200 +@@ -1,20 +1,25 @@ + + + +- ++ + 800 + The width of the window + The width of the main window in pixels. + +- ++ + 600 + The height of the window + The height of the main window in pixels. + +- ++ + false + A flag to enable maximized mode + A flag to enable maximized mode + ++ ++ false ++ A flag to enable fullscreen mode ++ A flag to enable fullscreen mode ++ + + -- cgit v1.2.3