Add gsettings schema to installed files

This commit is contained in:
Mathieu Comandon 2013-06-26 14:08:49 +02:00
parent 62a90e68aa
commit cff2bba471
2 changed files with 11 additions and 1 deletions

View file

@ -3,11 +3,20 @@ test:
rm tests/coverage/ -rf
nosetests --with-coverage --cover-package=lutris --cover-html --cover-html-dir=tests/coverage
deb:
deb-source:
debuild -S
deb:
debuild
changelog-add:
dch -i
changelog-edit:
dch -e
upload-ppa:
dput ppa:strycore/ppa ../lutris_0.3.0_i386.changes
rpm:
sudo alien lutris_0.3.0_all.deb --scripts --to-rpm

View file

@ -77,6 +77,7 @@ for directory, _, filenames in os.walk(u'data'):
data_files.append(('share/icons/hicolor/scalable/apps', ['data/media/lutris.svg']))
data_files.append(('share/pixmaps', ['data/media/lutris.png']))
data_files.append(('share/applications', ['lutris.desktop']))
data_files.append(('share/glib-2.0/schemas', ['data/apps.lutris.gschema.xml']))
setup(
name='lutris',