mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
Update astro/kstars to latest upstream release
Release notes: http://knro.blogspot.com/2019/09/kstars-v336-is-released.html says "lots of little improvements". One translation has gone away.
This commit is contained in:
parent
94636c184b
commit
fbd2f7ab9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514252
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kstars
|
||||
DISTVERSION= 3.3.5
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 3.3.6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= astro kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1568038651
|
||||
SHA256 (kstars-3.3.5.tar.xz) = d17a72bdcc579c3de7dd8ad386b15bb1c4932bf6bbd220407bef43cf6a6fd667
|
||||
SIZE (kstars-3.3.5.tar.xz) = 70750064
|
||||
TIMESTAMP = 1570735089
|
||||
SHA256 (kstars-3.3.6.tar.xz) = 2f3a07f9f4d216c663ef2cbc7520e77883fc38d8c161ea62117cae2bb7783831
|
||||
SIZE (kstars-3.3.6.tar.xz) = 70700044
|
||||
|
@ -1,10 +1,10 @@
|
||||
--- kstars/auxiliary/ksutils.cpp.orig 2019-09-09 16:36:17 UTC
|
||||
--- kstars/auxiliary/ksutils.cpp.orig 2019-09-08 19:12:11 UTC
|
||||
+++ kstars/auxiliary/ksutils.cpp
|
||||
@@ -1325,7 +1325,7 @@ bool copyRecursively(QString sourceFolder, QString des
|
||||
@@ -1323,7 +1323,7 @@ bool copyRecursively(QString sourceFolder, QString des
|
||||
//One is createLocalAstrometryConf and the other is configureAstrometry
|
||||
bool configureLocalAstrometryConfIfNecessary()
|
||||
{
|
||||
-#ifdef Q_OS_LINUX
|
||||
-#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)
|
||||
|
@ -1757,7 +1757,6 @@ 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