diff options
author | rh <rh@pkgsrc.org> | 2000-08-30 06:19:08 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-08-30 06:19:08 +0000 |
commit | e7f59241bef53a6a18b6d26a2f34480878e0706c (patch) | |
tree | dbc2cd17073f7fd1f05a3dc03bd5432a10d1aaf2 /devel | |
parent | d86c32023166ac2132c92d451dea02c15068f89b (diff) | |
download | pkgsrc-e7f59241bef53a6a18b6d26a2f34480878e0706c.tar.gz |
Initial import of GConf-0.8, a configuration database system for GNOME.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/GConf/Makefile | 34 | ||||
-rw-r--r-- | devel/GConf/files/md5 | 3 | ||||
-rw-r--r-- | devel/GConf/files/patch-sum | 4 | ||||
-rw-r--r-- | devel/GConf/patches/patch-aa | 13 | ||||
-rw-r--r-- | devel/GConf/patches/patch-ab | 13 | ||||
-rw-r--r-- | devel/GConf/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/GConf/pkg/DESCR | 9 | ||||
-rw-r--r-- | devel/GConf/pkg/MESSAGE | 9 | ||||
-rw-r--r-- | devel/GConf/pkg/PLIST | 65 |
9 files changed, 151 insertions, 0 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile new file mode 100644 index 00000000000..d9c4cba9098 --- /dev/null +++ b/devel/GConf/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/08/30 06:19:08 rh Exp $ +# + +DISTNAME= GConf-0.8 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/GConf/} + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://advogato.org/proj/GConf/ + +DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core +DEPENDS+= oaf-*:../../devel/oaf +DEPENDS+= guile>=1.3.4:../../lang/guile + +MESSAGE_FILE= ${WRKDIR}/MESSAGE + +.include "../../mk/bsd.prefs.mk" + +.if ${OBJECT_FMT} != "ELF" +BROKEN= "GConf only builds correctly on ELF architectures" +.endif + +GNU_CONFIGURE= YES +USE_X11BASE= YES +USE_LIBTOOL= YES + +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11PREFIX}/include" + +post-install: + ${SED} -e 's#@@X11PREFIX@@#${X11PREFIX}#g' < ${PKGDIR}/MESSAGE \ + > ${MESSAGE_FILE} + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/GConf/files/md5 b/devel/GConf/files/md5 new file mode 100644 index 00000000000..f945c32e9b2 --- /dev/null +++ b/devel/GConf/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/08/30 06:19:09 rh Exp $ + +MD5 (GConf-0.8.tar.gz) = 57258919431085a58b16269c63b92ff3 diff --git a/devel/GConf/files/patch-sum b/devel/GConf/files/patch-sum new file mode 100644 index 00000000000..d4b83324a93 --- /dev/null +++ b/devel/GConf/files/patch-sum @@ -0,0 +1,4 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/08/30 06:19:09 rh Exp $ + +MD5 (patch-aa) = 45ce132399ac6075e8eaf52ca205c4fd +MD5 (patch-ab) = 253b773d91477f656a8d380edde534d1 diff --git a/devel/GConf/patches/patch-aa b/devel/GConf/patches/patch-aa new file mode 100644 index 00000000000..d68cc6c798e --- /dev/null +++ b/devel/GConf/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/08/30 06:19:09 rh Exp $ + +--- gconf/gconf.c.orig Sun Jul 16 19:50:40 2000 ++++ gconf/gconf.c Sun Jul 16 19:50:48 2000 +@@ -17,7 +17,7 @@ + * Boston, MA 02111-1307, USA. + */ + +-#include <popt.h> ++#include <popt-gnome.h> + #include "GConf.h" + #include "gconf.h" + #include "gconf-internals.h" diff --git a/devel/GConf/patches/patch-ab b/devel/GConf/patches/patch-ab new file mode 100644 index 00000000000..3c8fb5e30a6 --- /dev/null +++ b/devel/GConf/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/08/30 06:19:09 rh Exp $ + +--- gconf/gconftool.c.orig Sun Jul 16 19:50:58 2000 ++++ gconf/gconftool.c Sun Jul 16 19:51:07 2000 +@@ -21,7 +21,7 @@ + #include "gconf-internals.h" + #include <stdio.h> + #include <unistd.h> +-#include <popt.h> ++#include <popt-gnome.h> + #include <gnome-xml/tree.h> + #include <gnome-xml/parser.h> + #include <stdlib.h> diff --git a/devel/GConf/pkg/COMMENT b/devel/GConf/pkg/COMMENT new file mode 100644 index 00000000000..e5ebfe3ca68 --- /dev/null +++ b/devel/GConf/pkg/COMMENT @@ -0,0 +1 @@ +configuration database system used by GNOME diff --git a/devel/GConf/pkg/DESCR b/devel/GConf/pkg/DESCR new file mode 100644 index 00000000000..6d0a817062d --- /dev/null +++ b/devel/GConf/pkg/DESCR @@ -0,0 +1,9 @@ + GConf is a configuration database system, functionally similar to the +Windows registry but lots better. :-) It's being written for the GNOME +desktop. + + GCONF IS SO INCREDIBLY ALPHA. AS IN, THERE ARE MORE UNTESTED CODE PATHS +THAN TESTED ONES. However, it "theoretically" works and I'm interested in +people trying it out and looking for bugs. + + Havoc Pennington <hp@redhat.com> diff --git a/devel/GConf/pkg/MESSAGE b/devel/GConf/pkg/MESSAGE new file mode 100644 index 00000000000..3a9ae6e35b4 --- /dev/null +++ b/devel/GConf/pkg/MESSAGE @@ -0,0 +1,9 @@ +$NetBSD: MESSAGE,v 1.1.1.1 2000/08/30 06:19:08 rh Exp $ + +========================================================================== + GConf has now been installed on your system. + + If this is your first install of GConf, you may need to move + @@X11PREFIX@@/etc/gconf/1/path.example to @@X11PREFIX@@/etc/gconf/1/path + so that the default configuration is sane. +========================================================================== diff --git a/devel/GConf/pkg/PLIST b/devel/GConf/pkg/PLIST new file mode 100644 index 00000000000..5e52bacf625 --- /dev/null +++ b/devel/GConf/pkg/PLIST @@ -0,0 +1,65 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/30 06:19:08 rh Exp $ +bin/gconf-config +bin/gconf-config-1 +bin/gconfd-1 +bin/gconftool +bin/gconftool-1 +etc/gconf/1/path.example +etc/gconf/gconf.xml.defaults/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/desktop/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/desktop/standard/%gconf.xml +etc/gconf/schemas/desktop.schemas +include/gconf/1/gconf/gconf-backend.h +include/gconf/1/gconf/gconf-changeset.h +include/gconf/1/gconf/gconf-client.h +include/gconf/1/gconf/gconf-engine.h +include/gconf/1/gconf/gconf-error.h +include/gconf/1/gconf/gconf-listeners.h +include/gconf/1/gconf/gconf-schema.h +include/gconf/1/gconf/gconf-value.h +include/gconf/1/gconf/gconf.h +lib/GConf/1/libgconfbackend-xml.a +lib/GConf/1/libgconfbackend-xml.la +lib/GConf/1/libgconfbackend-xml.so.0.0 +lib/libgconf-1.a +lib/libgconf-1.la +lib/libgconf-1.so.0.1 +lib/libgconf-gtk-1.a +lib/libgconf-gtk-1.la +lib/libgconf-gtk-1.so.0.1 +lib/libgconf-gtk.so +lib/libgconf-gtk.so.1 +lib/libgconf.so +lib/libgconf.so.8 +share/aclocal/gconf-1.m4 +share/locale/ca/LC_MESSAGES/GConf.mo +share/locale/cs/LC_MESSAGES/GConf.mo +share/locale/da/LC_MESSAGES/GConf.mo +share/locale/de/LC_MESSAGES/GConf.mo +share/locale/el/LC_MESSAGES/GConf.mo +share/locale/fi/LC_MESSAGES/GConf.mo +share/locale/fr/LC_MESSAGES/GConf.mo +share/locale/ga/LC_MESSAGES/GConf.mo +share/locale/ja/LC_MESSAGES/GConf.mo +share/locale/no/LC_MESSAGES/GConf.mo +share/locale/pt_BR/LC_MESSAGES/GConf.mo +share/locale/ru/LC_MESSAGES/GConf.mo +share/locale/sv/LC_MESSAGES/GConf.mo +share/locale/tr/LC_MESSAGES/GConf.mo +share/locale/uk/LC_MESSAGES/GConf.mo +share/oaf/gconfd-1.oafinfo +@dirrm lib/GConf/1 +@dirrm lib/GConf +@dirrm include/gconf/1/gconf +@dirrm include/gconf/1 +@dirrm include/gconf +@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/standard +@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop +@dirrm etc/gconf/gconf.xml.defaults/schemas +@dirrm etc/gconf/gconf.xml.defaults +@dirrm etc/gconf/schemas +@dirrm etc/gconf/1 +@dirrm etc/gconf +lib/GConf/1/libgconfbackend-xml.so +lib/GConf/1/libgconfbackend-xml.so.0 |