Le 27 févr. 2006 à 01:16, Sebastien Maret a écrit :

I am updating the gnucash package in fink, but I don't know how to
deal with gconf files. There are two types of files. The first ones
are .schema files, that get installed in %i/sw/etc/gconf/schemas. For
what i saw in other packages, I think that one must past the
--disable-schemas-install option to the configure script,
declare
these files as ConfFiles, and make a PostInstScript:

if [ configure = "$1" ]; then
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %p/etc/gconf/schemas/ foo.schemas >/dev/null gconftool-2 --makefile-install-rule %p/etc/gconf/schemas/ bar.schemas >/dev/null
endif

The second type of files are .xml files that get installed in
%i/etc/gconf/gconf.xml.defaults/schemas/apps/gnucash. What should I do
with those?
Exactly the same as above, with just the changes in directory.

Amicalement,
Michèle
<http://micmacfr.homeunix.org>





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Fink-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to