filelight: update to 18.04.1.
Closes #14395. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
6565a0852c
commit
3fe65ac750
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'filelight'
|
||||
pkgname=filelight
|
||||
version=18.04.0
|
||||
version=18.04.1
|
||||
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"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://utils.kde.org/projects/filelight/"
|
||||
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=83a8bb10bef207a0672631ac8ff6843494d02b6c30df27dd3ed203d2933264d6
|
||||
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=5a197d16b36b04eafd53385e7f50ac31930953ac8ad8ae021c02953a064926f0
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
|
||||
|
|
Loading…
Reference in New Issue