[neon/snap-packaging/konsole-snap] /: New release, new content pack, don't stage qt-common-themes.

Scarlett Moore null at kde.org
Fri Sep 27 18:31:22 BST 2024


Git commit 0e76d66133f47d4831a34cec9f5cccc5bd63eaf8 by Scarlett Moore.
Committed on 27/09/2024 at 17:30.
Pushed by scarlettmoore into branch 'master'.

New release, new content pack, don't stage qt-common-themes.

M  +1    -3    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/konsole-snap/-/commit/0e76d66133f47d4831a34cec9f5cccc5bd63eaf8

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 55d0e6d..9180d9c 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -47,8 +47,6 @@ parts:
         - libxkbcommon0
         - libpulse0
         - bash
-        stage-snaps:
-        - qt-common-themes
         cmake-parameters:
         - -DCMAKE_INSTALL_PREFIX=/usr
         - -DCMAKE_BUILD_TYPE=Release
@@ -94,7 +92,7 @@ parts:
         - qt-common-themes
         override-prime: |
             set -eux
-            for snap in "core22" "kf6-core22" "qt-common-themes"; do
+            for snap in "core22" "kf6-core22"; do
                 cd "/snap/$snap/current" && find . -type f,l -exec rm -rf "${CRAFT_PRIME}/{}" \;
             done
 


More information about the Neon-commits mailing list