[neon/extras/skanlite/Neon/release] /: move to invent:packaging/snapcraft-kde-applications
Jonathan Riddell
null at kde.org
Wed Jul 28 12:04:43 BST 2021
Git commit 6a4fafe0133039b95c7191ab76c5f22c355c9c6e by Jonathan Riddell.
Committed on 28/07/2021 at 11:03.
Pushed by jriddell into branch 'Neon/release'.
move to invent:packaging/snapcraft-kde-applications
D +0 -84 snapcraft.yaml
https://invent.kde.org/neon/extras/skanlite/commit/6a4fafe0133039b95c7191ab76c5f22c355c9c6e
diff --git a/snapcraft.yaml b/snapcraft.yaml
deleted file mode 100644
index 3649628..0000000
--- a/snapcraft.yaml
+++ /dev/null
@@ -1,84 +0,0 @@
----
-name: skanlite
-confinement: strict
-grade: stable
-base: core20
-adopt-info: skanlite
-apps:
- skanlite:
- common-id: org.kde.skanlite.desktop
- command: kf5-launch skanlite
- plugs:
- - kde-frameworks-5-plug
- - home
- - x11
- - opengl
- - network
- - network-bind
- - audio-playback
- - desktop
- - desktop-legacy
-slots:
- session-dbus-interface:
- interface: dbus
- name: org.kde.skanlite
- 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:
- - main
- suites:
- - focal
- key-id: 444DABCF3667D0283F894EDDE6D4736255751E5D
- url: http://origin.archive.neon.kde.org/user
- key-server: keyserver.ubuntu.com
-parts:
- libksane:
- 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"
- build-packages:
- - libsane-dev
- stage-packages:
- - libsane
- source: https://anongit.kde.org/libksane.git
- cmake-parameters:
- - "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
- - "-DCMAKE_INSTALL_PREFIX=/usr"
- - "-DCMAKE_BUILD_TYPE=Release"
- - "-DENABLE_TESTING=OFF"
- - "-DBUILD_TESTING=OFF"
- - "-DKDE_SKIP_TEST_SETTINGS=ON"
- skanlite:
- parse-info:
- - usr/share/metainfo/org.kde.skanlite.appdata.xml
- build-snaps:
- - kde-frameworks-5-core18-sdk
- after:
- - kde-frameworks-5-env
- - libksane
- plugin: cmake
- build-packages:
- - libpng-dev
- source: https://download.kde.org/stable/skanlite/2.2/skanlite-2.2.0.tar.xz
- cmake-parameters:
- - "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
- - "-DCMAKE_INSTALL_PREFIX=/usr"
- - "-DCMAKE_BUILD_TYPE=Release"
- - "-DENABLE_TESTING=OFF"
- - "-DBUILD_TESTING=OFF"
- - "-DKDE_SKIP_TEST_SETTINGS=ON"
- - "-DCMAKE_FIND_ROOT_PATH=/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
- kde-frameworks-5-env:
- plugin: dump
- source: https://anongit.kde.org/snap-kf5-launcher.git
More information about the Neon-commits
mailing list