[neon/kde/kalgebra/Neon/release] /: update
Jonathan Riddell
null at kde.org
Tue Mar 9 15:41:02 GMT 2021
Git commit 4e7e07ea4161d6423bba7a2cf5f881038972744e by Jonathan Riddell.
Committed on 09/03/2021 at 15:40.
Pushed by jriddell into branch 'Neon/release'.
update
M +16 -24 snapcraft.yaml
https://invent.kde.org/neon/kde/kalgebra/commit/4e7e07ea4161d6423bba7a2cf5f881038972744e
diff --git a/snapcraft.yaml b/snapcraft.yaml
index ea227d2..4a73842 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -42,17 +42,21 @@ parts:
after:
- kde-frameworks-5-env
plugin: cmake
+ build-environment:
+ - CMAKE_BUILD_PARALLEL_LEVEL: "4"
build-packages:
- - libncurses5-dev
+ - libncurses-dev
- libreadline-dev
- - qt5-default
+ - libgl-dev
+ - libeigen3-dev
stage-packages:
- - libncurses5-dev
- - libreadline-dev
- source: https://download.kde.org/stable/applications/19.04.0/src/analitza-19.04.0.tar.xz
+ - libncurses6
+ - libreadline8
+ - libgl1
+ - libglx-dev
+ source: https://download.kde.org/stable/release-service/20.12.3/src/analitza-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"
@@ -67,13 +71,14 @@ parts:
- kde-frameworks-5-env
- analitza
plugin: cmake
+ build-environment:
+ - CMAKE_BUILD_PARALLEL_LEVEL: "4"
build-packages:
- - libncurses5-dev
+ - libncurses-dev
- libreadline-dev
- - qt5-default
stage-packages:
- - libncurses5-dev
- - libreadline-dev
+ - libncurses6
+ - libreadline8
source: http://download.kde.org/stable/release-service/20.12.3/src/kalgebra-20.12.3.tar.xz
cmake-parameters:
- "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
@@ -98,17 +103,4 @@ parts:
- "$exclusion"
kde-frameworks-5-env:
plugin: dump
- source: https://anongit.kde.org/snap-kf5-launcher.git
- 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"
+ source: https://invent.kde.org/packaging/snap-kf5-launcher.git
More information about the Neon-commits
mailing list