Commit 0977ac69 authored by Jonas Smedegaard's avatar Jonas Smedegaard
Browse files

install GSettings schema in system shared location (not pre-compiled); stop...

install GSettings schema in system shared location (not pre-compiled); stop build-depend on libglib2.0-bin
parent 930e1c13
......@@ -8,7 +8,6 @@ Build-Depends:
cdbs,
debhelper,
dh-python,
libglib2.0-bin,
python3,
python3-sugar3,
unzip,
......
org.laptop.WebActivity.gschema.xml /usr/share/glib-2.0/schemas/
......@@ -11,8 +11,8 @@ binary-fixup/$(pkg)::
find $(cdbs_curdestdir)/usr/share -type f -name '*.desktop' \
-execdir perl -pi -e 's,^\S+\s*=\s*\K\S*(?=/usr/share),,g' '{}' ';'
binary-post-install/$(pkg)::
glib-compile-schemas debian/$(cdbs_curpkg)/usr/share/sugar/activities/Browse.activity
binary-fixup/$(pkg)::
rm -f debian/*/usr/share/sugar/activities/Browse.activity/org.laptop.WebActivity.gschema.xml
binary-post-install/$(pkg)::
find debian -type f -name '.git*' -delete
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment