Update to stellarium-1.1.

This commit is contained in:
ajacoutot 2022-11-01 09:00:24 +00:00
parent a738eb83fc
commit 83bdaf1eb9
5 changed files with 4 additions and 256 deletions

View File

@ -2,10 +2,9 @@ USE_WXNEEDED= Yes
COMMENT= free open source planetarium
GH_TAGNAME= v1.0
GH_TAGNAME= v1.1
GH_ACCOUNT= Stellarium
GH_PROJECT= stellarium
REVISION= 0
CATEGORIES= astro x11

View File

@ -1,2 +1,2 @@
SHA256 (stellarium-1.0.tar.gz) = hB370n+m6pfEziJCSxKp5zrXDWGviSc0zi9n12gex20=
SIZE (stellarium-1.0.tar.gz) = 439871689
SHA256 (stellarium-1.1.tar.gz) = zzZlorDf3+HHmhJqg7mr0dSWJgEJclqtFyM+pEZIP0U=
SIZE (stellarium-1.1.tar.gz) = 428109065

View File

@ -1,51 +0,0 @@
From 9f0c481d1096d3a56894991cbf1d1e1bdb66c303 Mon Sep 17 00:00:00 2001
From: Ruslan Kabatsayev <b7.10110111@gmail.com>
Date: Sat, 8 Oct 2022 21:04:52 +0300
Subject: [PATCH] Add support for the versioned variant of ShowMySky library
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -685,15 +685,33 @@ SET(CMAKE_AUTOUIC ON) # ?
SET(CMAKE_INCLUDE_CURRENT_DIR ON)
IF(ENABLE_SHOWMYSKY)
- FIND_PACKAGE(ShowMySky REQUIRED)
- ADD_DEFINITIONS(-DENABLE_SHOWMYSKY)
- GET_TARGET_PROPERTY(ShowMySky_INCLUDE_DIRECTORIES ShowMySky::ShowMySky INTERFACE_INCLUDE_DIRECTORIES)
- GET_TARGET_PROPERTY(ShowMySky_LIBRARY ShowMySky::ShowMySky LOCATION)
- IF(EXISTS ${ShowMySky_LIBRARY})
- MESSAGE(STATUS "Found ShowMySky library: ${ShowMySky_LIBRARY}")
- ELSE()
- MESSAGE(STATUS "Could NOT found ShowMySky library")
- ENDIF()
+ FIND_PACKAGE(ShowMySky-Qt${QT_VERSION_MAJOR} QUIET)
+ IF(ShowMySky-Qt${QT_VERSION_MAJOR}_FOUND)
+ ADD_DEFINITIONS(-DENABLE_SHOWMYSKY)
+ GET_TARGET_PROPERTY(ShowMySky_INCLUDE_DIRECTORIES ShowMySky::ShowMySky INTERFACE_INCLUDE_DIRECTORIES)
+ GET_TARGET_PROPERTY(ShowMySky_LIBRARY ShowMySky::ShowMySky LOCATION)
+ IF(EXISTS ${ShowMySky_LIBRARY})
+ MESSAGE(STATUS "Found ShowMySky library: ${ShowMySky_LIBRARY}")
+ ELSE()
+ MESSAGE(STATUS "Could NOT found ShowMySky library")
+ ENDIF()
+ ELSE(ShowMySky-Qt${QT_VERSION_MAJOR}_FOUND)
+ # Try the legacy naming
+ FIND_PACKAGE(ShowMySky QUIET)
+ IF(ShowMySky_FOUND)
+ ADD_DEFINITIONS(-DENABLE_SHOWMYSKY)
+ GET_TARGET_PROPERTY(ShowMySky_INCLUDE_DIRECTORIES ShowMySky::ShowMySky INTERFACE_INCLUDE_DIRECTORIES)
+ GET_TARGET_PROPERTY(ShowMySky_LIBRARY ShowMySky::ShowMySky LOCATION)
+ IF(EXISTS ${ShowMySky_LIBRARY})
+ MESSAGE(STATUS "Found ShowMySky library: ${ShowMySky_LIBRARY}")
+ ELSE()
+ MESSAGE(STATUS "Could NOT found ShowMySky library")
+ ENDIF()
+ ELSE(ShowMySky_FOUND)
+ MESSAGE(WARNING "ShowMySky not found although you have selected to use it. \
+ Make sure to add -DCMAKE_PREFIX_PATH=<CalcMySky_install>/CalcMySky/lib/ShowMySky")
+ ENDIF(ShowMySky_FOUND)
+ ENDIF(ShowMySky-Qt${QT_VERSION_MAJOR}_FOUND)
ENDIF(ENABLE_SHOWMYSKY)
IF(ENABLE_SCRIPTING)

View File

