[neon/extras/konversation/Neon/release] /: add a snapcraft file which had disappeared
Jonathan Riddell
null at kde.org
Tue Apr 13 14:02:15 BST 2021
Git commit ed83da91573127d8daa7df94921525858d271c08 by Jonathan Riddell.
Committed on 13/04/2021 at 13:02.
Pushed by jriddell into branch 'Neon/release'.
add a snapcraft file which had disappeared
A +63 -0 snapcraft.yaml
https://invent.kde.org/neon/extras/konversation/commit/ed83da91573127d8daa7df94921525858d271c08
diff --git a/snapcraft.yaml b/snapcraft.yaml
new file mode 100644
index 0000000..c46c022
--- /dev/null
+++ b/snapcraft.yaml
@@ -0,0 +1,63 @@
+---
+name: konversation
+confinement: strict
+grade: stable
+base: core20
+adopt-info: konversation
+apps:
+ blinken:
+ extensions:
+ - kde-neon
+ common-id: org.kde.konversation.desktop
+ command: usr/bin/konversation
+ plugs:
+ - home
+ - network
+ - network-bind
+ - audio-playback
+ - removable-media
+slots:
+ session-dbus-interface:
+ interface: dbus
+ name: org.kde.konversation
+ bus: session
+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:
+ blinken:
+ build-environment:
+ - CMAKE_BUILD_PARALLEL_LEVEL: "4"
+ plugin: cmake
+ build-packages:
+ - libkf5doctools-dev
+ source: http://download.kde.org/stable/release-service/20.12.3/src/konversation-20.12.3.tar.xz
+ 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"
+ parse-info:
+ - usr/share/metainfo/org.kde.blinken.appdata.xml
+ 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