package/stellarium: bump version to 0.20.1
authorBernd Kuhls <bernd.kuhls@t-online.de>
Tue, 21 Apr 2020 05:42:11 +0000 (07:42 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 21 Apr 2020 06:26:58 +0000 (08:26 +0200)
Removed patch applied upstream, adjust spaces in hash file.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/stellarium/0001-Fix-building-Stellarium-without-scripting.patch [deleted file]
package/stellarium/stellarium.hash
package/stellarium/stellarium.mk

diff --git a/package/stellarium/0001-Fix-building-Stellarium-without-scripting.patch b/package/stellarium/0001-Fix-building-Stellarium-without-scripting.patch
deleted file mode 100644 (file)
index de0a656..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-From a5786f16b6330a4b6d4adb11e8d9bea23956977e Mon Sep 17 00:00:00 2001
-From: Alexander Wolf <alex.v.wolf@gmail.com>
-Date: Tue, 31 Mar 2020 16:49:15 +0700
-Subject: [PATCH] Fix building Stellarium without scripting
-
-Downloaded from upstream commit
-https://github.com/Stellarium/stellarium/commit/a5786f16b6330a4b6d4adb11e8d9bea23956977e
-
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
----
- plugins/NavStars/src/NavStars.cpp | 3 +--
- src/gui/StelGui.cpp               | 4 +++-
- 2 files changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/plugins/NavStars/src/NavStars.cpp b/plugins/NavStars/src/NavStars.cpp
-index 7ef8cfb1d4..aa67bcc266 100644
---- a/plugins/NavStars/src/NavStars.cpp
-+++ b/plugins/NavStars/src/NavStars.cpp
-@@ -35,7 +35,6 @@
- #include "NavStarsWindow.hpp"
- #include "NavStarsCalculator.hpp"
- #include "Planet.hpp"
--#include <StelMainScriptAPI.hpp>
- #include <QList>
- #include <QSharedPointer>
-@@ -489,7 +488,7 @@ void NavStars::extraInfo(StelCore* core, const StelObjectP& selectedObject, bool
-       jde = core->getJDE();
-       NavStarsCalculator calc;
--      calc.setUTC(StelMainScriptAPI::getDate("utc"))
-+      calc.setUTC(StelUtils::julianDayToISO8601String(jd))
-               .setLatDeg(core->getCurrentLocation().latitude)
-               .setLonDeg(core->getCurrentLocation().longitude)
-               .setJd(jd)
-diff --git a/src/gui/StelGui.cpp b/src/gui/StelGui.cpp
-index 09ef4ba8ca..c2eb91b35a 100644
---- a/src/gui/StelGui.cpp
-+++ b/src/gui/StelGui.cpp
-@@ -225,13 +225,15 @@ void StelGui::init(QGraphicsWidget *atopLevelGraphicsWidget)
-       QString windowsGroup = N_("Windows");
-       QString miscGroup = N_("Miscellaneous");
-       actionsMgr->addAction("actionQuit_Global", miscGroup, N_("Quit"), this, "quit()", "Ctrl+Q", "Ctrl+X");
-+
-+#ifndef DISABLE_SCRIPTING
-       actionsMgr->addAction("actionIncrease_Script_Speed", datetimeGroup, N_("Speed up the script execution rate"), this, "increaseScriptSpeed()");
-       actionsMgr->addAction("actionDecrease_Script_Speed", datetimeGroup, N_("Slow down the script execution rate"), this, "decreaseScriptSpeed()");
-       actionsMgr->addAction("actionSet_Real_Script_Speed", datetimeGroup, N_("Set the normal script execution rate"), this, "setRealScriptSpeed()");
-       actionsMgr->addAction("actionStop_Script", datetimeGroup, N_("Stop script execution"), this, "stopScript()", "Ctrl+D, S");
-       actionsMgr->addAction("actionPause_Script", datetimeGroup, N_("Pause script execution"), this, "pauseScript()", "Ctrl+D, P");
-       actionsMgr->addAction("actionResume_Script", datetimeGroup, N_("Resume script execution"), this, "resumeScript()", "Ctrl+D, R");
--
-+#endif
- #ifdef ENABLE_SCRIPT_CONSOLE
-       actionsMgr->addAction("actionShow_ScriptConsole_Window_Global", windowsGroup, N_("Script console window"), scriptConsole, "visible", "F12", "", true);
- #endif
index c816abe96324e65d907c16344cbe7f72f408b905..76da2d0b3b8fce3579fea151d911c4fcc13b802f 100644 (file)
@@ -1,6 +1,6 @@
 # From https://github.com/Stellarium/stellarium/releases
-md5 9c7059f6d3f0ea0f97147456f6d00069  stellarium-0.20.0.tar.gz
-sha1 2a86e4401d99efc7c46e182778522c4fb6cf7193  stellarium-0.20.0.tar.gz
-sha256 07ed1785d28f761511dc22f9b09ce70e96b5113fc7769fcdf4478f7a5a035370  stellarium-0.20.0.tar.gz
+md5  19422ba4800fbede0a71a723cf3df10f  stellarium-0.20.1.tar.gz
+sha1  20d89ff8e26bb8cef71796d138176be2602e6327   stellarium-0.20.0.tar.gz
+sha256  154e7bd9d4b914a99c40eab86d05b78e43040d657844ee665ebb2aa55a9e920c  stellarium-0.20.0.tar.gz
 # Locally computed
-sha256 3aeeb5bb98bf7041ab82cffe15efa28ac58ee2bdf162b71301f5c192be631259  COPYING
+sha256  3aeeb5bb98bf7041ab82cffe15efa28ac58ee2bdf162b71301f5c192be631259  COPYING
index 1d5a1e636a4108ffcd725306e46958c87e06c5f5..72e762b65ec9f816cda0c1f928cf40e7f88f6d3f 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-STELLARIUM_VERSION = 0.20.0
+STELLARIUM_VERSION = 0.20.1
 STELLARIUM_SITE = https://github.com/Stellarium/stellarium/releases/download/v$(STELLARIUM_VERSION)
 STELLARIUM_LICENSE = GPL-2.0+
 STELLARIUM_LICENSE_FILES = COPYING