diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2009-03-17 08:54:30 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2009-03-17 08:54:30 +0000 |
commit | dfa955d0cb61654c1feafcc2ed5f446e0d040531 (patch) | |
tree | 200c8f60563b2dc141c3c4579961fc411c8798c9 /devel/GConf | |
parent | f51585711ddc10926a13778574dc29534f2c54df (diff) | |
download | pkgsrc-dfa955d0cb61654c1feafcc2ed5f446e0d040531.tar.gz |
Update GConf and GConf-ui to 2.26.0.
2.26.0
======
Fixes
- Correct url to gconf website (Kjartan Maraas)
- Plug memory leak in error path (Matthias Clasen, Tommi Rantal)
- Remove deprecated GTK+ api (Matthias Clasen)
Translation updates
(as, bg, bn_IN, ca, cs, da, de, el, en_GB, es, eu, fi, fr, gl, gu, he, hi, hu, it, ja, kn, ko, lt, lv, ml, mr, nb, nl, or, pl, pt, pt_BR, ro, ru, sv, ta, te, th, tr, zh_HK, zh_TW)
2.25.2
======
Fixes
- Correct location of system settings in path configuration (Ray Strode)
2.25.1
======
Fixes
- Missing return in gconftool.c/do_toggle (Magnus Boman)
- Fix xml-backend symbol exports on Cygwin (Vincent Untz)
- Win32 build fixes (Tor Lillqvist)
- Optimizations in the markup backend (Michael Meeks)
- Don't hardcode paths in the defaults mechanism (Vincent Untz)
- Fix dbus policy for the defaults mechanism (Vincent Untz)
Translation updates
(bg, ca, de, eu, fi, fr, gu, hu, ja, ko, nl, or, pt. th,
vi, zh_HK, zh_TW)
2.25.0
======
Fixes
- Fix various format string warnings (Christian Persch)
- Sync saved state to disk before closing (Ray Strode)
Features
- Add --search-key-regex option to gconftool (Christian Persch)
- Add --toggle option to gconftool (Matthias Clasen)
Translation updates
(ar, da, dz, es, fi, he, nb, pt_BR, sv, uk)
Diffstat (limited to 'devel/GConf')
-rw-r--r-- | devel/GConf/Makefile | 4 | ||||
-rw-r--r-- | devel/GConf/Makefile.common | 6 | ||||
-rw-r--r-- | devel/GConf/distinfo | 8 |
3 files changed, 8 insertions, 10 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index b635e38056b..a168d798097 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.64 2009/03/06 00:08:08 jmcneill Exp $ +# $NetBSD: Makefile,v 1.65 2009/03/17 08:54:30 jmcneill Exp $ # .include "../../devel/GConf/Makefile.common" -PKGREVISION= 1 - CONFIGURE_ARGS+= --disable-gtk CONFIGURE_ARGS+= ac_cv_header_ldap_h=no diff --git a/devel/GConf/Makefile.common b/devel/GConf/Makefile.common index c8b64b4064a..4262ca42798 100644 --- a/devel/GConf/Makefile.common +++ b/devel/GConf/Makefile.common @@ -1,13 +1,13 @@ -# $NetBSD: Makefile.common,v 1.5 2008/10/09 20:53:48 wiz Exp $ +# $NetBSD: Makefile.common,v 1.6 2009/03/17 08:54:30 jmcneill Exp $ # # used by devel/GConf/Makefile # used by devel/GConf-ui/Makefile -GCONF_VERSION= 2.24.0 +GCONF_VERSION= 2.26.0 DISTNAME= GConf-${GCONF_VERSION} CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/2.24/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/2.26/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/GConf/distinfo b/devel/GConf/distinfo index 31584b35599..2e995da41cb 100644 --- a/devel/GConf/distinfo +++ b/devel/GConf/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.20 2009/03/06 00:08:08 jmcneill Exp $ +$NetBSD: distinfo,v 1.21 2009/03/17 08:54:30 jmcneill Exp $ -SHA1 (GConf-2.24.0.tar.bz2) = e93ff2609c0278075acabdf609f42aa406e20c8e -RMD160 (GConf-2.24.0.tar.bz2) = b4016275e9dffa248620303bc2241f6c0081be06 -Size (GConf-2.24.0.tar.bz2) = 1467817 bytes +SHA1 (GConf-2.26.0.tar.bz2) = 317fd4504cc4104b7b914326cbb3b73d61234b4c +RMD160 (GConf-2.26.0.tar.bz2) = 0673a347b42519f411a7ba247aad12e8249f754d +Size (GConf-2.26.0.tar.bz2) = 1490741 bytes SHA1 (patch-ab) = ca0c9f45ff46ceb05a10c03c59f94b6a5be562b0 SHA1 (patch-ac) = a810c943fc6408cd4f6024be65f9973d42028e1a SHA1 (patch-ad) = 5d90ad4651d4c2562277c9008a3056568afe7317 |