From: Philip Chimento Date: Mon, 7 Mar 2011 21:34:37 +0000 (+0100) Subject: Fix GSettings schema install (fix #18) X-Git-Tag: v0.9~127 X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=commitdiff_plain;h=a2a20a5ed24313be824bf6cc069548038200ea90 Fix GSettings schema install (fix #18) Debian building should work now, I'll test more thoroughly shortly. --- diff --git a/debian/chimara-player.install b/debian/chimara-player.install index 6e8625e..4f08cde 100644 --- a/debian/chimara-player.install +++ b/debian/chimara-player.install @@ -2,3 +2,4 @@ debian/tmp/usr/bin/chimara debian/tmp/usr/share/chimara/chimara.ui debian/tmp/usr/share/chimara/chimara.menus debian/tmp/usr/share/chimara/style.css +debian/tmp/usr/share/glib-2.0/schemas/org.chimara-if.gschema.xml \ No newline at end of file diff --git a/debian/rules b/debian/rules index f27efba..4624834 100755 --- a/debian/rules +++ b/debian/rules @@ -5,5 +5,5 @@ include /usr/share/cdbs/1/class/gnome.mk # Add here any variable or target overrides you need. -DEB_CONFIGURE_EXTRA_FLAGS = --enable-gtk-doc +DEB_CONFIGURE_EXTRA_FLAGS = --enable-gtk-doc --disable-schemas-compile DEB_BUILD_OPTIONS = nocheck diff --git a/player/Makefile.am b/player/Makefile.am index 70d8e73..89a9655 100644 --- a/player/Makefile.am +++ b/player/Makefile.am @@ -28,3 +28,5 @@ gsettings_SCHEMAS = org.chimara-if.gschema.xml @GSETTINGS_RULES@ endif + +EXTRA_DIST = $(gsettings_SCHEMAS) \ No newline at end of file