# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=filelight pkgver=19.12.1 pkgrel=0 arch="all !armhf" url="https://kde.org/applications/utilities/filelight" pkgdesc="An application to visualize the disk usage on your computer" license="(GPL-2.0-only OR GPL-3.0-only) AND GFDL-1.2-only" makedepends="extra-cmake-modules qt5-qtbase-dev kxmlgui-dev kio-dev ki18n-dev kdoctools-dev" source="https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz" subpackages="$pkgname-doc $pkgname-lang" options="!check" # No tests build() { cmake \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make } check() { CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { DESTDIR="$pkgdir" make install } sha512sums="a4ad318f94b423d861edcfeb868276d757f1be2101790b1a0bb3ff1f21f8d836f5547e229c27bab378e46a758793fb3501d4afc9a5a76004bbace8c5250c1569 filelight-19.12.1.tar.xz"