diff --git a/srcpkgs/filelight/patches/musl.patch b/srcpkgs/filelight/patches/musl.patch index 7c0252b6498..0a9b8b2534b 100644 --- a/srcpkgs/filelight/patches/musl.patch +++ b/srcpkgs/filelight/patches/musl.patch @@ -13,19 +13,6 @@ #include ---- 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 - #elif !defined(Q_OS_WIN) -+#ifdef __GLIBC__ - #include - #endif -+#endif - #include - #include - #include --- src/radialMap/sincos.h 2018-05-25 01:30:46.775385798 +0200 +++ - 2018-05-25 01:34:59.788609200 +0200 @@ -23,23 +23,4 @@ diff --git a/srcpkgs/filelight/template b/srcpkgs/filelight/template index 77968693e8f..f5727798b99 100644 --- a/srcpkgs/filelight/template +++ b/srcpkgs/filelight/template @@ -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 " 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"