24 lines
785 B
Bash
24 lines
785 B
Bash
|
# Template file for 'filelight'
|
||
|
pkgname=filelight
|
||
|
version=17.12.3
|
||
|
revision=1
|
||
|
build_style=cmake
|
||
|
hostmakedepends="extra-cmake-modules"
|
||
|
makedepends="kparts-devel qt5-devel"
|
||
|
short_desc="Interactive map that helps visualize disk usage on your computer"
|
||
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||
|
license="GPL-2"
|
||
|
homepage="https://utils.kde.org/projects/filelight/"
|
||
|
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
||
|
checksum=ceaa8441d94651e665790af6cb419bf39b34b7246f4848b070a8a2dde78a1bcd
|
||
|
|
||
|
if [ -n "$CROSS_BUILD" ]; then
|
||
|
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
|
||
|
fi
|
||
|
|
||
|
case "$XBPS_TARGET_MACHINE" in
|
||
|
*-musl)
|
||
|
# missing fstab.h
|
||
|
broken="https://travis-ci.org/voidlinux/void-packages/jobs/339621627" ;;
|
||
|
esac
|