[neon/extras/skanlite/Neon/release] /: add missing common-id

Jonathan Riddell null at kde.org
Mon Mar 15 13:46:10 GMT 2021


Git commit fa5dda4844d4355ddb073d255d64dc70d31f2234 by Jonathan Riddell.
Committed on 15/03/2021 at 13:46.
Pushed by jriddell into branch 'Neon/release'.

add missing common-id

M  +4    -1    snapcraft.yaml

https://invent.kde.org/neon/extras/skanlite/commit/fa5dda4844d4355ddb073d255d64dc70d31f2234

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 72a1ff7..3649628 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -6,6 +6,7 @@ base: core20
 adopt-info: skanlite
 apps:
     skanlite:
+        common-id: org.kde.skanlite.desktop
         command: kf5-launch skanlite
         plugs:
         - kde-frameworks-5-plug
@@ -44,10 +45,12 @@ parts:
         after:
         - kde-frameworks-5-env
         plugin: cmake
+        build-environment:
+        - CMAKE_BUILD_PARALLEL_LEVEL: "4"
         build-packages:
         - libsane-dev
         stage-packages:
-        - libsane-dev
+        - libsane
         source: https://anongit.kde.org/libksane.git
         cmake-parameters:
         - "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"


More information about the Neon-commits mailing list