[neon/kde/klines/Neon/release] /: now in invent:packaging/snapcraft-kde-applications

Jonathan Riddell null at kde.org
Wed Jul 28 11:01:00 BST 2021


Git commit cf07b293b30f924d5e0cb8aaf59b739bbf768e0e by Jonathan Riddell.
Committed on 28/07/2021 at 09:55.
Pushed by jriddell into branch 'Neon/release'.

now in invent:packaging/snapcraft-kde-applications

D  +0    -91   snapcraft.yaml

https://invent.kde.org/neon/kde/klines/commit/cf07b293b30f924d5e0cb8aaf59b739bbf768e0e

diff --git a/snapcraft.yaml b/snapcraft.yaml
deleted file mode 100644
index aa0dea8..0000000
--- a/snapcraft.yaml
+++ /dev/null
@@ -1,91 +0,0 @@
----
-name: klines
-confinement: strict
-grade: stable
-base: core20
-adopt-info: klines
-apps:
-    klines:
-        extensions:
-        - kde-neon
-        common-id: org.kde.klines
-        command: usr/bin/klines
-        plugs:
-        - home
-        - network
-        - network-bind
-        - audio-playback
-        - removable-media
-slots:
-    session-dbus-interface:
-        interface: dbus
-        name: org.kde.klines
-        bus: session
-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:
-    libkdegames:
-        plugin: cmake
-        source: https://download.kde.org/stable/release-service/21.04.0/src/libkdegames-21.04.0.tar.xz
-        build-packages:
-        - libopenal-dev
-        - libsndfile1-dev
-        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=/usr\\;/root/stage\\;/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
-        filesets:
-            exclusion:
-            - "-usr/lib/*/cmake/*"
-            - "-usr/include/*"
-            - "-usr/share/ECM/*"
-            - "-usr/share/doc/*"
-            - "-usr/share/man/*"
-            - "-usr/share/icons/breeze-dark*"
-            - "-usr/bin/X11"
-            - "-usr/lib/gcc/x86_64-linux-gnu/6.0.0"
-            - "-usr/lib/aspell/*"
-        prime:
-        - "$exclusion"
-    klines:
-        after:
-        - libkdegames
-        parse-info:
-        - usr/share/metainfo/org.kde.klines.appdata.xml
-        plugin: cmake
-        build-packages:
-        - libkf5doctools-dev
-        source: http://download.kde.org/stable/release-service/21.04.3/src/klines-21.04.3.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=/usr\\;/root/stage\\;/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
-        filesets:
-            exclusion:
-            - "-usr/lib/*/cmake/*"
-            - "-usr/include/*"
-            - "-usr/share/ECM/*"
-            - "-usr/share/doc/*"
-            - "-usr/share/man/*"
-            - "-usr/share/icons/breeze-dark*"
-            - "-usr/bin/X11"
-            - "-usr/lib/gcc/x86_64-linux-gnu/6.0.0"
-            - "-usr/lib/aspell/*"
-        prime:
-        - "$exclusion"
-version: 21.04.3


More information about the Neon-commits mailing list