Add "gettext-domain", "extension-id" (containing the base part of the UUID) and "gschemabase" (which, combined with "extension-id", gives the GSettings schema) to metadata.json, autogenerated by the build system.
13 lines
396 B
Makefile
13 lines
396 B
Makefile
extensionurl = http://git.gnome.org/gnome-shell-extensions
|
|
|
|
# Change these to modify how installation is performed
|
|
topextensiondir = $(datadir)/gnome-shell/extensions
|
|
extensionbase = @gnome-shell-extensions.gcampax.github.com
|
|
|
|
gschemabase = org.gnome.shell.extensions
|
|
|
|
uuid = $(EXTENSION_ID)$(extensionbase)
|
|
gschemaname = $(gschemabase).$(EXTENSION_ID)
|
|
|
|
extensiondir = $(topextensiondir)/$(uuid)
|