[neon/kde/blinken/Neon/release] /: use extension

Jonathan Riddell null at kde.org
Mon Apr 12 17:48:17 BST 2021


Git commit 5f17bb5d090876f97d698df94748f6d76b07b801 by Jonathan Riddell.
Committed on 12/04/2021 at 16:48.
Pushed by jriddell into branch 'Neon/release'.

use extension

M  +0    -9    snapcraft.yaml

https://invent.kde.org/neon/kde/blinken/commit/5f17bb5d090876f97d698df94748f6d76b07b801

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 3f836d4..b117c76 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -11,7 +11,6 @@ apps:
         common-id: org.kde.blinken.desktop
         command: usr/bin/blinken
         plugs:
-        - kde-frameworks-5-plug
         - home
         - network
         - network-bind
@@ -22,12 +21,6 @@ slots:
         interface: dbus
         name: org.kde.blinken
         bus: session
-plugs:
-    kde-frameworks-5-plug:
-        content: kde-frameworks-5-qt-5-15-core20-all
-        interface: content
-        default-provider: kde-frameworks-5-qt-5-15-core20
-        target: kf5
 package-repositories:
 -   type: apt
     components:
@@ -39,8 +32,6 @@ package-repositories:
     key-server: keyserver.ubuntu.com
 parts:
     blinken:
-        after:
-        - kde-frameworks-5-env
         build-environment:
         - CMAKE_BUILD_PARALLEL_LEVEL: "4"
         plugin: cmake


More information about the Neon-commits mailing list