Commit graph

15 commits

Author SHA1 Message Date
jmmv
5f9c329f15 Update GConf2 and GConf2-ui to 2.6.3:
Fixes:
- Fix issue with using merged files on a fresh system (Mark)
- Documentation fix (Leonardo Quijano Vincenzi)
2004-07-02 21:41:44 +00:00
jmmv
7000b7d033 Update GConf2 and GConf2-ui to 2.6.2:
Fixes:
- Get rid of duplicate '/' with AM_GCONF_SOURCE_2 (Daniel Elstner)
- Don't create a directory for docs if we're not installing them (Julio M.
  Merino Vidal)
- Fix a bug with the markup backend on 64-bit (Joe Marcus Clarke)
- Fix a leak (Kjartan)
- Return an error for incorrect source addresses (Mark)

Translators:
- Gisela Carbonell (ca)
- Christian Neumair (de)
- Christophe Merlet (RedFox) (fr)
- LoneStar (zh_CN)
2004-06-28 12:52:45 +00:00
tron
de813baa96 Remove extra semicolon in variable declaration which breaks build with
at least GCC 2.95.3.
2004-05-04 11:46:26 +00:00
jmmv
6cf9e19980 Readd note about where this patch is beeing tracked. 2004-05-03 21:01:56 +00:00
jmmv
14b455e737 Update GConf2 and GConf2-ui to 2.6.1:
Fixes:

 - add a --enable-gtk=yes/no/auto configure arg (Julio Merino, Mark)
 - fix basic example app to not crash (Elijah Newren)
 - don't try and create a dir if it already exists (Ryan Lovett, Mark)
 - only ever create the $(HOME)/.gconfd/ dir in the daemon (Colin Walters)
 - add quotes around AM_GCONF_SOURCE_2 (Frédéric L. W. Meunier)
 - handle <entry> with only <schema_name> correctly in --load (Mark)
 - fix the order in which local-defaults.path gets included (Mark)
 - fix minor inefficiency when not printing debugging messages (Mark)

 Translators:

 - Adam Weinberger (en_CA)
 - Robert Sedak (hr)
 - Samúel Jón Gunnarsson (is)
 - Alessio Frusciante (it)
 - Takeshi AIHANA (ja)
 - Amanpreet Singh Alam (pa)
 - Gurkan Aslan (tr)
2004-05-03 20:55:36 +00:00
jmmv
a7242b349f Update to 2.6.0. Summary of changes unavailable since the previous stable
version (just the ChangeLog, but it's usually meaningless). AFAICT, this
comes with a new XML backend, aside bug fixes.
2004-04-01 18:17:29 +00:00
jmmv
7692afa077 Avoid creating an empty directory that is later not available in binary
packages and produces a warning message when pkg_delete'ing.
Bump PKGREVISION to 1.
2004-01-23 17:51:24 +00:00
jmmv
465bbfe921 Implement a framework to handle .entries files. If a package installs
one or more .entries files, it can set GCONF2_ENTRIES to the names of those
files and they will get (un)registered at (de)installation time.

Installation is handled after .schemas are installed, and uninstallation
before .schemas are deinstalled.

To achieve this, we need to implement an --unload flag in gconftool-2 to
allow clean removal of .entries from the database.  This will be fed back
to authors.

Bump PKGREVISION to 1.
2003-12-28 14:24:49 +00:00
jmmv
1f59b2ab21 Update to 2.4.0.1, from PR pkg/23697 by Min Sik Kim.
2.4.0
 - print usage message when no options passed to gconftool
 - API docs updates
 - fix UTF-8 handling for command line output
 - fix reliability of writing out XML
 - ensure recursive unsets get synced
 - fix flag value that was "0"
 - fix recursive preloading
 - fix a memleak
 - fix some gconftool messages/segfaults

2.3.3
 - new gconf_client_notify() API to fake a notification
 - fixes to gconftool --dump feature
 - implement schema uninstallation in gconftool so packages
   can avoid leaving junk
 - fix build issues with linc-free ORBit
 - new gconf_client_recursive_unset API
 - fix gcc 3.3 strict aliasing warnings

2.3.2
 - fix build on Cygwin
 - don't complain about missing saved_state in syslog
 - improve gconf-sanity-check error text
 - added --get-type, --get-list-size and --get-list-element
 - exported gconf_entry_copy
 - cleaned up headers for C++
 - added missing GCONF_CLIENT_GET_CLASS
 - hackaround fix for 2.3.1 lockfile breakage
2003-12-14 19:44:38 +00:00
jmmv
a2c383d887 Updated to 2.2.0. Changes since 1.2.1 include:
* backends/markup-tree.c (markup_entry_get_value): fix a logic error causing
  us to deref a null pointer, reported by Brian Alexander Quistorff.
* configure.in: fix gtk-doc version check.
* configure.in: Added Belarusian to ALL_LINGUAS.
* gconf/gconf-internals.c (gconf_value_list_to_primitive_list_destructive):
  fix using the wrong type (value->type not value->list_type) in an error
  message, #96210.
* gconf/gconf-internals.c (subst_variables): patch from Benn Vosseteig fixing
  a crash with a long path to $HOME.
* doc/gconf/gconf.sgml, doc/gconf-1.0.dtd: Some additions to match the full
  range of schema elements curently accepted by gconftool. Supposedly complete
  now.
* doc/Makefile.am: change the gconf-1.0.dtd install location to
  $(datadir)/sgml/gconf which sounds more standards compliant.
* backends/markup-backend.c (resolve_address): add FIXME about.

Changes in the package:
* Honor PKG_SYSCONFDIR, maintaining the database inside it (PLIST do not need
  to care about files in etc/gconf.xml.defaults any more).
* Provide a schemas.mk file that is used to automatically register .schemas
  files in the database.
* Add a patch to handle schema deinstallation.

Reviewed by wiz.
2003-02-14 20:04:05 +00:00
jmmv
04b87144dd Modify the package for the shortcoming GConf2-ui (which will use the
new Makefile.common).  Reviewed by wiz.
2003-02-05 22:06:45 +00:00
jmmv
f54433d95e Disable GTK2 support: it's only used by a helper tool. If it's needed some
day, we can easily create an independant package containing it.

Rationale: The GConf2 library itself does not depend on GTK2, nor any of
the main programs, and this removal will shrink the dependancy tree a lot
on other packages.

Bump PKGREVISION to 5.
2003-01-25 16:29:49 +00:00
rh
28d39efb65 Update GConf2 to 1.2.1. Bugfixes and API changes required by GNOME-2.0.1
Provided in PR pkg/18181 by Julio Merino <jmmv@hispabsd.org>
2002-09-07 00:36:53 +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
agc
20d76ccd12 Initial import of GConf-1.1.10 as GConf2-1.1.10, the configuration database
system used by GNOME 2, into the NetBSD Packages Collection.

GConf is a configuration database system, functionally similar to the
Windows registry but lots better.  It was written for the GNOME
desktop but does not require GNOME; configure should notice if GNOME
is not installed and compile the basic GConf library anyway.

Provided in PR 16909 by juli@darkstar.local (Julio Merino)

[The buildlink.mk file was put together by me]
2002-05-22 16:08:42 +00:00