13 lines
406 B
Makefile
13 lines
406 B
Makefile
extensionurl = https://gitlab.gnome.org/GNOME/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)
|