[neon/snap-packaging/kde-snap-akonadi] /: Move akonadi server application and slots to the runtime snap.
Scarlett Moore
null at kde.org
Thu Apr 25 12:36:51 BST 2024
Git commit be03169c5a40bc75b5021219c12612d57d653853 by Scarlett Moore.
Committed on 25/04/2024 at 11:35.
Pushed by scarlettmoore into branch 'master'.
Move akonadi server application and slots to the runtime snap.
M +1 -26 snapcraft.yaml
https://invent.kde.org/neon/snap-packaging/kde-snap-akonadi/-/commit/be03169c5a40bc75b5021219c12612d57d653853
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 1d3f4d1..0193628 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -9,35 +9,10 @@ version: 24.05
compression: lzo
architectures:
- build-on: amd64
- - build-on: arm64
+ # - build-on: arm64
# - build-on: armhf
# - build-on: ppc64el
-slots:
- dbus-svc:
- interface: dbus
- bus: system
- name: org.freedesktop.Akonadi
- akonadi-slot:
- content: akonadi-all
- interface: content
- read:
- - "."
- akonadi:
- content: akonadi
- interface: content
- read:
- - "."
-apps:
- akonadiserver:
- extensions:
- - kde-neon-6
- command: usr/bin/akonadiserver
- daemon: simple
- slots: [dbus-svc]
-environment:
- PERL5LIB: "$SNAP/usr/share/perl5"
- DICPATH: "$SNAP/usr/share/hunspell"
package-repositories:
- type: apt
components:
More information about the Neon-commits
mailing list