Adding manual compilation of schemas for middleclickclose.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f04aa6def4
commit
ca58f760e8
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ install: build
|
||||||
mkdir -p $(DESTDIR)/usr/share/gnome-shell/extensions
|
mkdir -p $(DESTDIR)/usr/share/gnome-shell/extensions
|
||||||
unzip $(EXTENSION)/*.zip -d $(DESTDIR)/usr/share/gnome-shell/extensions/$(UUID)
|
unzip $(EXTENSION)/*.zip -d $(DESTDIR)/usr/share/gnome-shell/extensions/$(UUID)
|
||||||
|
|
||||||
|
# compiling schema
|
||||||
|
glib-compile-schemas $(DESTDIR)/usr/share/gnome-shell/extensions/$(UUID)/schemas
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -rf $(DESTDIR)/usr/share/gnome-shell/extensions/$(UUID)
|
rm -rf $(DESTDIR)/usr/share/gnome-shell/extensions/$(UUID)
|
||||||
rmdir --ignore-fail-on-non-empty --parents $(DESTDIR) || true
|
rmdir --ignore-fail-on-non-empty --parents $(DESTDIR) || true
|
||||||
|
|
Loading…
Add table
Reference in a new issue