[neon/kde/rocs/Neon/release] /: update snap

Jonathan Riddell null at kde.org
Fri Apr 16 10:51:28 BST 2021


Git commit 83638c3b19141070b1cacdd86481c7ce6eed8bc8 by Jonathan Riddell.
Committed on 16/04/2021 at 09:51.
Pushed by jriddell into branch 'Neon/release'.

update snap

M  +3    -21   snapcraft.yaml

https://invent.kde.org/neon/kde/rocs/commit/83638c3b19141070b1cacdd86481c7ce6eed8bc8

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 8cf52f4..72e3189 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -7,30 +7,21 @@ adopt-info: rocs
 version: 20.12.3
 apps:
     rocs:
+        extensions:
+        - kde-neon
         common-id: org.kde.rocs.desktop
-        command: kf5-launch rocs
+        command: usr/bin/rocs
         plugs:
-        - kde-frameworks-5-plug
         - home
-        - x11
-        - opengl
         - network
         - network-bind
         - audio-playback
-        - desktop
-        - desktop-legacy
         - removable-media
 slots:
     session-dbus-interface:
         interface: dbus
         name: org.kde.rocs
         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:
@@ -44,10 +35,6 @@ parts:
     rocs:
         parse-info:
         - usr/share/metainfo/org.kde.rocs.appdata.xml
-        build-snaps:
-        - kde-frameworks-5-qt-5-15-core20-sdk/latest/candidate
-        after:
-        - kde-frameworks-5-env
         plugin: cmake
         build-environment:
         - CMAKE_BUILD_PARALLEL_LEVEL: "4"
@@ -57,8 +44,6 @@ parts:
         - libgrantlee5-dev
         - libkf5doctools-dev
         stage-packages:
-        - libboost1.71-dev
-        - libboost-graph1.71-dev
         - libgrantlee-templates5
         - libgrantlee-textdocument5
         source: http://download.kde.org/stable/release-service/20.12.3/src/rocs-20.12.3.tar.xz
@@ -84,6 +69,3 @@ parts:
             - "-usr/lib/aspell/*"
         prime:
         - "$exclusion"
-    kde-frameworks-5-env:
-        plugin: dump
-        source: https://invent.kde.org/packaging/snap-kf5-launcher.git


More information about the Neon-commits mailing list