diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-31 00:06:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-31 00:06:30 +0000 |
commit | eeb896a83a35be44b1abe50bfa5df0f1a7e75a28 (patch) | |
tree | d8526c32701a512e098f6e1f1a1bc70f6f297b6e /devel/GConf2-ui | |
parent | 4a3a2d4542cbbd1ed1a167cd5f37fcb4c3791f0c (diff) | |
download | pkgsrc-eeb896a83a35be44b1abe50bfa5df0f1a7e75a28.tar.gz |
Update to 2.12.1:
2.12.1
======
Fixes
- Code cleanups (Kjartan Maraas)
- Open GModules with G_MODULE_BIND_LAZY (Kjartan Maraas)
- Fix change notification with multiple sources (Alexander Larsson)
- Allow space in config source names on windows (Tor Lillqvist)
- Read xml files in larger chunks (Mark McLoughlin)
- Simplify the handling of --enable-schemas-install (Stepan Kasal)
- Win32 Fixes (Tor Lillqvist)
Lots of translation updates.
Diffstat (limited to 'devel/GConf2-ui')
-rw-r--r-- | devel/GConf2-ui/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/GConf2-ui/Makefile b/devel/GConf2-ui/Makefile index cb281cfc86e..f596c4d2987 100644 --- a/devel/GConf2-ui/Makefile +++ b/devel/GConf2-ui/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.21 2005/10/08 17:15:48 jmmv Exp $ +# $NetBSD: Makefile,v 1.22 2005/12/31 00:06:30 wiz Exp $ # .include "../../devel/GConf2/Makefile.common" PKGNAME= ${DISTNAME:S/GConf/GConf2-ui/} -PKGREVISION= 1 -BUILDLINK_DEPENDS.GConf2+= GConf2>=2.12.0nb1 +BUILDLINK_DEPENDS.GConf2+= GConf2>=2.12.1 CONFIGURE_ARGS+= --enable-gtk |