astro/kstars: update to 3.3.7
This commit is contained in:
parent
1be67b624f
commit
f3644a7ce8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517117
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kstars
|
||||
DISTVERSION= 3.3.6
|
||||
DISTVERSION= 3.3.7
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= astro kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1570735089
|
||||
SHA256 (kstars-3.3.6.tar.xz) = 2f3a07f9f4d216c663ef2cbc7520e77883fc38d8c161ea62117cae2bb7783831
|
||||
SIZE (kstars-3.3.6.tar.xz) = 70700044
|
||||
TIMESTAMP = 1573287614
|
||||
SHA256 (kstars-3.3.7.tar.xz) = fcec4ae1e1956502d0a998add1da9cd60a1c7ff0b48ab8b397990ca82012c216
|
||||
SIZE (kstars-3.3.7.tar.xz) = 70980204
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- kstars/auxiliary/ksutils.cpp.orig 2019-09-08 19:12:11 UTC
|
||||
--- kstars/auxiliary/ksutils.cpp.orig 2019-11-07 16:33:51 UTC
|
||||
+++ kstars/auxiliary/ksutils.cpp
|
||||
@@ -1323,7 +1323,7 @@ bool copyRecursively(QString sourceFolder, QString des
|
||||
//One is createLocalAstrometryConf and the other is configureAstrometry
|
||||
bool configureLocalAstrometryConfIfNecessary()
|
||||
@@ -1419,7 +1419,7 @@ bool createLocalAstrometryConf()
|
||||
|
||||
QString getAstrometryConfFilePath()
|
||||
{
|
||||
-#if defined(Q_OS_LINUX)
|
||||
+#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
|
||||
QString confPath = KSPaths::writableLocation(QStandardPaths::GenericDataLocation) + QLatin1Literal("astrometry") + QLatin1Literal("/astrometry.cfg");
|
||||
if (QFileInfo(confPath).exists() == false)
|
||||
{
|
||||
if (Options::astrometryConfFileIsInternal())
|
||||
return KSPaths::writableLocation(QStandardPaths::GenericDataLocation) + QLatin1String("astrometry") + QLatin1String("/astrometry.cfg");
|
||||
#elif defined(Q_OS_OSX)
|
||||
|
@ -593,6 +593,7 @@ share/doc/HTML/it/kstars/details.docbook
|
||||
share/doc/HTML/it/kstars/devicemanager.png
|
||||
share/doc/HTML/it/kstars/dumpmode.docbook
|
||||
share/doc/HTML/it/kstars/ecliptic.docbook
|
||||
share/doc/HTML/it/kstars/ekos-logs.docbook
|
||||
share/doc/HTML/it/kstars/ellipticalgalaxies.docbook
|
||||
share/doc/HTML/it/kstars/epoch.docbook
|
||||
share/doc/HTML/it/kstars/equinox.docbook
|
||||
@ -1757,6 +1758,7 @@ share/locale/ro/LC_MESSAGES/kstars.mo
|
||||
share/locale/ru/LC_MESSAGES/kstars.mo
|
||||
share/locale/se/LC_MESSAGES/kstars.mo
|
||||
share/locale/si/LC_MESSAGES/kstars.mo
|
||||
share/locale/sk/LC_MESSAGES/kstars.mo
|
||||
share/locale/sl/LC_MESSAGES/kstars.mo
|
||||
share/locale/sq/LC_MESSAGES/kstars.mo
|
||||
share/locale/sv/LC_MESSAGES/kstars.mo
|
||||
|
Loading…
Reference in New Issue
Block a user