# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=filelight pkgver=19.08.2 pkgrel=0 arch="all" 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/applications/$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="eaa105f5bb9e15c8bfbe1852ec97758fba66e1c8948c95723cc169e21c471ec74987d28f7c1fe9b4ab4828ce390dc676fc8d2b5a9f64ae5134ba5841dc27644e filelight-19.08.2.tar.xz"