[neon/snap-packaging/konsole-snap] /: Add qt-common-themes to cleanup.

Scarlett Moore null at kde.org
Wed Jul 17 10:26:23 BST 2024


Git commit 6dd3c33d75ebe73d23be7e4002d0b954f9a89479 by Scarlett Moore.
Committed on 17/07/2024 at 09:25.
Pushed by scarlettmoore into branch 'master'.

Add qt-common-themes to cleanup.

M  +2    -1    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/konsole-snap/-/commit/6dd3c33d75ebe73d23be7e4002d0b954f9a89479

diff --git a/snapcraft.yaml b/snapcraft.yaml
index fcb0e42..f4e00eb 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -89,9 +89,10 @@ parts:
         build-snaps:
         - core22
         - kf6-core22
+        - qt-common-themes
         override-prime: |
             set -eux
-            for snap in "core22" "kf6-core22"; do
+            for snap in "core22" "kf6-core22" "qt-common-themes"; do
                 cd "/snap/$snap/current" && find . -type f,l -exec rm -rf "${CRAFT_PRIME}/{}" \;
             done
 


More information about the Neon-commits mailing list