mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
parent
8f2f9e5792
commit
f944b7d0b4
1 changed files with 23 additions and 0 deletions
23
srcpkgs/filelight/template
Normal file
23
srcpkgs/filelight/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# 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
|
Loading…
Add table
Reference in a new issue