Moving current extensions to subdirectory for GNOME 44 as GNOME Shell 45 is backwards incompatible (see Debian #1052112).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b42bc882b7
commit
c2040beebc
138 changed files with 4 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -22,8 +22,10 @@ SHELL := sh -e
|
||||||
SOFTWARE = gnome-shell-extensions-extra
|
SOFTWARE = gnome-shell-extensions-extra
|
||||||
VERSION := $(shell cat VERSION.txt)
|
VERSION := $(shell cat VERSION.txt)
|
||||||
|
|
||||||
|
EXTENSIONS_VERSION := current
|
||||||
|
|
||||||
extensions-%:
|
extensions-%:
|
||||||
@cd extensions; \
|
@cd extensions/$(EXTENSIONS_VERSION); \
|
||||||
for EXTENSION in *.mk; \
|
for EXTENSION in *.mk; \
|
||||||
do \
|
do \
|
||||||
echo "################################################################################"; \
|
echo "################################################################################"; \
|
||||||
|
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue