diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-03 20:55:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-03 20:55:36 +0000 |
commit | 2262417f894f40c05551267e961799c4de1c7a56 (patch) | |
tree | 2fd2b8c3ffac277f8bf54812f40a508552d379ba /devel/GConf2-ui | |
parent | e6f05df6a65dfe486eb2d7514a81fdf5aea7476a (diff) | |
download | pkgsrc-2262417f894f40c05551267e961799c4de1c7a56.tar.gz |
Update GConf2 and GConf2-ui to 2.6.1:
Fixes:
- add a --enable-gtk=yes/no/auto configure arg (Julio Merino, Mark)
- fix basic example app to not crash (Elijah Newren)
- don't try and create a dir if it already exists (Ryan Lovett, Mark)
- only ever create the $(HOME)/.gconfd/ dir in the daemon (Colin Walters)
- add quotes around AM_GCONF_SOURCE_2 (Frédéric L. W. Meunier)
- handle <entry> with only <schema_name> correctly in --load (Mark)
- fix the order in which local-defaults.path gets included (Mark)
- fix minor inefficiency when not printing debugging messages (Mark)
Translators:
- Adam Weinberger (en_CA)
- Robert Sedak (hr)
- Samúel Jón Gunnarsson (is)
- Alessio Frusciante (it)
- Takeshi AIHANA (ja)
- Amanpreet Singh Alam (pa)
- Gurkan Aslan (tr)
Diffstat (limited to 'devel/GConf2-ui')
-rw-r--r-- | devel/GConf2-ui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/GConf2-ui/Makefile b/devel/GConf2-ui/Makefile index c7e1d184cb2..f8238e434a4 100644 --- a/devel/GConf2-ui/Makefile +++ b/devel/GConf2-ui/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2004/04/01 18:17:29 jmmv Exp $ +# $NetBSD: Makefile,v 1.14 2004/05/03 20:55:36 jmmv Exp $ # .include "../../devel/GConf2/Makefile.common" PKGNAME= ${DISTNAME:S/GConf/GConf2-ui/} -CONFIGURE_ENV+= PKG_USE_GTK=yes +CONFIGURE_ARGS+= --enable-gtk BUILD_DIRS= ${WRKSRC}/gconf ALL_TARGET= GConfX.h gconf-sanity-check-2 |