1
0
Fork 0

Adding upstream version 20231210.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 23:15:44 +01:00
parent f8854b5650
commit 2ac30c34a3
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
273 changed files with 25892 additions and 8304 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 "################################################################################"; \