[neon/extras/keurocalc/Neon/release] /: update to core20 snap
Jonathan Riddell
null at kde.org
Wed Mar 3 17:06:43 GMT 2021
Git commit f172c2961d65d44916c9dfeb4e58633622e1bf16 by Jonathan Riddell.
Committed on 03/03/2021 at 17:05.
Pushed by jriddell into branch 'Neon/release'.
update to core20 snap
A +97 -0 snapcraft.yaml
https://invent.kde.org/neon/extras/keurocalc/commit/f172c2961d65d44916c9dfeb4e58633622e1bf16
diff --git a/snapcraft.yaml b/snapcraft.yaml
new file mode 100644
index 0000000..08a8f6a
--- /dev/null
+++ b/snapcraft.yaml
@@ -0,0 +1,97 @@
+---
+name: keurocalc
+version: 1.3.0
+confinement: strict
+grade: devel
+base: core20
+adopt-info: keurocalc
+apps:
+ keurocalc:
+ common-id: org.kde.keurocalc
+ command: kf5-launch keurocalc
+ plugs:
+ - kde-frameworks-5-plug
+ - home
+ - x11
+ - opengl
+ - network
+ - network-bind
+ - unity7
+ - pulseaudio
+ - desktop
+ - desktop-legacy
+slots:
+ session-dbus-interface:
+ interface: dbus
+ name: org.kde.keurocalc
+ bus: session
+plugs:
+ kde-frameworks-5-plug:
+ content: kde-frameworks-5-qt-5-15-core20-all
+ interface: content
+ 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:
+ keurocalc:
+ parse-info: [usr/share/metainfo/org.kde.keurocalc.appdata.xml]
+ build-snaps:
+ - kde-frameworks-5-qt-5-15-core20-sdk/latest/candidate
+ after:
+ - kde-frameworks-5-env
+ plugin: cmake
+ source: https://anongit.kde.org/keurocalc.git
+ build-packages:
+ - build-essential
+ - qt5-default
+ - kdoctools5
+ 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=/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
+ stage:
+ - usr/
+ - -usr/lib/*
+ 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"
+ - usr/
+ - -usr/lib/*
+ 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