summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-11-23 19:33:08 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-11-23 19:33:08 +0000
commitbdb974fb79ead708425a1e6b49538c24c2b26718 (patch)
treeb906cf3a4ea2ecd3dbc91bd181eb3cc97551688b /deskutils
parentForced commit to note these patches were originally done by (diff)
Use new GCONF_SCHEMAS.
Approved by: pav
Notes
Notes: svn path=/head/; revision=122241
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gnome-blog/Makefile2
-rw-r--r--deskutils/gnome-blog/pkg-plist3
-rw-r--r--deskutils/gnomeblog/Makefile2
-rw-r--r--deskutils/gnomeblog/pkg-plist3
-rw-r--r--deskutils/goats/Makefile2
-rw-r--r--deskutils/goats/pkg-plist3
-rw-r--r--deskutils/gtodo/Makefile2
-rw-r--r--deskutils/gtodo/pkg-plist3
8 files changed, 8 insertions, 12 deletions
diff --git a/deskutils/gnome-blog/Makefile b/deskutils/gnome-blog/Makefile
index c122b49fecb6..d1d065390124 100644
--- a/deskutils/gnome-blog/Makefile
+++ b/deskutils/gnome-blog/Makefile
@@ -25,4 +25,6 @@ USE_GNOME= gnomehack gnomeprefix pygnome2
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/libs"
+GCONF_SCHEMAS= gnomeblog.schemas
+
.include <bsd.port.mk>
diff --git a/deskutils/gnome-blog/pkg-plist b/deskutils/gnome-blog/pkg-plist
index 320b75052f86..21761df342a3 100644
--- a/deskutils/gnome-blog/pkg-plist
+++ b/deskutils/gnome-blog/pkg-plist
@@ -1,8 +1,5 @@
bin/blog_applet.py
bin/gnome-blog-poster
-@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gnomeblog.schemas > /dev/null || /usr/bin/true
-etc/gconf/schemas/gnomeblog.schemas
-@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gnomeblog.schemas > /dev/null || /usr/bin/true
%%PYTHON_SITELIBDIR%%/gnomeblog/MetaWeblog.py
%%PYTHON_SITELIBDIR%%/gnomeblog/MetaWeblog.pyc
%%PYTHON_SITELIBDIR%%/gnomeblog/MetaWeblog.pyo
diff --git a/deskutils/gnomeblog/Makefile b/deskutils/gnomeblog/Makefile
index c122b49fecb6..d1d065390124 100644
--- a/deskutils/gnomeblog/Makefile
+++ b/deskutils/gnomeblog/Makefile
@@ -25,4 +25,6 @@ USE_GNOME= gnomehack gnomeprefix pygnome2
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/libs"
+GCONF_SCHEMAS= gnomeblog.schemas
+
.include <bsd.port.mk>
diff --git a/deskutils/gnomeblog/pkg-plist b/deskutils/gnomeblog/pkg-plist
index 320b75052f86..21761df342a3 100644
--- a/deskutils/gnomeblog/pkg-plist
+++ b/deskutils/gnomeblog/pkg-plist
@@ -1,8 +1,5 @@
bin/blog_applet.py
bin/gnome-blog-poster
-@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gnomeblog.schemas > /dev/null || /usr/bin/true
-etc/gconf/schemas/gnomeblog.schemas
-@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gnomeblog.schemas > /dev/null || /usr/bin/true
%%PYTHON_SITELIBDIR%%/gnomeblog/MetaWeblog.py
%%PYTHON_SITELIBDIR%%/gnomeblog/MetaWeblog.pyc
%%PYTHON_SITELIBDIR%%/gnomeblog/MetaWeblog.pyo
diff --git a/deskutils/goats/Makefile b/deskutils/goats/Makefile
index c9a43120c91c..83cdc9afb7f7 100644
--- a/deskutils/goats/Makefile
+++ b/deskutils/goats/Makefile
@@ -21,6 +21,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+GCONF_SCHEMAS= goats.schemas
+
post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g'
diff --git a/deskutils/goats/pkg-plist b/deskutils/goats/pkg-plist
index 8e259e704eab..8cf0b03241cf 100644
--- a/deskutils/goats/pkg-plist
+++ b/deskutils/goats/pkg-plist
@@ -1,8 +1,5 @@
bin/goats-applet
bin/goat-create
-@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/goats.schemas > /dev/null || /usr/bin/true
-etc/gconf/schemas/goats.schemas
-@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/goats.schemas > /dev/null || /usr/bin/true
libdata/bonobo/servers/GNOME_GoatsApplet.server
share/gnome/gnome-2.0/ui/GNOME_GoatsApplet.xml
share/gnome/goats/alarm.png
diff --git a/deskutils/gtodo/Makefile b/deskutils/gtodo/Makefile
index 91353b7f316d..2ad8532952c7 100644
--- a/deskutils/gtodo/Makefile
+++ b/deskutils/gtodo/Makefile
@@ -24,4 +24,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+GCONF_SCHEMAS= gtodo.schemas
+
.include <bsd.port.mk>
diff --git a/deskutils/gtodo/pkg-plist b/deskutils/gtodo/pkg-plist
index aa1e862aa553..d8924d1eb992 100644
--- a/deskutils/gtodo/pkg-plist
+++ b/deskutils/gtodo/pkg-plist
@@ -1,7 +1,4 @@
bin/gtodo
-@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gtodo.schemas > /dev/null || /usr/bin/true
-etc/gconf/schemas/gtodo.schemas
-@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gtodo.schemas > /dev/null || /usr/bin/true
share/gnome/applications/gtodo.desktop
share/gnome/pixmaps/gtodo-about.png
share/gnome/pixmaps/gtodo-edit.png