stellarium: update to 0.19.1.
This commit is contained in:
parent
a14c9b058c
commit
e22232985d
|
@ -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 2018-04-02 17:10:56.375831306 +0200
|
||||
@@ -28,7 +28,9 @@
|
||||
#include <ostream>
|
||||
#include <string>
|
||||
--- src/external/libindi/libs/indibase/indilogger.h 2019-06-18 16:09:33.000000000 +0200
|
||||
+++ src/external/libindi/libs/indibase/indilogger.h 2019-06-26 10:08:27.318535366 +0200
|
||||
@@ -30,7 +30,7 @@
|
||||
#include <sstream>
|
||||
-//#include <sys/time.h>
|
||||
+#if !defined(__GLIBC__)
|
||||
+#include <sys/time.h>
|
||||
+#endif
|
||||
#ifdef Q_OS_WIN
|
||||
#include <windows.h>
|
||||
-#else
|
||||
+#elif !defined(__GLIBC__)
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Macro to configure the logger.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'stellarium'
|
||||
pkgname=stellarium
|
||||
version=0.19.0
|
||||
version=0.19.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="perl qt5-qmake qt5-host-tools"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.stellarium.org/"
|
||||
distfiles="https://github.com/Stellarium/stellarium/releases/download/v${version}/stellarium-${version}.tar.gz"
|
||||
checksum=0aa91d9029ec7a5ac1f318868a79aa774f6cf690f856d085004195fa2ec352d6
|
||||
checksum=0f25ad2acb59b75a49568c82123219aed5a14252c2ef39d0444540057d2cfb68
|
||||
|
||||
stellarium-data_package() {
|
||||
short_desc+=" - data files"
|
||||
|
|
Loading…
Reference in New Issue