summaryrefslogtreecommitdiff
path: root/devel/GConf2-ui
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-02-14 20:04:05 +0000
committerjmmv <jmmv@pkgsrc.org>2003-02-14 20:04:05 +0000
commita2c383d8877a43097a7761cb32f1735a54e42ce9 (patch)
treea20387effa9e81326d77680123cdda251fbba0c2 /devel/GConf2-ui
parent0cd357ab3cd5f172384227f809c228d5e6312ecb (diff)
downloadpkgsrc-a2c383d8877a43097a7761cb32f1735a54e42ce9.tar.gz
Updated to 2.2.0. Changes since 1.2.1 include:
* backends/markup-tree.c (markup_entry_get_value): fix a logic error causing us to deref a null pointer, reported by Brian Alexander Quistorff. * configure.in: fix gtk-doc version check. * configure.in: Added Belarusian to ALL_LINGUAS. * gconf/gconf-internals.c (gconf_value_list_to_primitive_list_destructive): fix using the wrong type (value->type not value->list_type) in an error message, #96210. * gconf/gconf-internals.c (subst_variables): patch from Benn Vosseteig fixing a crash with a long path to $HOME. * doc/gconf/gconf.sgml, doc/gconf-1.0.dtd: Some additions to match the full range of schema elements curently accepted by gconftool. Supposedly complete now. * doc/Makefile.am: change the gconf-1.0.dtd install location to $(datadir)/sgml/gconf which sounds more standards compliant. * backends/markup-backend.c (resolve_address): add FIXME about. Changes in the package: * Honor PKG_SYSCONFDIR, maintaining the database inside it (PLIST do not need to care about files in etc/gconf.xml.defaults any more). * Provide a schemas.mk file that is used to automatically register .schemas files in the database. * Add a patch to handle schema deinstallation. Reviewed by wiz.
Diffstat (limited to 'devel/GConf2-ui')
-rw-r--r--devel/GConf2-ui/Makefile4
-rw-r--r--devel/GConf2-ui/buildlink2.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/GConf2-ui/Makefile b/devel/GConf2-ui/Makefile
index fd5df77484c..c05b071cd54 100644
--- a/devel/GConf2-ui/Makefile
+++ b/devel/GConf2-ui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/02/05 22:19:56 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2003/02/14 20:04:11 jmmv Exp $
#
.include "../../devel/GConf2/Makefile.common"
@@ -10,7 +10,7 @@ CONFIGURE_ENV+= PKG_USE_GTK=yes
do-build:
@cd ${WRKSRC}/gconf && \
${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} \
- -f Makefile GConf.h gconf-sanity-check-2
+ -f Makefile gconf-sanity-check-2
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gconf/.libs/gconf-sanity-check-2 \
diff --git a/devel/GConf2-ui/buildlink2.mk b/devel/GConf2-ui/buildlink2.mk
index dd37c8a9967..44e6b040f42 100644
--- a/devel/GConf2-ui/buildlink2.mk
+++ b/devel/GConf2-ui/buildlink2.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/02/05 22:19:56 jmmv Exp $
+# $NetBSD: buildlink2.mk,v 1.2 2003/02/14 20:04:11 jmmv Exp $
#
# This Makefile fragment is included by packages that use GConf2-ui.
#
@@ -7,7 +7,7 @@
GCONF2_UI_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= GConf2-ui
-BUILDLINK_DEPENDS.GConf2-ui?= GConf2-ui>=1.2.1
+BUILDLINK_DEPENDS.GConf2-ui?= GConf2-ui>=2.2.0
BUILDLINK_PKGSRCDIR.GConf2-ui?= ../../devel/GConf2-ui
EVAL_PREFIX+= BUILDLINK_PREFIX.GConf2-ui=GConf2-ui