From 0543855df9521356a2e83a3d3ef6d875c7bc3a1d Mon Sep 17 00:00:00 2001 From: Peter Fajdiga Date: Fri, 2 Jun 2023 12:39:32 +0200 Subject: [PATCH] Makefile: add `package` recipe --- .gitignore | 1 + Makefile | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f1a2de5..3e294d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /package/contents/code/main.js /package/contents/config/main.xml +/karousel.tar.gz /.idea diff --git a/Makefile b/Makefile index 69d4582..a92d853 100644 --- a/Makefile +++ b/Makefile @@ -13,5 +13,8 @@ install: build config uninstall: kpackagetool5 --type=KWin/Script -r ./package +package: + tar -czf ./karousel.tar.gz ./package + logs: journalctl -t kwin_x11 -g '^qml:|^file://.*karousel' -f