Adding upstream version 20240414.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2ac30c34a3
commit
b96d6292ac
130 changed files with 4415 additions and 4361 deletions
|
@ -1,27 +0,0 @@
|
|||
.PHONY: clean all install po pot pack
|
||||
|
||||
POT_SOURCE_FILES = $(wildcard src/schemas/*.gschema.xml src/*.js)
|
||||
EXTRA_SOURCE_FILES = settingsWatch.js
|
||||
|
||||
all: pack
|
||||
|
||||
pack:
|
||||
gnome-extensions pack --force src/ $(addprefix --extra-source=, $(EXTRA_SOURCE_FILES))
|
||||
|
||||
install: pack
|
||||
gnome-extensions install --force middleclickclose@paolo.tranquilli.gmail.com.shell-extension.zip
|
||||
|
||||
po: $(wildcard src/po/*.po)
|
||||
pot: src/po/template.pot
|
||||
|
||||
clean:
|
||||
rm -f middleclickclose@paolo.tranquilli.gmail.com.shell-extension.zip
|
||||
rm -f src/po/template.pot
|
||||
|
||||
# ---
|
||||
|
||||
src/po/template.pot: $(POT_SOURCE_FILES)
|
||||
xgettext -F --from-code=UTF-8 --output=src/po/template.pot $(POT_SOURCE_FILES)
|
||||
|
||||
src/po/%.po: pot
|
||||
msgmerge --quiet --backup off --update $@ src/po/template.pot
|
Loading…
Add table
Add a link
Reference in a new issue