[neon/extras/peruse/Neon/unstable] /: update to core20 snap
Jonathan Riddell
null at kde.org
Wed Mar 3 17:06:52 GMT 2021
Git commit 0af0f2317f44e03c62f9cefb89b1bc19ace15fd5 by Jonathan Riddell.
Committed on 03/03/2021 at 17:05.
Pushed by jriddell into branch 'Neon/unstable'.
update to core20 snap
M +29 -6 snapcraft.yaml
https://invent.kde.org/neon/extras/peruse/commit/0af0f2317f44e03c62f9cefb89b1bc19ace15fd5
diff --git a/snapcraft.yaml b/snapcraft.yaml
index cecd85f..f5be54e 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -3,7 +3,7 @@ name: peruse
version: '1.2'
confinement: strict
grade: stable
-base: core18
+base: core20
adopt-info: peruse
apps:
peruse:
@@ -26,16 +26,25 @@ slots:
name: org.kde.peruse
bus: session
plugs:
- kde-frameworks-5-plug:
- content: kde-frameworks-5-core18-all
+ kde-frameworks-5-qt-5-15-plug:
+ content: kde-frameworks-5-qt-5-15-core20-all
interface: content
- default-provider: kde-frameworks-5-core18
+ 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
parts:
peruse:
parse-info: [usr/share/appdata/org.kde.peruse.appdata.xml]
build-snaps:
- - kde-frameworks-5-core18-sdk
+ - kde-frameworks-5-qt-5-15-core20-sdk/latest/candidate
after:
- kde-frameworks-5-env
plugin: cmake
@@ -48,13 +57,27 @@ parts:
- qml-module-org-kde-newstuff
- qml-module-qt-labs-folderlistmodel
source: http://download.kde.org/stable/peruse/peruse-1.2.tar.xz
- configflags:
+ cmake-parameters:
- "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
- "-DCMAKE_INSTALL_PREFIX=/usr"
- "-DCMAKE_BUILD_TYPE=Release"
- "-DENABLE_TESTING=OFF"
- "-DBUILD_TESTING=OFF"
- "-DKDE_SKIP_TEST_SETTINGS=ON"
+ - "-DCMAKE_FIND_ROOT_PATH=/root/stage\\;/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
+ 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"
kde-frameworks-5-env:
plugin: dump
source: https://anongit.kde.org/snap-kf5-launcher.git
More information about the Neon-commits
mailing list