1
0
Fork 0

Adding manual compilation of schemas for just-perfection.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-24 19:45:55 +01:00
parent 2623f4c772
commit f04aa6def4
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

View file

@ -36,6 +36,9 @@ install: build
mkdir -p $(DESTDIR)/usr/share/gnome-shell/extensions
unzip $(EXTENSION)/*.zip -d $(DESTDIR)/usr/share/gnome-shell/extensions/$(UUID)
# compiling schema
glib-compile-schemas $(DESTDIR)/usr/share/gnome-shell/extensions/$(UUID)/schemas
# removing unused files
rm -f $(DESTDIR)/usr/share/gnome-shell/extensions/$(UUID)/LICENSE
rm -f $(DESTDIR)/usr/share/gnome-shell/extensions/$(UUID)/CHANGELOG.md