summaryrefslogtreecommitdiff
path: root/devel/GConf2/schemas.mk
AgeCommit message (Collapse)AuthorFilesLines
2004-02-11Only include "../../devel/GConf2/buildlink3.mk" if the package is reallytron1-1/+7
using buildlink3. Include "../../devel/GConf2/buildlink2.mk" if it is using buildlink2 and nothing otherwise.
2004-02-11bl3ifyxtraeme1-2/+2
2003-12-28Missed to document GCONF2_ENTRIES; do it now.jmmv1-3/+6
2003-12-28Implement a framework to handle .entries files. If a package installsjmmv1-2/+4
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-04-21Don't crash if GCONF2_SCHEMAS is undefined.rh1-2/+2
2003-02-18Use ${.CURDIR} when referencing (de)install templates.jmmv1-3/+3
2003-02-14Updated to 2.2.0. Changes since 1.2.1 include:jmmv1-0/+52
* 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.