[neon/kde/kapman/Neon/release] /: update snap
Jonathan Riddell
null at kde.org
Tue Apr 27 13:32:02 BST 2021
Git commit 0d3377a7d29558a2c93aa272a73e64e7b3b3a512 by Jonathan Riddell.
Committed on 27/04/2021 at 12:31.
Pushed by jriddell into branch 'Neon/release'.
update snap
M +32 -23 snapcraft.yaml
https://invent.kde.org/neon/kde/kapman/commit/0d3377a7d29558a2c93aa272a73e64e7b3b3a512
diff --git a/snapcraft.yaml b/snapcraft.yaml
index b2dd6f8..f435683 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -6,31 +6,21 @@ base: core20
adopt-info: kapman
apps:
kapman:
+ extensions:
+ - kde-neon
common-id: org.kde.kapman.desktop
- command: kf5-launch kapman
+ command: usr/bin/kapman
plugs:
- - kde-frameworks-5-plug
- home
- - x11
- - opengl
- network
- network-bind
- audio-playback
- - desktop
- - desktop-legacy
- removable-media
- - alsa
slots:
session-dbus-interface:
interface: dbus
name: org.kde.kapman
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:
@@ -46,23 +36,46 @@ layout:
"/usr/share/alsa":
bind: "$SNAP/usr/share/alsa"
parts:
+ libkdegames:
+ plugin: cmake
+ source: https://download.kde.org/stable/release-service/21.04.0/src/libkdegames-21.04.0.tar.xz
+ build-packages:
+ - libopenal-dev
+ - libsndfile1-dev
+ 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=/usr\\;/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"
kapman:
+ after:
+ - libkdegames
parse-info:
- usr/share/metainfo/org.kde.kapman.appdata.xml
build-snaps:
- kde-frameworks-5-qt-5-15-core20-sdk/latest/candidate
- after:
- - kde-frameworks-5-env
plugin: cmake
- build-environment:
- - CMAKE_BUILD_PARALLEL_LEVEL: '4'
build-packages:
- - libkf5kdegames-dev
- libphonon4qt5-dev
- libphonon4qt5experimental-dev
- libkf5doctools-dev
stage-packages:
- - libkf5kdegames7
- libasound2-data
- libasound2-plugins
source: http://download.kde.org/stable/release-service/21.04.0/src/kapman-21.04.0.tar.xz
@@ -88,7 +101,3 @@ parts:
prime:
- "$exclusion"
- "-etc/alsa/conf.d/99-pulse.conf"
- kde-frameworks-5-env:
- plugin: dump
- source: https://invent.kde.org/packaging/snap-kf5-launcher.git
-version: 21.04.0
More information about the Neon-commits
mailing list