@ -1,20 +0,0 @@
From 9f0c481d1096d3a56894991cbf1d1e1bdb66c303 Mon Sep 17 00:00:00 2001
From: Ruslan Kabatsayev <b7.10110111@gmail.com>
Date: Sat, 8 Oct 2022 21:04:52 +0300
Subject: [PATCH] Add support for the versioned variant of ShowMySky library
Index: src/core/modules/AtmosphereShowMySky.cpp
--- src/core/modules/AtmosphereShowMySky.cpp.orig
+++ src/core/modules/AtmosphereShowMySky.cpp
@@ -407,7 +407,11 @@ void AtmosphereShowMySky::resolveFunctions()
}
AtmosphereShowMySky::AtmosphereShowMySky()
+#ifdef SHOWMYSKY_LIB_NAME
+ : showMySkyLib(SHOWMYSKY_LIB_NAME, ShowMySky_ABI_version)
+#else // for compatibility with legacy unversioned naming
: showMySkyLib("ShowMySky")
+#endif
, viewport(0,0,0,0)
, gridMaxY(44)
, gridMaxX(44)

View File

@ -2337,39 +2337,6 @@ share/stellarium/skycultures/chinese_medieval/planet_names.zh_CN.fab
share/stellarium/skycultures/chinese_medieval/star_names.fab
share/stellarium/skycultures/chinese_medieval/star_names.zh_CN.fab
share/stellarium/skycultures/chinese_medieval/xyxfy.png
share/stellarium/skycultures/dakota/
share/stellarium/skycultures/dakota/agleska.png
share/stellarium/skycultures/dakota/bluewoman.png
share/stellarium/skycultures/dakota/constellation_names.eng.fab
share/stellarium/skycultures/dakota/constellationsart.fab
share/stellarium/skycultures/dakota/constellationship.fab
share/stellarium/skycultures/dakota/description.be.utf8
share/stellarium/skycultures/dakota/description.bn.utf8
share/stellarium/skycultures/dakota/description.en.utf8
share/stellarium/skycultures/dakota/description.es.utf8
share/stellarium/skycultures/dakota/description.gl.utf8
share/stellarium/skycultures/dakota/description.hr.utf8
share/stellarium/skycultures/dakota/description.ja.utf8
share/stellarium/skycultures/dakota/description.nl.utf8
share/stellarium/skycultures/dakota/description.sk.utf8
share/stellarium/skycultures/dakota/description.uk.utf8
share/stellarium/skycultures/dakota/description.zh_CN.utf8
share/stellarium/skycultures/dakota/description.zh_HK.utf8
share/stellarium/skycultures/dakota/description.zh_TW.utf8
share/stellarium/skycultures/dakota/elk.png
share/stellarium/skycultures/dakota/fireplace.png
share/stellarium/skycultures/dakota/hand.png
share/stellarium/skycultures/dakota/hoop.png
share/stellarium/skycultures/dakota/info.ini
share/stellarium/skycultures/dakota/keya.png
share/stellarium/skycultures/dakota/mato.png
share/stellarium/skycultures/dakota/planet_names.fab
share/stellarium/skycultures/dakota/redwillow.png
share/stellarium/skycultures/dakota/sevengirls.png
share/stellarium/skycultures/dakota/star_names.fab
share/stellarium/skycultures/dakota/tayamni.png
share/stellarium/skycultures/dakota/thunderbird.png
share/stellarium/skycultures/dakota/zuzeca.png
share/stellarium/skycultures/egyptian/
share/stellarium/skycultures/egyptian/constellation_names.eng.fab
share/stellarium/skycultures/egyptian/constellationship.fab
@ -3086,33 +3053,6 @@ share/stellarium/skycultures/northern_andes/info.ini
share/stellarium/skycultures/northern_andes/jaguar.png
share/stellarium/skycultures/northern_andes/mono.png
share/stellarium/skycultures/northern_andes/sapo.png
share/stellarium/skycultures/ojibwe/
share/stellarium/skycultures/ojibwe/constellation_names.eng.fab
share/stellarium/skycultures/ojibwe/constellationsart.fab
share/stellarium/skycultures/ojibwe/constellationship.fab
share/stellarium/skycultures/ojibwe/crane.png
share/stellarium/skycultures/ojibwe/description.be.utf8
share/stellarium/skycultures/ojibwe/description.bn.utf8
share/stellarium/skycultures/ojibwe/description.en.utf8
share/stellarium/skycultures/ojibwe/description.es.utf8
share/stellarium/skycultures/ojibwe/description.gl.utf8
share/stellarium/skycultures/ojibwe/description.hr.utf8
share/stellarium/skycultures/ojibwe/description.ja.utf8
share/stellarium/skycultures/ojibwe/description.nl.utf8
share/stellarium/skycultures/ojibwe/description.sk.utf8
share/stellarium/skycultures/ojibwe/description.uk.utf8
share/stellarium/skycultures/ojibwe/exhaustedbather.png
share/stellarium/skycultures/ojibwe/fisher.png
share/stellarium/skycultures/ojibwe/hole.png
share/stellarium/skycultures/ojibwe/info.ini
share/stellarium/skycultures/ojibwe/loon.png
share/stellarium/skycultures/ojibwe/moose.png
share/stellarium/skycultures/ojibwe/nanaboujou.png
share/stellarium/skycultures/ojibwe/panther.png
share/stellarium/skycultures/ojibwe/planet_names.fab
share/stellarium/skycultures/ojibwe/star_names.fab
share/stellarium/skycultures/ojibwe/sweatlodge.png
share/stellarium/skycultures/ojibwe/wintermaker.png
share/stellarium/skycultures/romanian/
share/stellarium/skycultures/romanian/CapraCuTreiIezi.png
share/stellarium/skycultures/romanian/CarulMare.png
@ -3637,6 +3577,7 @@ share/stellarium/textures/mimas.png
share/stellarium/textures/miranda.png
share/stellarium/textures/moon.png
share/stellarium/textures/moon_4k.jpg
share/stellarium/textures/moon_horizon.png
share/stellarium/textures/moon_normals.png
share/stellarium/textures/neb.png
share/stellarium/textures/neb_dif.png
@ -3693,10 +3634,8 @@ share/stellarium/translations/
share/stellarium/translations/stellarium/
share/stellarium/translations/stellarium-planetary-features/
share/stellarium/translations/stellarium-planetary-features/af.qm
share/stellarium/translations/stellarium-planetary-features/ak.qm
share/stellarium/translations/stellarium-planetary-features/am.qm
share/stellarium/translations/stellarium-planetary-features/ar.qm
share/stellarium/translations/stellarium-planetary-features/ast.qm
share/stellarium/translations/stellarium-planetary-features/az.qm
share/stellarium/translations/stellarium-planetary-features/be.qm
share/stellarium/translations/stellarium-planetary-features/bg.qm
@ -3707,7 +3646,6 @@ share/stellarium/translations/stellarium-planetary-features/ca.qm
share/stellarium/translations/stellarium-planetary-features/ca@valencia.qm
share/stellarium/translations/stellarium-planetary-features/cnr.qm
share/stellarium/translations/stellarium-planetary-features/cs.qm
share/stellarium/translations/stellarium-planetary-features/cv.qm
share/stellarium/translations/stellarium-planetary-features/da.qm
share/stellarium/translations/stellarium-planetary-features/de.qm
share/stellarium/translations/stellarium-planetary-features/el.qm
@ -3727,9 +3665,7 @@ share/stellarium/translations/stellarium-planetary-features/eu.qm
share/stellarium/translations/stellarium-planetary-features/fa.qm
share/stellarium/translations/stellarium-planetary-features/fi.qm
share/stellarium/translations/stellarium-planetary-features/fr.qm
share/stellarium/translations/stellarium-planetary-features/fr_CA.qm
share/stellarium/translations/stellarium-planetary-features/fy.qm
share/stellarium/translations/stellarium-planetary-features/ga.qm
share/stellarium/translations/stellarium-planetary-features/gd.qm
share/stellarium/translations/stellarium-planetary-features/gl.qm
share/stellarium/translations/stellarium-planetary-features/gu.qm
@ -3743,29 +3679,20 @@ share/stellarium/translations/stellarium-planetary-features/is.qm
share/stellarium/translations/stellarium-planetary-features/it.qm
share/stellarium/translations/stellarium-planetary-features/ja.qm
share/stellarium/translations/stellarium-planetary-features/jv.qm
share/stellarium/translations/stellarium-planetary-features/ka.qm
share/stellarium/translations/stellarium-planetary-features/kk.qm
share/stellarium/translations/stellarium-planetary-features/kn.qm
share/stellarium/translations/stellarium-planetary-features/ko.qm
share/stellarium/translations/stellarium-planetary-features/krl.qm
share/stellarium/translations/stellarium-planetary-features/ku.qm
share/stellarium/translations/stellarium-planetary-features/ky.qm
share/stellarium/translations/stellarium-planetary-features/la.qm
share/stellarium/translations/stellarium-planetary-features/lb.qm
share/stellarium/translations/stellarium-planetary-features/lt.qm
share/stellarium/translations/stellarium-planetary-features/lv.qm
share/stellarium/translations/stellarium-planetary-features/mk.qm
share/stellarium/translations/stellarium-planetary-features/ml.qm
share/stellarium/translations/stellarium-planetary-features/mn.qm
share/stellarium/translations/stellarium-planetary-features/mr.qm
share/stellarium/translations/stellarium-planetary-features/ms.qm
share/stellarium/translations/stellarium-planetary-features/my.qm
share/stellarium/translations/stellarium-planetary-features/nb.qm
share/stellarium/translations/stellarium-planetary-features/nds.qm
share/stellarium/translations/stellarium-planetary-features/ne.qm
share/stellarium/translations/stellarium-planetary-features/nl.qm
share/stellarium/translations/stellarium-planetary-features/nn.qm
share/stellarium/translations/stellarium-planetary-features/pa.qm
share/stellarium/translations/stellarium-planetary-features/pl.qm
share/stellarium/translations/stellarium-planetary-features/pt.qm
share/stellarium/translations/stellarium-planetary-features/pt_BR.qm
@ -3782,12 +3709,9 @@ share/stellarium/translations/stellarium-planetary-features/sv.qm
share/stellarium/translations/stellarium-planetary-features/sw.qm
share/stellarium/translations/stellarium-planetary-features/ta.qm
share/stellarium/translations/stellarium-planetary-features/te.qm
share/stellarium/translations/stellarium-planetary-features/tg.qm
share/stellarium/translations/stellarium-planetary-features/th.qm
share/stellarium/translations/stellarium-planetary-features/tl.qm
share/stellarium/translations/stellarium-planetary-features/tr.qm
share/stellarium/translations/stellarium-planetary-features/tzm.qm
share/stellarium/translations/stellarium-planetary-features/ug.qm
share/stellarium/translations/stellarium-planetary-features/uk.qm
share/stellarium/translations/stellarium-planetary-features/ur.qm
share/stellarium/translations/stellarium-planetary-features/uz.qm
@ -3795,14 +3719,11 @@ share/stellarium/translations/stellarium-planetary-features/uz@Latn.qm
share/stellarium/translations/stellarium-planetary-features/vi.qm
share/stellarium/translations/stellarium-planetary-features/zh_CN.qm
share/stellarium/translations/stellarium-planetary-features/zh_HK.qm
share/stellarium/translations/stellarium-planetary-features/zh_SG.qm
share/stellarium/translations/stellarium-planetary-features/zh_TW.qm
share/stellarium/translations/stellarium-remotecontrol/
share/stellarium/translations/stellarium-remotecontrol/af.qm
share/stellarium/translations/stellarium-remotecontrol/ak.qm
share/stellarium/translations/stellarium-remotecontrol/am.qm
share/stellarium/translations/stellarium-remotecontrol/ar.qm
share/stellarium/translations/stellarium-remotecontrol/ast.qm
share/stellarium/translations/stellarium-remotecontrol/az.qm
share/stellarium/translations/stellarium-remotecontrol/be.qm
share/stellarium/translations/stellarium-remotecontrol/bg.qm
@ -3813,7 +3734,6 @@ share/stellarium/translations/stellarium-remotecontrol/ca.qm
share/stellarium/translations/stellarium-remotecontrol/ca@valencia.qm
share/stellarium/translations/stellarium-remotecontrol/cnr.qm
share/stellarium/translations/stellarium-remotecontrol/cs.qm
share/stellarium/translations/stellarium-remotecontrol/cv.qm
share/stellarium/translations/stellarium-remotecontrol/da.qm
share/stellarium/translations/stellarium-remotecontrol/de.qm
share/stellarium/translations/stellarium-remotecontrol/el.qm
@ -3833,9 +3753,7 @@ share/stellarium/translations/stellarium-remotecontrol/eu.qm
share/stellarium/translations/stellarium-remotecontrol/fa.qm
share/stellarium/translations/stellarium-remotecontrol/fi.qm
share/stellarium/translations/stellarium-remotecontrol/fr.qm
share/stellarium/translations/stellarium-remotecontrol/fr_CA.qm
share/stellarium/translations/stellarium-remotecontrol/fy.qm
share/stellarium/translations/stellarium-remotecontrol/ga.qm
share/stellarium/translations/stellarium-remotecontrol/gd.qm
share/stellarium/translations/stellarium-remotecontrol/gl.qm
share/stellarium/translations/stellarium-remotecontrol/gu.qm
@ -3849,29 +3767,20 @@ share/stellarium/translations/stellarium-remotecontrol/is.qm
share/stellarium/translations/stellarium-remotecontrol/it.qm
share/stellarium/translations/stellarium-remotecontrol/ja.qm
share/stellarium/translations/stellarium-remotecontrol/jv.qm
share/stellarium/translations/stellarium-remotecontrol/ka.qm
share/stellarium/translations/stellarium-remotecontrol/kk.qm
share/stellarium/translations/stellarium-remotecontrol/kn.qm
share/stellarium/translations/stellarium-remotecontrol/ko.qm
share/stellarium/translations/stellarium-remotecontrol/krl.qm
share/stellarium/translations/stellarium-remotecontrol/ku.qm
share/stellarium/translations/stellarium-remotecontrol/ky.qm
share/stellarium/translations/stellarium-remotecontrol/la.qm
share/stellarium/translations/stellarium-remotecontrol/lb.qm
share/stellarium/translations/stellarium-remotecontrol/lt.qm
share/stellarium/translations/stellarium-remotecontrol/lv.qm
share/stellarium/translations/stellarium-remotecontrol/mk.qm
share/stellarium/translations/stellarium-remotecontrol/ml.qm
share/stellarium/translations/stellarium-remotecontrol/mn.qm
share/stellarium/translations/stellarium-remotecontrol/mr.qm
share/stellarium/translations/stellarium-remotecontrol/ms.qm
share/stellarium/translations/stellarium-remotecontrol/my.qm
share/stellarium/translations/stellarium-remotecontrol/nb.qm
share/stellarium/translations/stellarium-remotecontrol/nds.qm
share/stellarium/translations/stellarium-remotecontrol/ne.qm
share/stellarium/translations/stellarium-remotecontrol/nl.qm
share/stellarium/translations/stellarium-remotecontrol/nn.qm
share/stellarium/translations/stellarium-remotecontrol/pa.qm
share/stellarium/translations/stellarium-remotecontrol/pl.qm
share/stellarium/translations/stellarium-remotecontrol/pt.qm
share/stellarium/translations/stellarium-remotecontrol/pt_BR.qm
@ -3888,12 +3797,9 @@ share/stellarium/translations/stellarium-remotecontrol/sv.qm
share/stellarium/translations/stellarium-remotecontrol/sw.qm
share/stellarium/translations/stellarium-remotecontrol/ta.qm
share/stellarium/translations/stellarium-remotecontrol/te.qm
share/stellarium/translations/stellarium-remotecontrol/tg.qm
share/stellarium/translations/stellarium-remotecontrol/th.qm
share/stellarium/translations/stellarium-remotecontrol/tl.qm
share/stellarium/translations/stellarium-remotecontrol/tr.qm
share/stellarium/translations/stellarium-remotecontrol/tzm.qm
share/stellarium/translations/stellarium-remotecontrol/ug.qm
share/stellarium/translations/stellarium-remotecontrol/uk.qm
share/stellarium/translations/stellarium-remotecontrol/ur.qm
share/stellarium/translations/stellarium-remotecontrol/uz.qm
@ -3901,14 +3807,11 @@ share/stellarium/translations/stellarium-remotecontrol/uz@Latn.qm
share/stellarium/translations/stellarium-remotecontrol/vi.qm
share/stellarium/translations/stellarium-remotecontrol/zh_CN.qm
share/stellarium/translations/stellarium-remotecontrol/zh_HK.qm
share/stellarium/translations/stellarium-remotecontrol/zh_SG.qm
share/stellarium/translations/stellarium-remotecontrol/zh_TW.qm
share/stellarium/translations/stellarium-scripts/
share/stellarium/translations/stellarium-scripts/af.qm
share/stellarium/translations/stellarium-scripts/ak.qm
share/stellarium/translations/stellarium-scripts/am.qm
share/stellarium/translations/stellarium-scripts/ar.qm
share/stellarium/translations/stellarium-scripts/ast.qm
share/stellarium/translations/stellarium-scripts/az.qm
share/stellarium/translations/stellarium-scripts/be.qm
share/stellarium/translations/stellarium-scripts/bg.qm
@ -3919,7 +3822,6 @@ share/stellarium/translations/stellarium-scripts/ca.qm
share/stellarium/translations/stellarium-scripts/ca@valencia.qm
share/stellarium/translations/stellarium-scripts/cnr.qm
share/stellarium/translations/stellarium-scripts/cs.qm
share/stellarium/translations/stellarium-scripts/cv.qm
share/stellarium/translations/stellarium-scripts/da.qm
share/stellarium/translations/stellarium-scripts/de.qm
share/stellarium/translations/stellarium-scripts/el.qm
@ -3939,9 +3841,7 @@ share/stellarium/translations/stellarium-scripts/eu.qm
share/stellarium/translations/stellarium-scripts/fa.qm
share/stellarium/translations/stellarium-scripts/fi.qm
share/stellarium/translations/stellarium-scripts/fr.qm
share/stellarium/translations/stellarium-scripts/fr_CA.qm
share/stellarium/translations/stellarium-scripts/fy.qm
share/stellarium/translations/stellarium-scripts/ga.qm
share/stellarium/translations/stellarium-scripts/gd.qm
share/stellarium/translations/stellarium-scripts/gl.qm
share/stellarium/translations/stellarium-scripts/gu.qm
@ -3955,29 +3855,20 @@ share/stellarium/translations/stellarium-scripts/is.qm
share/stellarium/translations/stellarium-scripts/it.qm
share/stellarium/translations/stellarium-scripts/ja.qm
share/stellarium/translations/stellarium-scripts/jv.qm
share/stellarium/translations/stellarium-scripts/ka.qm
share/stellarium/translations/stellarium-scripts/kk.qm
share/stellarium/translations/stellarium-scripts/kn.qm
share/stellarium/translations/stellarium-scripts/ko.qm
share/stellarium/translations/stellarium-scripts/krl.qm
share/stellarium/translations/stellarium-scripts/ku.qm
share/stellarium/translations/stellarium-scripts/ky.qm
share/stellarium/translations/stellarium-scripts/la.qm
share/stellarium/translations/stellarium-scripts/lb.qm
share/stellarium/translations/stellarium-scripts/lt.qm
share/stellarium/translations/stellarium-scripts/lv.qm
share/stellarium/translations/stellarium-scripts/mk.qm
share/stellarium/translations/stellarium-scripts/ml.qm
share/stellarium/translations/stellarium-scripts/mn.qm
share/stellarium/translations/stellarium-scripts/mr.qm
share/stellarium/translations/stellarium-scripts/ms.qm
share/stellarium/translations/stellarium-scripts/my.qm
share/stellarium/translations/stellarium-scripts/nb.qm
share/stellarium/translations/stellarium-scripts/nds.qm
share/stellarium/translations/stellarium-scripts/ne.qm
share/stellarium/translations/stellarium-scripts/nl.qm
share/stellarium/translations/stellarium-scripts/nn.qm
share/stellarium/translations/stellarium-scripts/pa.qm
share/stellarium/translations/stellarium-scripts/pl.qm
share/stellarium/translations/stellarium-scripts/pt.qm
share/stellarium/translations/stellarium-scripts/pt_BR.qm
@ -3994,12 +3885,9 @@ share/stellarium/translations/stellarium-scripts/sv.qm
share/stellarium/translations/stellarium-scripts/sw.qm
share/stellarium/translations/stellarium-scripts/ta.qm
share/stellarium/translations/stellarium-scripts/te.qm
share/stellarium/translations/stellarium-scripts/tg.qm
share/stellarium/translations/stellarium-scripts/th.qm
share/stellarium/translations/stellarium-scripts/tl.qm
share/stellarium/translations/stellarium-scripts/tr.qm
share/stellarium/translations/stellarium-scripts/tzm.qm
share/stellarium/translations/stellarium-scripts/ug.qm
share/stellarium/translations/stellarium-scripts/uk.qm
share/stellarium/translations/stellarium-scripts/ur.qm
share/stellarium/translations/stellarium-scripts/uz.qm
@ -4007,32 +3895,21 @@ share/stellarium/translations/stellarium-scripts/uz@Latn.qm
share/stellarium/translations/stellarium-scripts/vi.qm
share/stellarium/translations/stellarium-scripts/zh_CN.qm
share/stellarium/translations/stellarium-scripts/zh_HK.qm
share/stellarium/translations/stellarium-scripts/zh_SG.qm
share/stellarium/translations/stellarium-scripts/zh_TW.qm
share/stellarium/translations/stellarium-skycultures/
share/stellarium/translations/stellarium-skycultures/aa.qm
share/stellarium/translations/stellarium-skycultures/ae.qm
share/stellarium/translations/stellarium-skycultures/af.qm
share/stellarium/translations/stellarium-skycultures/ak.qm
share/stellarium/translations/stellarium-skycultures/am.qm
share/stellarium/translations/stellarium-skycultures/ar.qm
share/stellarium/translations/stellarium-skycultures/ast.qm
share/stellarium/translations/stellarium-skycultures/av.qm
share/stellarium/translations/stellarium-skycultures/az.qm
share/stellarium/translations/stellarium-skycultures/be.qm
share/stellarium/translations/stellarium-skycultures/bg.qm
share/stellarium/translations/stellarium-skycultures/bh.qm
share/stellarium/translations/stellarium-skycultures/bi.qm
share/stellarium/translations/stellarium-skycultures/bn.qm
share/stellarium/translations/stellarium-skycultures/br.qm
share/stellarium/translations/stellarium-skycultures/bs.qm
share/stellarium/translations/stellarium-skycultures/ca.qm
share/stellarium/translations/stellarium-skycultures/ca@valencia.qm
share/stellarium/translations/stellarium-skycultures/ce.qm
share/stellarium/translations/stellarium-skycultures/cnr.qm
share/stellarium/translations/stellarium-skycultures/cs.qm
share/stellarium/translations/stellarium-skycultures/csb.qm
share/stellarium/translations/stellarium-skycultures/cv.qm
share/stellarium/translations/stellarium-skycultures/da.qm
share/stellarium/translations/stellarium-skycultures/de.qm
share/stellarium/translations/stellarium-skycultures/el.qm
@ -4051,20 +3928,14 @@ share/stellarium/translations/stellarium-skycultures/et.qm
share/stellarium/translations/stellarium-skycultures/eu.qm
share/stellarium/translations/stellarium-skycultures/fa.qm
share/stellarium/translations/stellarium-skycultures/fi.qm
share/stellarium/translations/stellarium-skycultures/fj.qm
share/stellarium/translations/stellarium-skycultures/fr.qm
share/stellarium/translations/stellarium-skycultures/fr_CA.qm
share/stellarium/translations/stellarium-skycultures/fy.qm
share/stellarium/translations/stellarium-skycultures/ga.qm
share/stellarium/translations/stellarium-skycultures/gd.qm
share/stellarium/translations/stellarium-skycultures/gl.qm
share/stellarium/translations/stellarium-skycultures/gn.qm
share/stellarium/translations/stellarium-skycultures/gu.qm
share/stellarium/translations/stellarium-skycultures/gv.qm
share/stellarium/translations/stellarium-skycultures/he.qm
share/stellarium/translations/stellarium-skycultures/hi.qm
share/stellarium/translations/stellarium-skycultures/hr.qm
share/stellarium/translations/stellarium-skycultures/hrx.qm
share/stellarium/translations/stellarium-skycultures/hu.qm
share/stellarium/translations/stellarium-skycultures/hy.qm
share/stellarium/translations/stellarium-skycultures/id.qm
@ -4072,34 +3943,20 @@ share/stellarium/translations/stellarium-skycultures/is.qm
share/stellarium/translations/stellarium-skycultures/it.qm
share/stellarium/translations/stellarium-skycultures/ja.qm
share/stellarium/translations/stellarium-skycultures/jv.qm
share/stellarium/translations/stellarium-skycultures/ka.qm
share/stellarium/translations/stellarium-skycultures/kg.qm
share/stellarium/translations/stellarium-skycultures/kk.qm
share/stellarium/translations/stellarium-skycultures/kn.qm
share/stellarium/translations/stellarium-skycultures/ko.qm
share/stellarium/translations/stellarium-skycultures/krl.qm
share/stellarium/translations/stellarium-skycultures/ku.qm
share/stellarium/translations/stellarium-skycultures/ky.qm
share/stellarium/translations/stellarium-skycultures/la.qm
share/stellarium/translations/stellarium-skycultures/lb.qm
share/stellarium/translations/stellarium-skycultures/lt.qm
share/stellarium/translations/stellarium-skycultures/lv.qm
share/stellarium/translations/stellarium-skycultures/mk.qm
share/stellarium/translations/stellarium-skycultures/ml.qm
share/stellarium/translations/stellarium-skycultures/mn.qm
share/stellarium/translations/stellarium-skycultures/mo.qm
share/stellarium/translations/stellarium-skycultures/moc.qm
share/stellarium/translations/stellarium-skycultures/mr.qm
share/stellarium/translations/stellarium-skycultures/ms.qm
share/stellarium/translations/stellarium-skycultures/my.qm
share/stellarium/translations/stellarium-skycultures/na.qm
share/stellarium/translations/stellarium-skycultures/nb.qm
share/stellarium/translations/stellarium-skycultures/nds.qm
share/stellarium/translations/stellarium-skycultures/ne.qm
share/stellarium/translations/stellarium-skycultures/nl.qm
share/stellarium/translations/stellarium-skycultures/nn.qm
share/stellarium/translations/stellarium-skycultures/oj.qm
share/stellarium/translations/stellarium-skycultures/pa.qm
share/stellarium/translations/stellarium-skycultures/pl.qm
share/stellarium/translations/stellarium-skycultures/pt.qm
share/stellarium/translations/stellarium-skycultures/pt_BR.qm
@ -4116,12 +3973,9 @@ share/stellarium/translations/stellarium-skycultures/sv.qm
share/stellarium/translations/stellarium-skycultures/sw.qm
share/stellarium/translations/stellarium-skycultures/ta.qm
share/stellarium/translations/stellarium-skycultures/te.qm
share/stellarium/translations/stellarium-skycultures/tg.qm
share/stellarium/translations/stellarium-skycultures/th.qm
share/stellarium/translations/stellarium-skycultures/tl.qm
share/stellarium/translations/stellarium-skycultures/tr.qm
share/stellarium/translations/stellarium-skycultures/tzm.qm
share/stellarium/translations/stellarium-skycultures/ug.qm
share/stellarium/translations/stellarium-skycultures/uk.qm
share/stellarium/translations/stellarium-skycultures/ur.qm
share/stellarium/translations/stellarium-skycultures/uz.qm
@ -4129,31 +3983,20 @@ share/stellarium/translations/stellarium-skycultures/uz@Latn.qm
share/stellarium/translations/stellarium-skycultures/vi.qm
share/stellarium/translations/stellarium-skycultures/zh_CN.qm
share/stellarium/translations/stellarium-skycultures/zh_HK.qm
share/stellarium/translations/stellarium-skycultures/zh_SG.qm
share/stellarium/translations/stellarium-skycultures/zh_TW.qm
share/stellarium/translations/stellarium/aa.qm
share/stellarium/translations/stellarium/ae.qm
share/stellarium/translations/stellarium/af.qm
share/stellarium/translations/stellarium/ak.qm
share/stellarium/translations/stellarium/am.qm
share/stellarium/translations/stellarium/ar.qm
share/stellarium/translations/stellarium/ast.qm
share/stellarium/translations/stellarium/av.qm
share/stellarium/translations/stellarium/az.qm
share/stellarium/translations/stellarium/be.qm
share/stellarium/translations/stellarium/ber.qm
share/stellarium/translations/stellarium/bg.qm
share/stellarium/translations/stellarium/bh.qm
share/stellarium/translations/stellarium/bi.qm
share/stellarium/translations/stellarium/bn.qm
share/stellarium/translations/stellarium/br.qm
share/stellarium/translations/stellarium/bs.qm
share/stellarium/translations/stellarium/ca.qm
share/stellarium/translations/stellarium/ca@valencia.qm
share/stellarium/translations/stellarium/ce.qm
share/stellarium/translations/stellarium/cnr.qm
share/stellarium/translations/stellarium/cs.qm
share/stellarium/translations/stellarium/cv.qm
share/stellarium/translations/stellarium/da.qm
share/stellarium/translations/stellarium/de.qm
share/stellarium/translations/stellarium/el.qm
@ -4172,20 +4015,14 @@ share/stellarium/translations/stellarium/et.qm
share/stellarium/translations/stellarium/eu.qm
share/stellarium/translations/stellarium/fa.qm
share/stellarium/translations/stellarium/fi.qm
share/stellarium/translations/stellarium/fj.qm
share/stellarium/translations/stellarium/fr.qm
share/stellarium/translations/stellarium/fr_CA.qm
share/stellarium/translations/stellarium/fy.qm
share/stellarium/translations/stellarium/ga.qm
share/stellarium/translations/stellarium/gd.qm
share/stellarium/translations/stellarium/gl.qm
share/stellarium/translations/stellarium/gn.qm
share/stellarium/translations/stellarium/gu.qm
share/stellarium/translations/stellarium/gv.qm
share/stellarium/translations/stellarium/he.qm
share/stellarium/translations/stellarium/hi.qm
share/stellarium/translations/stellarium/hr.qm
share/stellarium/translations/stellarium/hrx.qm
share/stellarium/translations/stellarium/hu.qm
share/stellarium/translations/stellarium/hy.qm
share/stellarium/translations/stellarium/id.qm
@ -4193,33 +4030,20 @@ share/stellarium/translations/stellarium/is.qm
share/stellarium/translations/stellarium/it.qm
share/stellarium/translations/stellarium/ja.qm
share/stellarium/translations/stellarium/jv.qm
share/stellarium/translations/stellarium/ka.qm
share/stellarium/translations/stellarium/kg.qm
share/stellarium/translations/stellarium/kk.qm
share/stellarium/translations/stellarium/kn.qm
share/stellarium/translations/stellarium/ko.qm
share/stellarium/translations/stellarium/krl.qm
share/stellarium/translations/stellarium/ku.qm
share/stellarium/translations/stellarium/ky.qm
share/stellarium/translations/stellarium/la.qm
share/stellarium/translations/stellarium/lb.qm
share/stellarium/translations/stellarium/lt.qm
share/stellarium/translations/stellarium/lv.qm
share/stellarium/translations/stellarium/mk.qm
share/stellarium/translations/stellarium/ml.qm
share/stellarium/translations/stellarium/mn.qm
share/stellarium/translations/stellarium/mo.qm
share/stellarium/translations/stellarium/mr.qm
share/stellarium/translations/stellarium/ms.qm
share/stellarium/translations/stellarium/my.qm
share/stellarium/translations/stellarium/na.qm
share/stellarium/translations/stellarium/nb.qm
share/stellarium/translations/stellarium/nds.qm
share/stellarium/translations/stellarium/ne.qm
share/stellarium/translations/stellarium/nl.qm
share/stellarium/translations/stellarium/nn.qm
share/stellarium/translations/stellarium/oj.qm
share/stellarium/translations/stellarium/pa.qm
share/stellarium/translations/stellarium/pl.qm
share/stellarium/translations/stellarium/pt.qm
share/stellarium/translations/stellarium/pt_BR.qm
@ -4236,12 +4060,9 @@ share/stellarium/translations/stellarium/sv.qm
share/stellarium/translations/stellarium/sw.qm
share/stellarium/translations/stellarium/ta.qm
share/stellarium/translations/stellarium/te.qm
share/stellarium/translations/stellarium/tg.qm
share/stellarium/translations/stellarium/th.qm
share/stellarium/translations/stellarium/tl.qm
share/stellarium/translations/stellarium/tr.qm
share/stellarium/translations/stellarium/tzm.qm
share/stellarium/translations/stellarium/ug.qm
share/stellarium/translations/stellarium/uk.qm
share/stellarium/translations/stellarium/ur.qm
share/stellarium/translations/stellarium/uz.qm
@ -4249,7 +4070,6 @@ share/stellarium/translations/stellarium/uz@Latn.qm
share/stellarium/translations/stellarium/vi.qm
share/stellarium/translations/stellarium/zh_CN.qm
share/stellarium/translations/stellarium/zh_HK.qm
share/stellarium/translations/stellarium/zh_SG.qm
share/stellarium/translations/stellarium/zh_TW.qm
share/stellarium/webroot/
share/stellarium/webroot/dejavusans-webfont.eot