Update kstars to 3.3.7
This commit is contained in:
parent
b54893ff9f
commit
a5aa5cd2b8
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2019/09/13 05:47:20 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2019/11/10 15:01:58 rsadowski Exp $
|
||||
|
||||
COMMENT = planetarium simulator for KDE
|
||||
|
||||
DISTNAME = kstars-3.3.6
|
||||
DISTNAME = kstars-3.3.7
|
||||
EPOCH = 0
|
||||
|
||||
CATEGORIES = astro education
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (kstars-3.3.6.tar.xz) = LzoH+fTSFsZj7yy8dSDneIP8ONjBYepiEXyuK7d4ODE=
|
||||
SIZE (kstars-3.3.6.tar.xz) = 70700044
|
||||
SHA256 (kstars-3.3.7.tar.xz) = /OxK4eGVZQLQqZit0dqc1gocf/C0irizl5kMqCASwhY=
|
||||
SIZE (kstars-3.3.7.tar.xz) = 70980204
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-CMakeLists_txt,v 1.1 2019/05/03 16:32:28 rsadowski Exp $
|
||||
$OpenBSD: patch-CMakeLists_txt,v 1.2 2019/11/10 15:01:58 rsadowski Exp $
|
||||
|
||||
kstars tries to pass -z nodump to the linker, which is not supported by lld7.
|
||||
|
||||
@ -8,7 +8,7 @@ that flag, and if not does not add it.
|
||||
Index: CMakeLists.txt
|
||||
--- CMakeLists.txt.orig
|
||||
+++ CMakeLists.txt
|
||||
@@ -295,8 +295,12 @@ IF (UNIX OR APPLE OR ANDROID)
|
||||
@@ -298,8 +298,12 @@ IF (UNIX OR APPLE OR ANDROID)
|
||||
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${SEC_COMP_FLAGS}")
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${SEC_COMP_FLAGS}")
|
||||
SET(SEC_LINK_FLAGS "")
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2019/09/13 05:47:20 rsadowski Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2019/11/10 15:01:58 rsadowski Exp $
|
||||
@conflict kde-l10n-*
|
||||
@conflict kde-i18n-*
|
||||
@pkgpath x11/kde4/kstars
|
||||
@ -603,6 +603,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
|
||||
@ -1798,6 +1799,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