Subject: CVS commit: pkgsrc/devel/GConf2
From: Julio M. Merino Vidal
Date: 2003-12-28 15:24:49
Message id: 20031228142449.EF23B2DA1D@cvs.netbsd.org

Log Message:
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.

Files:
RevisionActionfile
1.9modifypkgsrc/devel/GConf2/Makefile.common
1.8modifypkgsrc/devel/GConf2/distinfo
1.4modifypkgsrc/devel/GConf2/schemas.mk
1.5modifypkgsrc/devel/GConf2/files/deinstall.tmpl
1.4modifypkgsrc/devel/GConf2/files/install.tmpl
1.3addpkgsrc/devel/GConf2/patches/patch-ae