Commit graph

26 commits

Author SHA1 Message Date
drochner
32107fd415 update to 2.32.3
changes:
-bugfixes
-translation updates
2011-05-13 17:07:27 +00:00
drochner
2582fcfbb0 update to 2.32.0
This switches to the gnome-2.32 release branch.
2010-11-15 19:55:10 +00:00
drochner
ec2b185968 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)
2009-10-21 15:48:50 +00:00
wiz
eb80db7f8e Add patch from drochner that gets f-spot further (when autostarting
gconfd-2).

Bump PKGREVISION.
2009-09-12 19:21:00 +00:00
wiz
b4f7f604df Add URL for upstream bug report. 2009-05-19 23:52:15 +00:00
jmcneill
0058181f49 Make sure PKG_SYSCONFDIR/gconf.xml.system is created, and patch up hardcoded
search path of /etc/gconf in 2/path.
2009-03-17 10:12:25 +00:00
jmcneill
253de94e4b Pull in policykit and enable the GConf defaults system dbus service. Bump
PKGREVISION.
2009-03-06 00:08:08 +00:00
wiz
7676a611d6 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)
2008-10-09 20:53:48 +00:00
drochner
e16827618e update to 2.22.0
This switches to the gnome-2.22 release branch.
2008-04-10 16:25:29 +00:00
wiz
115317c63a Rename GConf2 to GConf and GConf2-ui to GConf-ui, to match the
upstream name.
2007-09-21 12:58:12 +00:00
wiz
197de82e9a Remove remaining gnome1-libs dependencies from pkgsrc. 2007-05-20 15:48:07 +00:00
wiz
bce6d039b2 Use pkginstall framework for one config file.
Bump PKGREVISION.
2006-02-28 17:41:02 +00:00
minskim
0ee5688b72 Explicitly disable bdb detection. 2005-06-07 15:37:54 +00:00
wiz
58165bf3e8 Fix AC_DEFUN argument quoting for automake 1.8 and newer. No
PKGREVISION bump because most people won't care.
2005-04-27 14:57:54 +00:00
rh
e525650d57 Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. 2002-10-30 03:09:25 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
rh
33945fe3b8 Remove a couple of empty patches that accidentially got created during
pkgconfig cleanup.
2002-07-29 01:48:12 +00:00
rh
db7a881c68 Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
2002-07-18 02:19:24 +00:00
wiz
4eda3c2a09 Update to 1.0.9, bugfix release. 2002-03-20 12:36:44 +00:00
rh
23c6568f79 Update GConf to 1.0.7. Changes are mainly bugfixes. In addition, this
now makes use of the real "popt" instead of the skeletion in
libgnomesupport.
2002-01-15 23:59:46 +00:00
rh
32423096e3 Update GConf to 1.0.4. No list of changes is available, but apparently
GConf-1.0.4 is required for galeon-1.20 as pointed out in private mail by
Shin'ichiro TAYA <taya@netbsd.org>
2001-08-26 16:55:46 +00:00
rh
6e5b788a32 Update GConf to 1.0.3
Changes are bugfixes only:
    * Many robustness issues and crashes fixed
    * Fixes for bugs where you end up with multiple oafd's
2001-08-11 18:28:58 +00:00
rh
39e7d2da8b This patch was missing. Noted by Dan in private mail. 2001-04-10 22:55:07 +00:00
rh
3c86efb06c Update GConf to 1.0.0
Changes include:

2001-03-11  Havoc Pennington  <hp@redhat.com>

        * configure.in: 1.0.0, woo-hoo!

2001-03-06  Havoc Pennington  <hp@redhat.com>

        * configure.in: bump version to 0.51

        * gconf/gconfd.c (gconf_main): change the periodic timeout to 15
        minutes, to be a bit more aggressive about cleanup.
        (open_append_handle): add a timeout to close the
        saved_state filehandle after a short time, to avoid keeping
        descriptors open.
        (gconfd_need_log_cleanup): new internal function used to control
        whether the periodic cleanup function needs to save a log file

2001-02-27  Havoc Pennington  <hp@redhat.com>

        * gconf.spec.in: %define prefix %{_prefix} instead of @prefix@

2001-02-27  Havoc Pennington  <hp@redhat.com>

        * configure.in: bump version to 0.50

        * gconf/gconfd.c (main): Close stdin/stdout/stderr. Also, set the
        log handler, so we don't need stdout/stderr to see GLib messages,
        they go to syslog.

        * configure.in: Turn off debugging by default

        * gconf/Makefile.am (INCLUDES): set the log domain

        * gconf/gconftool.c (recurse_subdir_list): the list contains full
        directory paths to start with, fix from Colm

        * gconf/gconfd.c (register_database): bugfix from Colm

        * gconf/gconf.c (lookup_engine): fix from Colm to check that we
        have an engines hash
        (gconf_engine_get_for_address): improve warning message, fix from
        Colm
        (gconf_engine_remove_dir): new function from Colm, this was
        implemented on the server side but somehow never exported.

        * gconf/gconf-database.c (gconf_database_get_persistent_name): Fix
        from Colm to handle the case of empty databases (no sources).

2001-02-12  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

        * configure.in: Added sk to ALL_LINGUAS.

2001-02-05  Havoc Pennington  <hp@redhat.com>

        File permissions fixes, problem pointed out by Steve Fox.

        * backends/xml-dir.c (dir_sync): chmod() the XML file after
        xmlSaveFile creates it

        * gconf/gconfd.c (main): following Stevens advice for daemons, we
        were calling umask(0), change to umask(022). We need a predictable
        umask, but a safer one would be good since this is a per-user
        daemon not a system daemon.

        * backends/dir-utils.c (mode_t_to_mode): make this more portable,
        for paranoia

        * backends/xml-dir.c (dir_load): We were getting directory
        permissions from the %gconf.xml file, instead of from the XML root
        directory. Fix.

2001-02-01  Szabolcs Ban <shooby@gnome.hu>

        * configure.in: Added lang Hungarian.
        * po/hu.po: Added.

2001-01-21  Havoc Pennington  <hp@pobox.com>

        * backends/xml-entry.c (schema_subnode_extract_data): don't warn
        about <local_schema> with no locale field, because that's normal
        for the default case
        (schema_node_extract_value): use <local_schema> with no locale
        if it exists and we don't find anything better

        * tests/testschemas.c (check_schema_use): fix indentation and mem
        leaks

        * gconf/gconftool.c (do_get): print default value from schema

        * configure.in: Bump version to 0.12
2001-04-06 22:00:06 +00:00
rh
819fe7e5e1 Update GConf to 0.11. Changes include additional locale files, some
minor enhancements, and bugfixes.  Most notably, GConf now compiles under
non-ELF architectures (tested under NetBSD-1.4.3/i386)
2000-11-27 14:26:17 +00:00
rh
e7f59241be Initial import of GConf-0.8, a configuration database system for GNOME. 2000-08-30 06:19:08 +00:00