mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update kstars to 3.8.0
This commit is contained in:
@@ -2,7 +2,7 @@ USE_NOBTCFI-aarch64 = Yes# fortran
|
||||
|
||||
COMMENT = planetarium simulator for KDE
|
||||
|
||||
V = 3.7.8
|
||||
V = 3.8.0
|
||||
DISTNAME = kstars-${V}
|
||||
EPOCH = 0
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (kstars-3.7.8.tar.xz) = VbOu8p7Bq6UJBr05PVZein4LWzpdLo4838G1jXGNLAw=
|
||||
SIZE (kstars-3.7.8.tar.xz) = 50942300
|
||||
SHA256 (kstars-3.8.0.tar.xz) = npB0maYIdAZgHBVZqQ9lUe9VfvRkI3E1WSnG7RIYje4=
|
||||
SIZE (kstars-3.8.0.tar.xz) = 51561840
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
https://github.com/KDE/kstars/commit/ce53888e6dbaeb1b9239fca55288b5ead969b5a7
|
||||
Index: kstars/ekos/focus/exposurewidget.cpp
|
||||
--- kstars/ekos/focus/exposurewidget.cpp.orig
|
||||
+++ kstars/ekos/focus/exposurewidget.cpp
|
||||
@@ -28,5 +28,5 @@ QString ExposureWidget::textFromValue(double value) co
|
||||
count++;
|
||||
v *= 10;
|
||||
}
|
||||
- return QWidget::locale().toString(value, u'f', std::max(3, count));
|
||||
+ return QWidget::locale().toString(value, static_cast<char>(u'f'), std::max(3, count));
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
https://github.com/KDE/kstars/commit/ce53888e6dbaeb1b9239fca55288b5ead969b5a7
|
||||
Index: kstars/ekos/guide/internalguide/guidestars.cpp
|
||||
--- kstars/ekos/guide/internalguide/guidestars.cpp.orig
|
||||
+++ kstars/ekos/guide/internalguide/guidestars.cpp
|
||||
@@ -17,6 +17,7 @@
|
||||
#undef Const
|
||||
#include "ekos/auxiliary/stellarsolverprofileeditor.h"
|
||||
#include <QTime>
|
||||
+#include <QElapsedTimer>
|
||||
|
||||
#define DLOG if (false) qCDebug
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
Index: kstars/skycomponents/deepstarcomponent.h
|
||||
--- kstars/skycomponents/deepstarcomponent.h.orig
|
||||
+++ kstars/skycomponents/deepstarcomponent.h
|
||||
@@ -21,6 +21,7 @@
|
||||
#include "starblockfactory.h"
|
||||
#include "skyobjects/deepstardata.h"
|
||||
#include "skyobjects/stardata.h"
|
||||
+#include "skyobjects/starobject.h"
|
||||
|
||||
class SkyLabeler;
|
||||
class SkyMesh;
|
||||
@@ -0,0 +1,13 @@
|
||||
Index: kstars/skycomponents/starblock.cpp
|
||||
--- kstars/skycomponents/starblock.cpp.orig
|
||||
+++ kstars/skycomponents/starblock.cpp
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
-#include "starblock.h"
|
||||
#include "skyobjects/starobject.h"
|
||||
+#include "starblock.h"
|
||||
#include "starcomponent.h"
|
||||
#include "skyobjects/stardata.h"
|
||||
#include "skyobjects/deepstardata.h"
|
||||
@@ -0,0 +1,11 @@
|
||||
Index: kstars/skycomponents/starblockfactory.h
|
||||
--- kstars/skycomponents/starblockfactory.h.orig
|
||||
+++ kstars/skycomponents/starblockfactory.h
|
||||
@@ -7,6 +7,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "typedef.h"
|
||||
+#include "skyobjects/starobject.h"
|
||||
|
||||
class StarBlock;
|
||||
|
||||
@@ -97,6 +97,8 @@ share/kstars/earth.R4.vsop
|
||||
share/kstars/earth.R5.vsop
|
||||
share/kstars/earth.orbit
|
||||
share/kstars/ekoslive.png
|
||||
share/kstars/fr/
|
||||
share/kstars/fr/info_url.dat
|
||||
share/kstars/geomap.jpg
|
||||
share/kstars/glossary.xml
|
||||
share/kstars/image_url.dat
|
||||
@@ -434,6 +436,8 @@ share/kstars/moonB.dat
|
||||
share/kstars/moonLR.dat
|
||||
share/kstars/moonless-night.colors
|
||||
share/kstars/namedstars.dat
|
||||
share/kstars/nds/
|
||||
share/kstars/nds/info_url.dat
|
||||
share/kstars/neptune.B0.vsop
|
||||
share/kstars/neptune.B1.vsop
|
||||
share/kstars/neptune.B2.vsop
|
||||
@@ -578,6 +582,19 @@ share/kstars/smc.dat
|
||||
share/kstars/starlnum.idx
|
||||
share/kstars/starnames.dat
|
||||
share/kstars/stars.dat
|
||||
share/kstars/taskqueue/
|
||||
share/kstars/taskqueue/collections/
|
||||
share/kstars/taskqueue/collections/observatory_shutdown.json
|
||||
share/kstars/taskqueue/collections/observatory_startup.json
|
||||
share/kstars/taskqueue/templates/
|
||||
share/kstars/taskqueue/templates/README.md
|
||||
share/kstars/taskqueue/templates/system/
|
||||
share/kstars/taskqueue/templates/system/camera.json
|
||||
share/kstars/taskqueue/templates/system/delay.json
|
||||
share/kstars/taskqueue/templates/system/dome.json
|
||||
share/kstars/taskqueue/templates/system/dustcap.json
|
||||
share/kstars/taskqueue/templates/system/mount.json
|
||||
share/kstars/taskqueue/templates/system/script.json
|
||||
share/kstars/textures/
|
||||
share/kstars/textures/defaultflag.png
|
||||
share/kstars/textures/galaxy-cluster.png
|
||||
|
||||
Reference in New Issue
Block a user