From 87aa14e5665a9c31ede42cd0793b75b40d9b1596 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Mon, 2 Apr 2018 17:22:08 +0200 Subject: [PATCH] stellarium: update to 0.18.0. --- srcpkgs/stellarium/patches/indi_musl.patch | 13 +++++++++++++ srcpkgs/stellarium/template | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/stellarium/patches/indi_musl.patch diff --git a/srcpkgs/stellarium/patches/indi_musl.patch b/srcpkgs/stellarium/patches/indi_musl.patch new file mode 100644 index 0000000000..8d0ab7fae9 --- /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 1d435a24e2..e217c5fb34 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"