[neon/extras/peruse/Neon/unstable] /: add missing common-od

Jonathan Riddell null at kde.org
Mon Mar 15 13:44:21 GMT 2021


Git commit 63d90af391a5051ca66f10a8cff4cb3826f59d78 by Jonathan Riddell.
Committed on 15/03/2021 at 13:44.
Pushed by jriddell into branch 'Neon/unstable'.

add missing common-od

M  +4    -3    snapcraft.yaml

https://invent.kde.org/neon/extras/peruse/commit/63d90af391a5051ca66f10a8cff4cb3826f59d78

diff --git a/snapcraft.yaml b/snapcraft.yaml
index c5e5f17..d089c51 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -7,6 +7,7 @@ base: core20
 adopt-info: peruse
 apps:
     peruse:
+        common-id: org.kde.peruse.desktop
         command: kf5-launch peruse
         plugs:
         - kde-frameworks-5-plug
@@ -47,10 +48,10 @@ parts:
         after:
         - kde-frameworks-5-env
         plugin: cmake
+        build-environment:
+        - CMAKE_BUILD_PARALLEL_LEVEL: "4"
         build-packages:
-        - build-essential
-        - qt5-default
-        - kdoctools5
+        - libkf5doctools-dev
         stage-packages:
         - qml-module-org-kde-kirigami
         - qml-module-org-kde-newstuff


More information about the Neon-commits mailing list