# Contributor: Bart Ribbers # Maintainer: team/kde # The group tag is just to easily find this APKBUILD by some scripts for automation # group=kde-applications pkgname=kdf pkgver=23.04.3 pkgrel=1 # armhf blocked by extra-cmake-modules arch="all !armhf" url="https://kde.org/applications/system/org.kde.kdf" pkgdesc="View disk usage" license="GPL-2.0-or-later" makedepends=" extra-cmake-modules kcmutils-dev kconfigwidgets-dev kcoreaddons-dev kdoctools-dev ki18n-dev kiconthemes-dev kio-dev knotifications-dev kwidgetsaddons-dev kxmlgui-dev qt5-qtbase-dev samurai " _repo_url="https://invent.kde.org/utilities/kdf.git" source="https://download.kde.org/stable/release-service/$pkgver/src/kdf-$pkgver.tar.xz" subpackages="$pkgname-doc $pkgname-lang" build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib cmake --build build } check() { ctest --test-dir build --output-on-failure } package() { DESTDIR="$pkgdir" cmake --install build } sha512sums=" 29d51f43ad5a9377a02a0ec661f15856520b94247c7ffef5d0bdbab082bf8a7b495b12ef738f76e0dfba73886130876a62a3fe2fe1d02786fa33f9d1c488743b kdf-23.04.3.tar.xz "