From f04aa6def40e38cf8df88b6544c3e2b27002b81d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Mar 2025 19:45:55 +0100 Subject: [PATCH] Adding manual compilation of schemas for just-perfection. Signed-off-by: Daniel Baumann --- extensions/48/just-perfection.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions/48/just-perfection.mk b/extensions/48/just-perfection.mk index e344503..5c17a9b 100644 --- a/extensions/48/just-perfection.mk +++ b/extensions/48/just-perfection.mk @@ -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