stellarium: update to 0.19.1.

This commit is contained in:
Daniel A. Maierhofer 2019-06-25 11:44:56 +02:00 committed by Juan RP
parent a14c9b058c
commit e22232985d
2 changed files with 11 additions and 11 deletions

View File

@ -1,13 +1,13 @@
--- src/external/libindi/libs/indibase/indilogger.h 2018-04-02 17:10:25.299275210 +0200 --- src/external/libindi/libs/indibase/indilogger.h 2019-06-18 16:09:33.000000000 +0200
+++ src/external/libindi/libs/indibase/indilogger.h 2018-04-02 17:10:56.375831306 +0200 +++ src/external/libindi/libs/indibase/indilogger.h 2019-06-26 10:08:27.318535366 +0200
@@ -28,7 +28,9 @@ @@ -30,7 +30,7 @@
#include <ostream>
#include <string>
#include <sstream> #include <sstream>
-//#include <sys/time.h> #ifdef Q_OS_WIN
+#if !defined(__GLIBC__) #include <windows.h>
+#include <sys/time.h> -#else
+#endif +#elif !defined(__GLIBC__)
#include <sys/time.h>
#endif
/** /**
* @brief Macro to configure the logger. * @brief Macro to configure the logger.

View File

@ -1,6 +1,6 @@
# Template file for 'stellarium' # Template file for 'stellarium'
pkgname=stellarium pkgname=stellarium
version=0.19.0 version=0.19.1
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="perl qt5-qmake qt5-host-tools" hostmakedepends="perl qt5-qmake qt5-host-tools"
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://www.stellarium.org/" homepage="https://www.stellarium.org/"
distfiles="https://github.com/Stellarium/stellarium/releases/download/v${version}/stellarium-${version}.tar.gz" distfiles="https://github.com/Stellarium/stellarium/releases/download/v${version}/stellarium-${version}.tar.gz"
checksum=0aa91d9029ec7a5ac1f318868a79aa774f6cf690f856d085004195fa2ec352d6 checksum=0f25ad2acb59b75a49568c82123219aed5a14252c2ef39d0444540057d2cfb68
stellarium-data_package() { stellarium-data_package() {
short_desc+=" - data files" short_desc+=" - data files"