diff --git a/srcpkgs/stellarium/patches/indi_musl.patch b/srcpkgs/stellarium/patches/indi_musl.patch new file mode 100644 index 00000000000..8d0ab7fae9c --- /dev/null +++ b/srcpkgs/stellarium/patches/indi_musl.patch @@ -0,0 +1,13 @@ +--- src/external/libindi/libs/indibase/indilogger.h 2018-04-02 17:10:25.299275210 +0200 ++++ src/external/libindi/libs/indibase/indilogger.h 2018-04-02 17:10:56.375831306 +0200 +@@ -28,7 +28,9 @@ + #include + #include + #include +-//#include ++#if !defined(__GLIBC__) ++#include ++#endif + + /** + * @brief Macro to configure the logger. diff --git a/srcpkgs/stellarium/template b/srcpkgs/stellarium/template index 1d435a24e23..e217c5fb345 100644 --- a/srcpkgs/stellarium/template +++ b/srcpkgs/stellarium/template @@ -1,9 +1,9 @@ # Template file for 'stellarium' pkgname=stellarium -version=0.17.0 +version=0.18.0 revision=1 build_style=cmake -hostmakedepends="perl" +hostmakedepends="perl qt5-qmake qt5-host-tools" makedepends="qt5-tools-devel qt5-script-devel qt5-serialport-devel qt5-multimedia-devel qt5-location-devel MesaLib-devel zlib-devel" depends="desktop-file-utils" @@ -12,5 +12,5 @@ maintainer="Juan RP " license="GPL-2" homepage="http://www.stellarium.org/" distfiles="https://github.com/Stellarium/stellarium/releases/download/v${version}/stellarium-${version}.tar.gz" -checksum=cc21e2daf5433b0b99c6e81101171b47da7b278b6c3e4e433cde4555b41bcb34 +checksum=5ad698fbc37b53be0384f677f7a13b07f62b5ac671e92eb90ea5989e1669911a only_for_archs="i686 i686-musl x86_64 x86_64-musl"