[neon/snap-packaging/kde-akonadi-runtime] /: Fix commandchain.

Scarlett Moore null at kde.org
Thu Apr 25 16:03:52 BST 2024


Git commit cd349fa88f9da9101097c767c987c92eadef0dc4 by Scarlett Moore.
Committed on 25/04/2024 at 15:03.
Pushed by scarlettmoore into branch 'master'.

Fix commandchain.

M  +2    -10   snapcraft.yaml

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

diff --git a/snapcraft.yaml b/snapcraft.yaml
index f8ecc13..984680e 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -34,6 +34,8 @@ apps:
         command: usr/bin/akonadiserver
         daemon: simple
         slots: [dbus-svc]
+        command-chain:
+        - snap/command-chain/desktop-launch6
 environment:
     PERL5LIB: "$SNAP/usr/share/perl5"
     DICPATH: "$SNAP/usr/share/hunspell"
@@ -101,13 +103,3 @@ parts:
             craftctl default
             cd $CRAFT_PRIME
             find . -type f,l -name "*.h" -exec bash -c "rm -f {}*" \;
-    command-chain:
-        source: https://github.com/canonical/snapcraft.git
-        source-type: git
-        source-branch: main
-        source-subdir: extensions/desktop/kde-neon-6
-        plugin: make
-        make-parameters:
-        - PLATFORM_PLUG=$SNAPCRAFT_PROJECT_NAME
-        stage-packages:
-        - tox


More information about the Neon-commits mailing list