1
0
Fork 0

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:
Daniel Baumann 2025-03-24 19:42:06 +01:00
parent b42bc882b7
commit c2040beebc
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
138 changed files with 4 additions and 1 deletions

View file

@ -22,8 +22,10 @@ SHELL := sh -e
SOFTWARE = gnome-shell-extensions-extra
VERSION := $(shell cat VERSION.txt)
EXTENSIONS_VERSION := current
extensions-%:
@cd extensions; \
@cd extensions/$(EXTENSIONS_VERSION); \
for EXTENSION in *.mk; \
do \
echo "################################################################################"; \

View file

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Some files were not shown because too many files have changed in this diff Show more