Skip to content
Snippets Groups Projects
Commit b5420ba2 authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/massif-visualizer: upgrade to 0.8.0

parent e4ea1485
No related branches found
No related tags found
1 merge request!65646community/massif-visualizer: upgrade to 0.8.0
Pipeline #232902 skipped
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
# The group tag is just to easily find this APKBUILD by some scripts for automation # The group tag is just to easily find this APKBUILD by some scripts for automation
# group=kde-other # group=kde-other
pkgname=massif-visualizer pkgname=massif-visualizer
pkgver=0.7.0 pkgver=0.8.0
pkgrel=3 pkgrel=0
pkgdesc="Visualizer for Valgrind Massif data files" pkgdesc="Visualizer for Valgrind Massif data files"
# armhf blocked by extra-cmake-modules # armhf blocked by extra-cmake-modules
arch="all !armhf" arch="all !armhf"
...@@ -13,16 +13,15 @@ url="https://kde.org/applications/development/org.kde.massif-visualizer" ...@@ -13,16 +13,15 @@ url="https://kde.org/applications/development/org.kde.massif-visualizer"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
makedepends=" makedepends="
extra-cmake-modules extra-cmake-modules
karchive5-dev karchive-dev
kconfig5-dev kconfig-dev
kcoreaddons5-dev kcoreaddons-dev
kdiagram5-dev kdiagram-dev
ki18n5-dev ki18n-dev
kio5-dev kio-dev
kparts5-dev kparts-dev
qt5-qtbase-dev qt6-qtbase-dev
qt5-qtsvg-dev qt6-qtsvg-dev
qt5-qtxmlpatterns-dev
samurai samurai
" "
checkdepends="xvfb-run" checkdepends="xvfb-run"
...@@ -30,12 +29,10 @@ source="https://download.kde.org/stable/massif-visualizer/$pkgver/src/massif-vis ...@@ -30,12 +29,10 @@ source="https://download.kde.org/stable/massif-visualizer/$pkgver/src/massif-vis
subpackages="$pkgname-lang" subpackages="$pkgname-lang"
build() { build() {
# The infowidget plugin is disabled due to an incompatibility with musl
cmake -B build -G Ninja \ cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_LIBDIR=lib
-DENABLE_INFOWIDGET_PLUGIN=FALSE
cmake --build build cmake --build build
} }
...@@ -48,5 +45,5 @@ package() { ...@@ -48,5 +45,5 @@ package() {
} }
sha512sums=" sha512sums="
058412e34c0899a34fb4080a602cb0c70a9ac707f27b72a79fb412ea35a6e8c66ce06df15b3153fdc1a70a27232f98b508c7441b657eb73466962b33f9b2f561 massif-visualizer-0.7.0.tar.xz e5bbcb7e5e0ac073ec292fffe397242b94c98895f3abb28ccf2f9c9727c52e3c6ae333a447b3131daa3164e9409d1dcb6c9852ab48a24985d07b1e32943045ae massif-visualizer-0.8.0.tar.xz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment