pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/GConf Update GConf and GConf-ui to 2.26.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1008ad61ab2
branches:  trunk
changeset: 556141:f1008ad61ab2
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Tue Mar 17 08:54:30 2009 +0000

description:
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:

 devel/GConf/Makefile        |  4 +---
 devel/GConf/Makefile.common |  6 +++---
 devel/GConf/distinfo        |  8 ++++----
 3 files changed, 8 insertions(+), 10 deletions(-)

diffs (51 lines):

diff -r e0d18e1981fc -r f1008ad61ab2 devel/GConf/Makefile
--- a/devel/GConf/Makefile      Tue Mar 17 08:48:12 2009 +0000
+++ b/devel/GConf/Makefile      Tue Mar 17 08:54:30 2009 +0000
@@ -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 -r e0d18e1981fc -r f1008ad61ab2 devel/GConf/Makefile.common
--- a/devel/GConf/Makefile.common       Tue Mar 17 08:48:12 2009 +0000
+++ b/devel/GConf/Makefile.common       Tue Mar 17 08:54:30 2009 +0000
@@ -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@localhost
diff -r e0d18e1981fc -r f1008ad61ab2 devel/GConf/distinfo
--- a/devel/GConf/distinfo      Tue Mar 17 08:48:12 2009 +0000
+++ b/devel/GConf/distinfo      Tue Mar 17 08:54:30 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index