Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: sci-astronomy/kstars/
Date: Sat, 10 Oct 2020 21:39:59
Message-Id: 1602354706.7039a456dacb2ed084db5950ee88e78c7374d457.asturm@gentoo
1 commit: 7039a456dacb2ed084db5950ee88e78c7374d457
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 18:31:46 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 18:31:46 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7039a456
7
8 sci-astronomy/kstars: Update HOMEPAGE, packaging TODO
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-astronomy/kstars/kstars-9999.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-astronomy/kstars/kstars-9999.ebuild b/sci-astronomy/kstars/kstars-9999.ebuild
17 index 337700e089..7047a01035 100644
18 --- a/sci-astronomy/kstars/kstars-9999.ebuild
19 +++ b/sci-astronomy/kstars/kstars-9999.ebuild
20 @@ -9,7 +9,7 @@ QTMIN=5.12.3
21 inherit ecm kde.org optfeature
22
23 DESCRIPTION="Desktop Planetarium"
24 -HOMEPAGE="https://kde.org/applications/education/org.kde.kstars
25 +HOMEPAGE="https://kde.org/applications/en/kstars
26 https://edu.kde.org/kstars/"
27
28 if [[ ${KDE_BUILD_TYPE} = release ]]; then
29 @@ -23,6 +23,9 @@ IUSE="fits indi +password raw wcs"
30
31 REQUIRED_USE="indi? ( fits ) ${PYTHON_REQUIRED_USE}"
32
33 +# TODO: package stellarsolver
34 +# https://github.com/rlancaste/stellarsolver
35 +# https://invent.kde.org/education/kstars/-/commit/e78154841c7a55328cb9f1ab6a37cc8297cf2a2c
36 COMMON_DEPEND="
37 >=dev-qt/qtdatavis3d-${QTMIN}:5
38 >=dev-qt/qtdbus-${QTMIN}:5
39 @@ -92,7 +95,6 @@ pkg_postinst() {
40 if [[ -z "${REPLACING_VERSIONS}" ]]; then
41 elog "Optional dependencies:"
42 optfeature "Display 'current' pictures of planets" x11-misc/xplanet
43 - # for AstrometryNet is not packaged.
44 fi
45 ecm_pkg_postinst
46 }