[neon/kde/kompare/Neon/release] /: now in invent:packaging/snapcraft-kde-applications
Jonathan Riddell
null at kde.org
Wed Jul 28 11:02:04 BST 2021
Git commit dfb435939d6b2ff14b1561389a351139bcee9d57 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 -93 snapcraft.yaml
https://invent.kde.org/neon/kde/kompare/commit/dfb435939d6b2ff14b1561389a351139bcee9d57
diff --git a/snapcraft.yaml b/snapcraft.yaml
deleted file mode 100644
index cd726f5..0000000
--- a/snapcraft.yaml
+++ /dev/null
@@ -1,93 +0,0 @@
----
-name: kompare
-confinement: strict
-grade: stable
-base: core20
-adopt-info: kompare
-apps:
- kompare:
- common-id: org.kde.kompare.desktop
- command: kf5-launch kompare
- 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.kompare
- 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:
- kompare:
- parse-info:
- - usr/share/metainfo/org.kde.kompare.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:
- - libkomparediff2-dev
- - libkf5doctools-dev
- stage-packages:
- - libkomparediff2-5
- - kde-cli-tools
- - kio-extras
- - shared-mime-info
- - libslang2
- - libgpm2
- - libglu1-mesa
- override-build: |
- snapcraftctl build
- update-mime-database $SNAPCRAFT_PART_INSTALL/usr/share/mime/
- source: http://download.kde.org/stable/release-service/21.04.3/src/kompare-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"
- - "-DKDE_INSTALL_PLUGINDIR=/usr/lib/x86_64-linux-gnu/qt5/plugins/"
- 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
-version: 21.04.3
More information about the Neon-commits
mailing list