[neon/kde/kontact/Neon/release] /: update snap. still not funcational

Jonathan Riddell null at kde.org
Mon Apr 19 14:33:18 BST 2021


Git commit 54965264d5bedf415972df7e9914a9fd7812537e by Jonathan Riddell.
Committed on 19/04/2021 at 13:33.
Pushed by jriddell into branch 'Neon/release'.

update snap.  still not funcational

M  +26   -48   snapcraft.yaml

https://invent.kde.org/neon/kde/kontact/commit/54965264d5bedf415972df7e9914a9fd7812537e

diff --git a/snapcraft.yaml b/snapcraft.yaml
index bab1f93..193c1b8 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -6,45 +6,26 @@ base: core20
 adopt-info: kontact
 apps:
     kontact:
+        extensions:
+        - kde-neon
         common-id: org.kde.kontact.desktop
-        command: kf5-launch $SNAP/kf5-launch-ext $SNAP/dbus-wrapper $SNAP/akonadi-wrapper
-            kontact
+        command: kf5-launch-ext $SNAP/dbus-wrapper $SNAP/akonadi-wrapper $SNAP/usr/bin/kontact
         plugs:
-        - kde-frameworks-5-plug
         - home
-        - x11
-        - opengl
-        - network
-        - network-bind
         - audio-playback
-        - desktop
-        - desktop-legacy
         - removable-media
         - browser-support
     bash:
-        command: kf5-launch $SNAP/kf5-launch-ext $SNAP/dbus-wrapper bash
+        command: kf5-launch-ext $SNAP/dbus-wrapper bash
         plugs:
-        - kde-frameworks-5-plug
         - home
         - x11
-        - opengl
-        - network
-        - network-bind
         - audio-playback
-        - desktop
-        - desktop-legacy
     akonadictl:
-        command: kf5-launch $SNAP/kf5-launch-ext $SNAP/dbus-wrapper akonadictl
+        command: kf5-launch-ext $SNAP/dbus-wrapper $SNAP/usr/bin/akonadictl
         plugs:
-        - kde-frameworks-5-plug
         - home
-        - x11
-        - opengl
-        - network
-        - network-bind
         - audio-playback
-        - desktop
-        - desktop-legacy
 plugs:
     kde-frameworks-5-plug:
         content: kde-frameworks-5-qt-5-15-core20-all
@@ -72,16 +53,12 @@ parts:
         parse-info:
         - usr/share/metainfo/org.kde.kontact.appdata.xml
         plugin: cmake
-        build-environment:
-        -   CMAKE_BUILD_PARALLEL_LEVEL: '4'
-        build-snaps:
-        - kde-frameworks-5-qt-5-15-core20-sdk/latest/candidate
         build-packages:
         - kross-dev
         - libassuan-dev
         - libboost-dev
         - libboost-graph-dev
-        - libgpgme11-dev
+        - libgpgme-dev
         - libgrantlee5-dev
         - libkf5akonadi-dev
         - libkf5akonadiserver-dev
@@ -97,29 +74,30 @@ parts:
         - libkf5mimetreeparser-dev
         - libkf5pimtextedit-dev
         - libkf5templateparser-dev
-        - qt5-default
         stage-packages:
         - kross
-        - libassuan
-        - libboost
-        - libboost-graph
+        - libassuan0
         - libgpgme11
-        - libgrantlee5
-        - libkf5akonadi
-        - libkf5akonadiserver
-        - libkf5eventviews
-        - libkf5grantleetheme
-        - libkf5kdelibs4support
-        - libkf5kdepimdbusinterfaces
-        - libkf5khtml
-        - libkf5kontactinterface
-        - libkf5libkdepim
-        - libkf5mailcommon
-        - libkf5messagecomposer
-        - libkf5mimetreeparser
-        - libkf5pimtextedit
-        - libkf5templateparser
+        - libgrantlee-templates5
+        - libgrantlee-textdocument5
+        - libkf5akonadicore5
+        - libkf5akonadiagentbase5
+        - libkf5akonadiwidgets5
+        - libkf5akonadixml5
+        - libkf5akonadiprivate5
+        - libkf5eventviews5
+        - libkf5grantleetheme5
+        - libkf5kdelibs4support5
+        - libkf5kontactinterface5
+        - libkf5libkdepim5
+        - libkf5mailcommon5
+        - libkf5messagecomposer5
+        - libkf5mimetreeparser5
+        - libkf5pimtextedit5
+        - libkf5templateparser5
         - libkf5grantleetheme-plugins
+        - libqt5webchannel5
+        - libqt5webkit5
         - kdepim-runtime
         - accountwizard
         - akregator


More information about the Neon-commits mailing list