[neon/extras/skrooge/Neon/release] /: update snap

Jonathan Riddell null at kde.org
Thu Apr 15 15:23:44 BST 2021


Git commit 26f09819b810ad5d26c66d6f538bbb5c55bc3f65 by Jonathan Riddell.
Committed on 15/04/2021 at 14:23.
Pushed by jriddell into branch 'Neon/release'.

update snap

M  +12   -26   snapcraft.yaml

https://invent.kde.org/neon/extras/skrooge/commit/26f09819b810ad5d26c66d6f538bbb5c55bc3f65

diff --git a/snapcraft.yaml b/snapcraft.yaml
index f424b6f..91c3d22 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -7,29 +7,21 @@ grade: devel
 base: core20
 apps:
     skrooge:
-        command: kf5-launch skrooge
+        extensions:
+        - kde-neon
+        command: usr/bin/skrooge
+        common-id: org.kde.skrooge
         plugs:
         - kde-frameworks-5-plug
         - home
-        - x11
-        - opengl
         - network
         - network-bind
         - audio-playback
-        - desktop
-        - desktop-legacy
-        common-id: org.kde.skrooge
 slots:
     session-dbus-interface:
         interface: dbus
         name: org.kde.skrooge
         bus: session
-plugs:
-    kde-frameworks-5-plug:
-        content: kde-frameworks-5-qt-5-15-core20-all
-        interface: content
-        default-provider: kde-frameworks-5-qt-5-15-core20
-        target: kf5
 package-repositories:
 -   type: apt
     components:
@@ -41,10 +33,6 @@ package-repositories:
     key-server: keyserver.ubuntu.com
 parts:
     skrooge:
-        build-snaps:
-        - kde-frameworks-5-qt-5-15-core20-sdk/latest/candidate
-        after:
-        - kde-frameworks-5-env
         plugin: cmake
         build-environment:
         - CMAKE_BUILD_PARALLEL_LEVEL: "4"
@@ -55,23 +43,24 @@ parts:
         - libqca-qt5-2-dev
         - libsqlcipher-dev
         - xsltproc
+        - qtbase5-private-dev
         stage-packages:
-        - libgrantlee5
-        - libkf5kdelibs4support
-        - libofx
+        - libgrantlee-templates5
+        - libgrantlee-textdocument5
+        - libkf5kdelibs4support5
+        - libofx7
         - libqca-qt5-2
-        - libsqlcipher
+        - libsqlcipher0
         - freeglut3
-        - libgrantlee-templates5
         - libslang2
-        source: https://anongit.kde.org/skrooge.git
+        source: https://download.kde.org/stable/skrooge/skrooge-2.24.6.tar.xz
         cmake-parameters:
         - "-DCMAKE_INSTALL_PREFIX=/usr"
         - "-DCMAKE_BUILD_TYPE=Release"
         - "-DENABLE_TESTING=OFF"
         - "-DBUILD_TESTING=OFF"
         - "-DKDE_SKIP_TEST_SETTINGS=ON"
-        - "-DCMAKE_FIND_ROOT_PATH=/usr\\;/usr\\;/root/stage\\;/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
+        - "-DCMAKE_FIND_ROOT_PATH=/usr\\;/root/stage\\;/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
         parse-info:
         - usr/share/metainfo/org.kde.skrooge.appdata.xml
         filesets:
@@ -87,6 +76,3 @@ parts:
             - "-usr/lib/aspell/*"
         prime:
         - "$exclusion"
-    kde-frameworks-5-env:
-        plugin: dump
-        source: https://invent.kde.org/packaging/snap-kf5-launcher.git


More information about the Neon-commits mailing list