filelight: update to 18.12.3.

This commit is contained in:
Piotr Wójcik 2019-03-07 17:51:51 +01:00 committed by Helmut Pozimski
parent 2da7ce348e
commit 7ea2eb2b49
2 changed files with 2 additions and 15 deletions

View File

@ -13,19 +13,6 @@
#include <qmath.h>
--- src/localLister.cpp 2018-05-06 06:10:38.000000000 +0200
+++ - 2018-05-25 01:33:28.202631988 +0200
@@ -35,8 +35,10 @@
#ifdef Q_OS_SOLARIS
#include <sys/vfstab.h>
#elif !defined(Q_OS_WIN)
+#ifdef __GLIBC__
#include <fstab.h>
#endif
+#endif
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
--- src/radialMap/sincos.h 2018-05-25 01:30:46.775385798 +0200
+++ - 2018-05-25 01:34:59.788609200 +0200
@@ -23,23 +23,4 @@

View File

@ -1,6 +1,6 @@
# Template file for 'filelight'
pkgname=filelight
version=18.12.2
version=18.12.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules"
@ -10,7 +10,7 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2.0-only"
homepage="https://utils.kde.org/projects/filelight/"
distfiles="${KDE_SITE}/applications/${version}/src/filelight-${version}.tar.xz"
checksum=7fb32a9a960cc8cdda0ef0f7d6ab7d662d1b33a80582e09a18e8864f7a486ee6
checksum=9090bc7c7ac2586e857cdc246a94621c1453e7f65c6d491f2f374f43d3e4af1a
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"