[neon/snap-packaging/kde-akonadi-runtime] /: Add a slot to allow akonadi control lock.

Scarlett Moore null at kde.org
Wed May 29 12:39:28 BST 2024


Git commit ff909f1ab6afb9928889534dd4380ab71ec145b1 by Scarlett Moore.
Committed on 29/05/2024 at 11:39.
Pushed by scarlettmoore into branch 'master'.

Add a slot to allow akonadi control lock.

M  +7    -1    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kde-akonadi-runtime/-/commit/ff909f1ab6afb9928889534dd4380ab71ec145b1

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 1c18d68..6be5a1a 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -17,6 +17,10 @@ slots:
         interface: dbus
         bus: system
         name: org.freedesktop.Akonadi
+    dbus-lock:
+        interface: dbus
+        bus: system
+        name: org.freedesktop.Akonadi.Control.lock
     akonadi-slot:
         content: akonadi-all
         interface: content
@@ -33,7 +37,9 @@ apps:
         - kde-neon-6
         command: usr/bin/akonadiserver
         daemon: simple
-        slots: [dbus-svc]
+        slots:
+        - dbus-svc
+        - dbus-lock
         command-chain:
         - snap/command-chain/desktop-launch6
 environment:


More information about the Neon-commits mailing list