[neon/kde/kblocks/Neon/release] /: update snap to use extension

Jonathan Riddell null at kde.org
Mon Apr 19 11:19:42 BST 2021


Git commit 3e02f250fd3464437bc2a1bc9ea2a07bbf88a303 by Jonathan Riddell.
Committed on 19/04/2021 at 10:19.
Pushed by jriddell into branch 'Neon/release'.

update snap to use extension

M  +3    -10   snapcraft.yaml

https://invent.kde.org/neon/kde/kblocks/commit/3e02f250fd3464437bc2a1bc9ea2a07bbf88a303

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 1061389..9498f63 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -6,18 +6,16 @@ base: core20
 adopt-info: kblocks
 apps:
     kblocks:
+        extensions:
+        - kde-neon
         common-id: org.kde.kblocks.desktop
-        command: kf5-launch kblocks
+        command: usr/bin/kblocks
         plugs:
         - kde-frameworks-5-plug
         - home
-        - x11
-        - opengl
-        - desktop
         - network
         - network-bind
         - audio-playback
-        - desktop-legacy
         - alsa
 slots:
     session-dbus-interface:
@@ -51,11 +49,6 @@ parts:
         plugin: cmake
         build-packages:
         - libkf5doctools-dev
-        build-snaps:
-        - kde-frameworks-5-qt-5-15-core20-sdk/latest/candidate
-        build-environment:
-        - CMAKE_BUILD_PARALLEL_LEVEL: "4"
-        - VERBOSE: "1"
         stage-packages:
         - libasound2-data
         - libasound2-plugins


More information about the Neon-commits mailing list