stellarium: update to 0.18.0.

This commit is contained in:
Helmut Pozimski 2018-04-02 17:22:08 +02:00 committed by Michael Gehring
parent cd98479ea4
commit 87aa14e566
2 changed files with 16 additions and 3 deletions

View File

@ -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 <ostream>
#include <string>
#include <sstream>
-//#include <sys/time.h>
+#if !defined(__GLIBC__)
+#include <sys/time.h>
+#endif
/**
* @brief Macro to configure the logger.

View File

@ -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 <xtraeme@voidlinux.eu>"
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"