[neon/extras/labplot/Neon/release] /: update to core20 snap

Jonathan Riddell null at kde.org
Wed Mar 3 17:05:56 GMT 2021


Git commit ee9328e969d9e46d54c8f7e21702d1d21c9fa06b by Jonathan Riddell.
Committed on 03/03/2021 at 17:05.
Pushed by jriddell into branch 'Neon/release'.

update to core20 snap

M  +24   -2    snapcraft.yaml

https://invent.kde.org/neon/extras/labplot/commit/ee9328e969d9e46d54c8f7e21702d1d21c9fa06b

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 535bf97..2070435 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -31,6 +31,15 @@ plugs:
         default-provider: kde-frameworks-5-qt-5-15-core20
         target: kf5
 package-repositories:
+-   type: apt
+    components:
+    - main
+    suites:
+    - focal
+    key-id: 444DABCF3667D0283F894EDDE6D4736255751E5D
+    url: http://origin.archive.neon.kde.org/user
+    key-server: keyserver.ubuntu.com
+package-repositories:
 -   type: apt
     components:
     - main
@@ -49,7 +58,7 @@ parts:
         parse-info:
         - usr/share/metainfo/org.kde.labplot2.appdata.xml
         build-snaps:
-        - kde-frameworks-5-qt-5-14-core18-sdk/latest/candidate
+        - kde-frameworks-5-qt-5-15-core20-sdk/latest/candidate/latest/candidate
         after:
         - kde-frameworks-5-env
         - patches
@@ -132,7 +141,20 @@ parts:
         - "-DENABLE_TESTING=OFF"
         - "-DBUILD_TESTING=OFF"
         - "-DKDE_SKIP_TEST_SETTINGS=ON"
-        - "-DCMAKE_FIND_ROOT_PATH=/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
+        - "-DCMAKE_FIND_ROOT_PATH=/root/stage\\;/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
     kde-frameworks-5-env:
         plugin: dump
         source: https://anongit.kde.org/snap-kf5-launcher.git
+        filesets:
+            exclusion:
+            - "-usr/lib/*/cmake/*"
+            - "-usr/include/*"
+            - "-usr/share/ECM/*"
+            - "-usr/share/doc/*"
+            - "-usr/share/man/*"
+            - "-usr/share/icons/breeze-dark*"
+            - "-usr/bin/X11"
+            - "-usr/lib/gcc/x86_64-linux-gnu/6.0.0"
+            - "-usr/lib/aspell/*"
+        prime:
+        - "$exclusion"


More information about the Neon-commits mailing list