[neon/snap-packaging/qt-common-themes] /: fix gtk2 themesfix gtk2 themes

Scarlett Moore null at kde.org
Mon Jul 1 12:41:57 BST 2024


Git commit 143bddf299580f2f24a3fe23f38995cd5752ae2a by Scarlett Moore.
Committed on 01/07/2024 at 11:41.
Pushed by scarlettmoore into branch 'master'.

fix gtk2 themesfix gtk2 themes

M  +3    -3    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/qt-common-themes/-/commit/143bddf299580f2f24a3fe23f38995cd5752ae2a

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 41fce7a..9a3d4ae 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -190,8 +190,8 @@ parts:
       craftctl default
       $CRAFT_STAGE/split-gtk-theme.sh $CRAFT_STAGE
       # Make assets available to both GTK 3 and GTK 2 themes after split
-      cp -a $CRAFT_STAGE/usr/share/themes/Breeze/assets $CRAFT_STAGE/usr/share/gtk2/Breeze/
-      cp -a $CRAFT_STAGE/usr/share/themes/Breeze-Dark/assets $CRAFT_STAGE/usr/share/gtk2/Breeze-Dark/
+      cp -a $CRAFT_STAGE/share/themes/Breeze/assets $CRAFT_STAGE/share/gtk2/Breeze/
+      cp -a $CRAFT_STAGE/share/themes/Breeze-Dark/assets $CRAFT_STAGE/share/gtk2/Breeze-Dark/
 
   oxygen-gtk:
     after: [utils]
@@ -204,7 +204,7 @@ parts:
       craftctl default
       $CRAFT_STAGE/split-gtk-theme.sh $CRAFT_STAGE
       # Make assets available to both GTK 3 and GTK 2 themes after split
-      cp -a $CRAFT_STAGE/usr/share/themes/oxygen-gtk/assets $CRAFT_STAGE/usr/share/gtk2/oxygen-gtk/
+      cp -a $CRAFT_STAGE/share/themes/oxygen-gtk/assets $CRAFT_STAGE/share/gtk2/oxygen-gtk/
 
   utils:
     plugin: dump


More information about the Neon-commits mailing list