Skip to content

Commit

Permalink
stellarium: update to 0.19.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
damadmai authored and Juan RP committed Jun 26, 2019
1 parent a14c9b0 commit e222329
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions srcpkgs/stellarium/patches/indi_musl.patch
@@ -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.
4 changes: 2 additions & 2 deletions srcpkgs/stellarium/template
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit e222329

Please sign in to comment.