Up to [NetBSD + pkgsrc-wip] / pkgsrc / devel / GConf
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
update to 2.32.4 changes: -minor fixes -translation updates
update to 2.32.3 changes: -bugfixes -translation updates
require glib2>=2.28, as PR#44904. Put it in GConf/Makefile.common, instead of GConf/Makefile.
update to 2.32.1 changes: -bugfixes -translation updates
No need gtkdoc-rebase workaround anymore.
update to 2.32.0 This switches to the gnome-2.32 release branch.
update to 2.28.1 changes: -bugfixes -translation updates
update to 2.28.0 This switches to the gnome-2.28 release branch. pkgsrc note: disabled the "defaults" service, this wants a version of "policykit" newer than the pkgsrc one (looks dispensable, could also be made an addon pkg)
Remove build dependency on gtk-doc, related to PR#41475. It comes from upstream Bug#562310: http://bugzilla.gnome.org/show_bug.cgi?id=562310 Availability detection of `gtkdoc-rebase' command is depend on the behaviour of `which' command, if `which gtkdoc-rebase' return false, do nothing. It is known as not works as expected on Darwin and Solaris, then failed in unwanted gtkdoc-rebase execution, and abort. It is already fixed in upstream gtk-doc repository, but not released yet(1.12?). So, some packages may contain and be using un-fixed gtk-doc.* files. For easy to determine whether it is fixed or not, check gtk-doc.make contains following commit (not using 'which gtkdoc-rebase', but $(GTKDOC_REBASE) macro): http://git.gnome.org./cgit/gtk-doc/commit/?id=ef5f56ca5fd4a077e6f7a374e8dd333b7a6a8d42
BUILD_DEPEND on gtk-doc (by including its buildlink3.mk file) to get gtkdoc-rebase. Addresses PR 41475 by John D. Baker.
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT block). Uncomment some commented out LICENSE lines while here.
Update to 2.26.2, set LICENSE to gnu-lgpl-v2.
2.26.2
======
Fixes
- Avoid assertion failures in gconf_client_lookup callers (Matthias Clasen)
2.26.1
======
Fixes
- Tracing improvements (Behdad Esfahbod)
- Track fully-cached directories in the client (Matthias Clasen)
- Improve performance of the markup backend (Michael Meeks)
- Make openldap support optional (Gilles Dartiguelongue)
- Fix errno usage (Christian Persch)
Translation updates
(ar, et, kn, or)
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)
Update to 2.24.0:
2.24.0
======
Fixes
- Fix pokit-policy-file-validate check (Saleem Abdulrasool)
Translation updates
(ar, bg, cs, da, de, en_GB, et, fr, gu, hr, hu, it, kn,
lt, mai, or, pt, pt_BR, ro, ru, sr, ta, te, tr, uk, vi
2.23.2
======
Fixes
- cleanups (Kjartan)
Features
- stop using /tmp for the IOR, instead use the DBus session bus (Ray Strode)
- optionally install a DBus service for system-wide settings (Matthias Clasen, Behdad Esfahbod)
2.23.1
======
Fixes
- Fix the build. (Kjartan)
2.23.0
======
Fixes
- stop spamming syslog (David Förster)
- signal handling fixes (Javier Uruen Val)
- use AC_HELP_STRINGS for nice formatting (Sven Herzberg)
- timeout batching work (Matthias Clasen)
- remove syslog spamming code (from Debian)
- fix a crash when unsetting a key with no writable source (Richard Hult)
- allow overriding $TMPDIR (Frederic Crozat)
- integration with D-BUS (Ray Strode)
- translation updates (ar, da, es, gl, he, nb, nl, sq, sk, th, vi)
Drop maintainership Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
update to 2.22.0 This switches to the gnome-2.22 release branch.
update to 2.20.1 This switches to the new gnome-2.20 branch.
Rename GConf2 to GConf and GConf2-ui to GConf-ui, to match the upstream name.