summaryrefslogtreecommitdiff
path: root/x11/gnome-panel
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-02-18 20:52:05 +0000
committerjmmv <jmmv@pkgsrc.org>2003-02-18 20:52:05 +0000
commit3a84fed861b273b4ce2378033150c8117ee615d3 (patch)
treef8ed18fedc9cb105c3e863d8c59e303086d28fdd /x11/gnome-panel
parent661cfce1471e8024ef5d083253c34831af87d894 (diff)
downloadpkgsrc-3a84fed861b273b4ce2378033150c8117ee615d3.tar.gz
GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the
configuration database from beeing modified by packages that do not honour the --disable-schemas-install option. There is no need to patch these broken packages any more. Okay'ed by wiz.
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r--x11/gnome-panel/distinfo8
-rw-r--r--x11/gnome-panel/patches/patch-ac11
-rw-r--r--x11/gnome-panel/patches/patch-ad11
-rw-r--r--x11/gnome-panel/patches/patch-ag11
4 files changed, 7 insertions, 34 deletions
diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo
index 61271397449..c4c6dcb6b18 100644
--- a/x11/gnome-panel/distinfo
+++ b/x11/gnome-panel/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.4 2003/02/15 12:02:34 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2003/02/18 20:52:08 jmmv Exp $
SHA1 (gnome-panel-2.2.0.1.tar.bz2) = 5da094f37dfb5433bcd7eba42ceea9c86e11e586
Size (gnome-panel-2.2.0.1.tar.bz2) = 1775486 bytes
SHA1 (patch-ab) = 4673a6b83dc31e129e81419275fe3f60ad7b7eda
-SHA1 (patch-ac) = 01ee6684dca4076384c96d869e7e77ff68e55f2a
-SHA1 (patch-ad) = 137b18f7fcbebbe12126278e94c85a281a5d80ca
+SHA1 (patch-ac) = fbf30d038322cd2366bcd2c67088d5a5369edd03
+SHA1 (patch-ad) = 68ef55c876e70fb6e8b20eb415e0e31aa111da28
SHA1 (patch-ae) = 0e2b0efbce597d5517b05216ed3eaaa5ae5b7351
SHA1 (patch-af) = 78d8cecec09db1743b640b9b516033b1fc8f96d4
-SHA1 (patch-ag) = be9305fbaa08a946b2850bde2e69aed9dd5a55d9
+SHA1 (patch-ag) = 6f039752a72d21ae3ad38673c10937adbf403141
diff --git a/x11/gnome-panel/patches/patch-ac b/x11/gnome-panel/patches/patch-ac
index 2dc0e202aa7..981b81015ab 100644
--- a/x11/gnome-panel/patches/patch-ac
+++ b/x11/gnome-panel/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.3 2003/02/15 12:02:34 jmmv Exp $
+$NetBSD: patch-ac,v 1.4 2003/02/18 20:52:09 jmmv Exp $
--- applets/gen_util/Makefile.in.orig 2003-02-04 00:29:54.000000000 +0100
+++ applets/gen_util/Makefile.in
@@ -40,12 +40,3 @@ $NetBSD: patch-ac,v 1.3 2003/02/15 12:02:34 jmmv Exp $
fi; fi; \
done
-@@ -641,7 +642,7 @@ GNOME_GenUtilApplet_Factory.server.in: G
-
- # don't do this if we are building in eg. rpm
- install-data-local:
-- if test -z "$(DESTDIR)" ; then \
-+ if false; then \
- for p in $(schemas_DATA) ; do \
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/applets/gen_util/$$p ; \
- done \
diff --git a/x11/gnome-panel/patches/patch-ad b/x11/gnome-panel/patches/patch-ad
index 0bace0bd3a5..106955aed38 100644
--- a/x11/gnome-panel/patches/patch-ad
+++ b/x11/gnome-panel/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.2 2003/02/14 21:05:28 jmmv Exp $
+$NetBSD: patch-ad,v 1.3 2003/02/18 20:52:09 jmmv Exp $
--- applets/fish/Makefile.in.orig 2003-02-04 00:29:54.000000000 +0100
+++ applets/fish/Makefile.in
@@ -33,12 +33,3 @@ $NetBSD: patch-ad,v 1.2 2003/02/14 21:05:28 jmmv Exp $
else :; fi; \
done
-@@ -574,7 +575,7 @@ $(server_in_files): $(server_in_files).i
-
- # don't do this if we are building in eg. rpm
- install-data-local:
-- if test -z "$(DESTDIR)" ; then \
-+ if false; then \
- for p in $(schemas_DATA) ; do \
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/applets/fish/$$p ; \
- done \
diff --git a/x11/gnome-panel/patches/patch-ag b/x11/gnome-panel/patches/patch-ag
index 87a1e381daa..3a77bd7e69b 100644
--- a/x11/gnome-panel/patches/patch-ag
+++ b/x11/gnome-panel/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.1 2003/02/14 21:05:28 jmmv Exp $
+$NetBSD: patch-ag,v 1.2 2003/02/18 20:52:09 jmmv Exp $
--- gnome-panel/Makefile.in.orig 2003-02-04 00:29:51.000000000 +0100
+++ gnome-panel/Makefile.in
@@ -11,12 +11,3 @@ $NetBSD: patch-ag,v 1.1 2003/02/14 21:05:28 jmmv Exp $
schemas_in_files = panel-global-config.schemas.in panel-per-panel-config.schemas.in gnome-panel-screenshot.schemas.in $(NULL)
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
-@@ -959,7 +959,7 @@ panel-typebuiltins.h: @REBUILD@ $(panel_
- @INTLTOOL_SCHEMAS_RULE@
-
- install-data-local:
-- if test -z "$(DESTDIR)" ; then \
-+ if false; then \
- for p in $(schemas_DATA) ; do \
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/gnome-panel/$$p ; \
- done \