# 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=kde-inotify-survey pkgver=24.08.0 pkgrel=0 pkgdesc="Tooling for monitoring inotify limits and informing the user when they have been or about to be reached" url="https://invent.kde.org/system/kde-inotify-survey" # armhf blocked by extra-cmake-modules arch="all !armhf" license="BSD-3-Clause AND (GPL-2.0-only OR GPL-3.0-only)" # zstd is purely used to unpack the source archive makedepends=" extra-cmake-modules kauth-dev kcoreaddons-dev kdbusaddons-dev ki18n-dev kio-dev knotifications-dev polkit-qt-dev qt6-qtbase-dev qt6-qtdeclarative-dev samurai " _repo_url="https://invent.kde.org/system/kde-inotify-survey.git" source="https://download.kde.org/stable/release-service/$pkgver/src/kde-inotify-survey-$pkgver.tar.xz" build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=MinSizeRel \ -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=" c5789d0a6b8daad6442ee7c615342cd355500dab5b60606aee4e01a3c6eba335fe318bcb199b87044ffeaebbc3622e0badc2f0a163e1a4eed16a0096f4e54fbf kde-inotify-survey-24.08.0.tar.xz "