[neon/kde/kate/Neon/release] /: update snap for core20
Jonathan Riddell
null at kde.org
Mon Mar 22 16:14:06 GMT 2021
Git commit 4464a6fc06a983e29d62ae835b6918bb7ffeddd4 by Jonathan Riddell.
Committed on 22/03/2021 at 16:10.
Pushed by jriddell into branch 'Neon/release'.
update snap for core20
M +3 -27 snapcraft.yaml
https://invent.kde.org/neon/kde/kate/commit/4464a6fc06a983e29d62ae835b6918bb7ffeddd4
diff --git a/snapcraft.yaml b/snapcraft.yaml
index c0a2dcb..f7c1139 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -6,19 +6,10 @@ base: core20
adopt-info: kate
apps:
kate:
+ extensions:
+ - kde-neon
common-id: org.kde.kate.desktop
- command: kf5-launch kate
- plugs:
- - kde-frameworks-5-plug
- - home
- - x11
- - opengl
- - network
- - network-bind
- - audio-playback
- - desktop
- - desktop-legacy
- - removable-media
+ command: usr/bin/kate
slots:
session-dbus-interface:
interface: dbus
@@ -29,12 +20,6 @@ slots:
interface: dbus
name: org.kde.Kate
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:
@@ -48,10 +33,6 @@ parts:
kate:
parse-info:
- usr/share/metainfo/org.kde.kate.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"
@@ -68,8 +49,6 @@ parts:
- "-DENABLE_TESTING=OFF"
- "-DBUILD_TESTING=OFF"
- "-DKDE_SKIP_TEST_SETTINGS=ON"
- - "-DCMAKE_FIND_ROOT_PATH=/root/stage\\;/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
- - "-DKDE_INSTALL_PLUGINDIR=/usr/lib/x86_64-linux-gnu/qt5/plugins/"
filesets:
exclusion:
- "-usr/lib/*/cmake/*"
@@ -83,6 +62,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