[neon/snap-packaging/okular-snap] /: Remove themes stuff now in snapcraft

Scarlett Moore null at kde.org
Wed Jul 31 17:44:22 BST 2024


Git commit a06f6d13d82b67e4c8419bf6e2fb7a1c19c8e6c6 by Scarlett Moore.
Committed on 31/07/2024 at 16:43.
Pushed by scarlettmoore into branch 'master'.

Remove themes stuff now in snapcraft

M  +0    -43   snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/okular-snap/-/commit/a06f6d13d82b67e4c8419bf6e2fb7a1c19c8e6c6

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 945c815..3865412 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -25,49 +25,6 @@ apps:
         - snap/command-chain/desktop-launch6
 environment:
   LD_LIBRARY_PATH: "/snap/kf6-core22/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:/snap/kf6-core22/current/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:/snap/ffmpeg-2204/current/usr/lib:$SNAP/usr/lib:$SNAP/lib/:$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$SNAP/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/pulseaudio:/usr/lib:/lib"
-plugs:
-    gtk-3-themes:
-        interface: content
-        target: $SNAP/data-dir/themes
-        default-provider: gtk-common-themes
-    kde-gtk3-themes:
-        interface: content
-        target: $SNAP/data-dir/themes
-        default-provider: qt-common-themes
-    gtk-2-themes:
-        interface: content
-        target: $SNAP/data-dir/themes
-        default-provider: gtk-common-themes
-    kde-gtk2-themes:
-        interface: content
-        target: $SNAP/data-dir/themes
-        default-provider: qt-common-themes
-    qt-icon-themes:
-        interface: content
-        target: $SNAP/data-dir/icons
-        default-provider: qt-common-themes
-    gtk-icon-themes:
-        interface: content
-        target: $SNAP/data-dir/icons
-        default-provider: gtk-common-themes
-    qt-sound-themes:
-        interface: content
-        target: $SNAP/data-dir/sounds
-        default-provider: qt-common-themes
-    gtk-sound-themes:
-        interface: content
-        target: $SNAP/data-dir/sounds
-        default-provider: gtk-common-themes
-    qt-6-themes:
-        interface: content
-        target: $SNAP/kf6
-        default-provider: qt-common-themes
-    dot-config-kde-globals:
-        interface: personal-files
-        read:
-            - $HOME/.config/kdeglobals
-
-
 slots:
     session-dbus-interface:
         interface: dbus


More information about the Neon-commits mailing list