summaryrefslogtreecommitdiff
path: root/devel/GConf
diff options
context:
space:
mode:
authorrh <rh>2001-08-26 16:55:46 +0000
committerrh <rh>2001-08-26 16:55:46 +0000
commit7b477a9d1a66222fadd0c9dd8b784d3b968f7b2c (patch)
tree538397e45fc9688b549d74c0fd10829bccb47e68 /devel/GConf
parentdad5283c8475fd1bd4f5487c27bc85967de3c82d (diff)
downloadpkgsrc-7b477a9d1a66222fadd0c9dd8b784d3b968f7b2c.tar.gz
Update GConf to 1.0.4. No list of changes is available, but apparently
GConf-1.0.4 is required for galeon-1.20 as pointed out in private mail by Shin'ichiro TAYA <taya@netbsd.org>
Diffstat (limited to 'devel/GConf')
-rw-r--r--devel/GConf/Makefile4
-rw-r--r--devel/GConf/distinfo7
-rw-r--r--devel/GConf/patches/patch-ae13
-rw-r--r--devel/GConf/pkg/PLIST6
4 files changed, 24 insertions, 6 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile
index 6906fd72674..d08dcfbc9c1 100644
--- a/devel/GConf/Makefile
+++ b/devel/GConf/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2001/08/11 18:28:58 rh Exp $
+# $NetBSD: Makefile,v 1.17 2001/08/26 16:55:46 rh Exp $
#
-DISTNAME= GConf-1.0.3
+DISTNAME= GConf-1.0.4
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/GConf/}
EXTRACT_SUFX= .tar.bz2
diff --git a/devel/GConf/distinfo b/devel/GConf/distinfo
index d8619a0eced..1e5aad259b9 100644
--- a/devel/GConf/distinfo
+++ b/devel/GConf/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.3 2001/08/11 18:28:58 rh Exp $
+$NetBSD: distinfo,v 1.4 2001/08/26 16:55:46 rh Exp $
-SHA1 (GConf-1.0.3.tar.bz2) = 2510418de8a5e062cc953194f0a4230d88316e28
-Size (GConf-1.0.3.tar.bz2) = 671630 bytes
+SHA1 (GConf-1.0.4.tar.bz2) = b7ab9e59f4e7629ac00c904536859e0cca22c402
+Size (GConf-1.0.4.tar.bz2) = 683894 bytes
SHA1 (patch-aa) = 4249617614234ecb57c84a8f128fdd673ffadc13
SHA1 (patch-ab) = 4ff400a4173fd3135361f17e2f33e08ae5e1a0a5
SHA1 (patch-ac) = 9501b64e48663807ef923efe1778b69d3291510e
SHA1 (patch-ad) = ba80c589aedd007cd78d455cdee297b8cdb8e89f
+SHA1 (patch-ae) = edb276108dfef31dccd4f2e586f376334a13ed7d
diff --git a/devel/GConf/patches/patch-ae b/devel/GConf/patches/patch-ae
new file mode 100644
index 00000000000..a39e5b571cd
--- /dev/null
+++ b/devel/GConf/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2001/08/26 16:55:46 rh Exp $
+
+--- gconf/Makefile.in.orig Thu Aug 16 00:01:16 2001
++++ gconf/Makefile.in
+@@ -546,7 +546,7 @@
+
+ install-data-local:
+ -mkdir -p $(DESTDIR)$(sysconfdir)/gconf/$(MAJOR_VERSION)
+- $(INSTALL_DATA) default.path $(DESTDIR)$(sysconfdir)/gconf/$(MAJOR_VERSION)/path
++ $(INSTALL_DATA) default.path $(DESTDIR)$(sysconfdir)/gconf/$(MAJOR_VERSION)/path.example
+ -mkdir -p $(DESTDIR)$(datadir)/oaf
+ $(INSTALL_DATA) gconfd.oafinfo $(DESTDIR)$(datadir)/oaf/gconfd-$(MAJOR_VERSION).oafinfo
+
diff --git a/devel/GConf/pkg/PLIST b/devel/GConf/pkg/PLIST
index 1175007183e..a82e66e8035 100644
--- a/devel/GConf/pkg/PLIST
+++ b/devel/GConf/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2001/08/11 18:28:58 rh Exp $
+@comment $NetBSD: PLIST,v 1.11 2001/08/26 16:55:46 rh Exp $
bin/gconf-config
bin/gconf-config-1
bin/gconfd-1
@@ -66,6 +66,10 @@ share/oaf/gconfd-1.oafinfo
@dirrm include/gconf/1
@dirrm include/gconf
@dirrm etc/gconf/schemas
+@exec /bin/mkdir -p /usr/X11R6/etc/gconf/gconf.xml.mandatory
+@dirrm etc/gconf/gconf.xml.mandatory
+@exec /bin/mkdir -p /usr/X11R6/etc/gconf/gconf.xml.defaults
+@dirrm etc/gconf/gconf.xml.defaults
@dirrm etc/gconf/1
@dirrm etc/gconf
@exec test %D = ${LOCALBASE} || ln -s %D/share/aclocal/gconf-1.m4 ${LOCALBASE}/share/aclocal/gconf-1.m4