Fix GSettings schema install (fix #18)
authorPhilip Chimento <philip.chimento@gmail.com>
Mon, 7 Mar 2011 21:34:37 +0000 (22:34 +0100)
committerPhilip Chimento <philip.chimento@gmail.com>
Mon, 7 Mar 2011 21:34:37 +0000 (22:34 +0100)
Debian building should work now, I'll test more thoroughly shortly.

debian/chimara-player.install
debian/rules
player/Makefile.am

index 6e8625ee5a8231ba97dc9c823f2cc0ce839b5085..4f08cdef8fa882a21903de07e82e0ee6f352900f 100644 (file)
@@ -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
index f27efbafbceadcf0ed5cfe790374b14915110c75..46248344f87446fe1349f995cccb1746a77ba33f 100755 (executable)
@@ -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
index 70d8e73e358b32b3459255d6b182c048f4cf863f..89a9655365e66dbc45dbe38ae8e30615aced4e4f 100644 (file)
@@ -28,3 +28,5 @@ gsettings_SCHEMAS = org.chimara-if.gschema.xml
 @GSETTINGS_RULES@
 
 endif
+
+EXTRA_DIST = $(gsettings_SCHEMAS)
\ No newline at end of file