[neon/snap-packaging/gtk-theme-breeze-snap] /: Fix content slot.

Scarlett Moore null at kde.org
Sat Oct 12 10:05:40 BST 2024


Git commit 2b6f2c5de09fde4bdeb218ad67ff080fdfdfa88a by Scarlett Moore.
Committed on 12/10/2024 at 09:05.
Pushed by scarlettmoore into branch 'master'.

Fix content slot.

M  +2    -6    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/gtk-theme-breeze-snap/-/commit/2b6f2c5de09fde4bdeb218ad67ff080fdfdfa88a

diff --git a/snapcraft.yaml b/snapcraft.yaml
index d5bcb24..ccd3ce5 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
 name: gtk-theme-breeze
-version: '1.0'
+version: '1.1'
 summary: Breeze is the default theme for KDE plasma;
 description: |
   Snap of the Breeze GTK theme.
@@ -13,16 +13,12 @@ grade: stable
 confinement: strict
 
 slots:
-  gtk-2-themes:
+  gtk-theme-breeze:
     interface: content
     source:
       read:
         - $SNAP/share/gtk2/Breeze
         - $SNAP/share/gtk2/Breeze-Dark
-  gtk-3-themes:
-    interface: content
-    source:
-      read:
         - $SNAP/share/themes/Breeze
         - $SNAP/share/themes/Breeze-Dark
 


More information about the Neon-commits mailing list