On Mon, 2006-02-13 at 11:13 -0500, Derek Atkins wrote:
> Quoting Christian Stimming <[EMAIL PROTECTED]>:

> Well, we need to put the schema files SOMEWHERE during make install
> or a packager can't post-install them, because they wouldn't exist
> in the final package.

The schema files should always be installed in /etc/gconf/schemas, or
other similar directory.

> By "disable schema installation" I presume you mean, "disable installing
> the schemas using gconf's schema-install mechanism", but we can still
> copy them to some install-dir path on our own via a standard
> automake install rule?

This means to disable installing the default key/value pairs
into /etc/gconf/gconf.xml.defaults with the install-data-local makefile
rule.

Both the schema and default value steps should occur when compiling and
installing directly from source.  When compiling to install from RPM,
the schema should be installed into the RPM when the RPM is built, and
the default key/value pairs should be installed at RPM install time.

This is my understanding from reading the referenced gnome.org page.  I
will play with the rpm spec file and see if I can get this to work
properly.

David


_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to