[neon/kde/kcalc/Neon/release] /: move to app repo

Jonathan Riddell null at kde.org
Thu Mar 18 14:37:08 GMT 2021


Git commit 3b7460f3d2626e6f157b5c888d2195747f91c7a8 by Jonathan Riddell.
Committed on 18/03/2021 at 14:37.
Pushed by jriddell into branch 'Neon/release'.

move to app repo

D  +0    -90   snapcraft.yaml

https://invent.kde.org/neon/kde/kcalc/commit/3b7460f3d2626e6f157b5c888d2195747f91c7a8

diff --git a/snapcraft.yaml b/snapcraft.yaml
deleted file mode 100644
index 9f8687d..0000000
--- a/snapcraft.yaml
+++ /dev/null
@@ -1,90 +0,0 @@
----
-name: kcalc
-confinement: strict
-grade: stable
-base: core20
-adopt-info: kcalc
-apps:
-    kcalc:
-        common-id: org.kde.kcalc.desktop
-        command: kf5-launch kcalc
-        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.kcalc.desktop
-        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:
-    kcalc:
-        parse-info:
-        - usr/share/metainfo/org.kde.kcalc.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"
-        build-packages:
-        - libmpfr-dev
-        - libgmp-dev
-        - qt5-default
-        - docbook-xml
-        - docbook-xsl
-        build-environment:
-        - CMAKE_BUILD_PARALLEL_LEVEL: "4"
-        - VERBOSE: "1"
-        stage-packages:
-        - libmpfr6
-        - libgmp10
-        source: http://download.kde.org/stable/release-service/20.12.3/src/kcalc-20.12.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=/root/stage\\;/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
-        - "-DCMAKE_FIND_ROOT_PATH=/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"
-    kde-frameworks-5-env:
-        plugin: dump
-        source: https://invent.kde.org/packaging/snap-kf5-launcher.git


More information about the Neon-commits mailing list