diff options
author | rh <rh@pkgsrc.org> | 2001-08-26 16:55:46 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-08-26 16:55:46 +0000 |
commit | 32423096e3679bf9efed1b6c5830dd46b38f1fe6 (patch) | |
tree | 538397e45fc9688b549d74c0fd10829bccb47e68 /devel | |
parent | 70cc2b61c4464f63235e3db16d951f11584b3cef (diff) | |
download | pkgsrc-32423096e3679bf9efed1b6c5830dd46b38f1fe6.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')
-rw-r--r-- | devel/GConf/Makefile | 4 | ||||
-rw-r--r-- | devel/GConf/distinfo | 7 | ||||
-rw-r--r-- | devel/GConf/patches/patch-ae | 13 | ||||
-rw-r--r-- | devel/GConf/pkg/PLIST | 6 |
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 |