Files
karousel/Makefile

15 lines
413 B
Makefile
Raw Normal View History

2023-05-02 18:30:30 +02:00
.PHONY: *
config:
mkdir -p ./package/contents/config
tsc ./src/config/definition.ts ./configgen/kcfg.ts --outFile /dev/stdout | node - > ./package/contents/config/main.xml
2023-01-21 22:50:36 +01:00
build:
2023-04-29 19:54:09 +02:00
tsc --outFile ./package/contents/code/main.js
2023-01-21 22:50:36 +01:00
install: build config
2023-06-02 11:56:27 +02:00
kpackagetool5 --type=KWin/Script -i ./package || kpackagetool5 --type=KWin/Script -u ./package
2023-01-06 14:46:51 +01:00
2023-01-06 14:54:39 +01:00
logs:
2023-03-24 16:57:19 +01:00
journalctl -t kwin_x11 -g '^qml:|^file://.*karousel' -f