From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/
Date: Sun, 21 Apr 2019 18:24:16 +0000 (UTC) [thread overview]
Message-ID: <1555870896.f312dc6605469eaaaea64c6d5ebca472b042fc41.asturm@gentoo> (raw)
commit: f312dc6605469eaaaea64c6d5ebca472b042fc41
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 15:51:39 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 18:21:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f312dc66
sci-astronomy/kstars: 3.2.0 version bump
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-astronomy/kstars/Manifest | 1 +
sci-astronomy/kstars/kstars-3.2.0.ebuild | 85 ++++++++++++++++++++++++++++++++
2 files changed, 86 insertions(+)
diff --git a/sci-astronomy/kstars/Manifest b/sci-astronomy/kstars/Manifest
index 2665c6ea6bf..c61393a39e4 100644
--- a/sci-astronomy/kstars/Manifest
+++ b/sci-astronomy/kstars/Manifest
@@ -1 +1,2 @@
DIST kstars-3.1.1.tar.xz 70308140 BLAKE2B 97c32773bb600b6601f6b0f64cb951d9931760f3f83bd40e99888868a49643c26af666756fde7b8fb59c634cdfdd7391d4ea8674e99acbe0955bc07b194f4285 SHA512 f482a0bf82eda596a6da9ab8641059aaae8c1983b3c28e963b18665aec3d6418472997aa3d94f6cdff496a95f4151f4b5ca2171bed4c9ff3f7f95177a8fd67c0
+DIST kstars-3.2.0.tar.xz 70667528 BLAKE2B e1a57ebd9f851069d64a5e79afc60cf92ed3e4e5319f2458aeb510f49015a73508e39cf0adcee86f88fdb2c447e4b9725977e43ebedee8094cd367c52a4a7152 SHA512 7286c0e49d6c359ace3e2670fff281b591d87ff5a2a69adc2864eac2a0e9f8e2ec732304c40ee2dbb16ce50379318ccd441411390395061537d030d140a9aaea
diff --git a/sci-astronomy/kstars/kstars-3.2.0.ebuild b/sci-astronomy/kstars/kstars-3.2.0.ebuild
new file mode 100644
index 00000000000..dbf91c26649
--- /dev/null
+++ b/sci-astronomy/kstars/kstars-3.2.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+PYTHON_COMPAT=( python2_7 )
+inherit kde5 python-single-r1
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Desktop Planetarium"
+HOMEPAGE="https://kde.org/applications/education/kstars https://edu.kde.org/kstars/"
+IUSE="fits indi +password raw wcs"
+
+REQUIRED_USE="indi? ( fits ) ${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kauth)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep knotifyconfig)
+ $(add_frameworks_dep kplotting)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_qt_dep qtdatavis3d)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtprintsupport)
+ $(add_qt_dep qtsql)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtwebsockets)
+ $(add_qt_dep qtwidgets)
+ sys-libs/zlib
+ fits? ( sci-libs/cfitsio )
+ indi? ( >=sci-libs/indilib-1.7.5 )
+ password? ( dev-libs/qtkeychain:= )
+ raw? ( media-libs/libraw:= )
+ wcs? ( sci-astronomy/wcslib )
+"
+# TODO: Add back when re-enabled by upstream
+# opengl? (
+# $(add_qt_dep qtopengl)
+# virtual/opengl
+# )
+DEPEND="${COMMON_DEPEND}
+ $(add_qt_dep qtconcurrent)
+ dev-cpp/eigen:3
+"
+RDEPEND="${COMMON_DEPEND}
+ ${PYTHON_DEPS}
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DFETCH_TRANSLATIONS=OFF
+ $(cmake-utils_use_find_package fits CFitsio)
+ $(cmake-utils_use_find_package indi INDI)
+ $(cmake-utils_use_find_package password Qt5Keychain)
+ $(cmake-utils_use_find_package raw LibRaw)
+ $(cmake-utils_use_find_package wcs WCSLIB)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst () {
+ kde5_pkg_postinst
+
+ if [[ -z "${REPLACING_VERSIONS}" ]] && ! has_version "x11-misc/xplanet" ; then
+ elog "${PN} has optional runtime support for x11-misc/xplanet"
+ fi
+ # same for AstrometryNet, which is not packaged.
+}
next reply other threads:[~2019-04-21 18:24 UTC|newest]
Thread overview: 109+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-21 18:24 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-03 21:00 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/ Andreas Sturmlechner
2025-03-16 22:55 Andreas Sturmlechner
2025-03-16 11:46 Sam James
2025-02-01 21:56 Andreas Sturmlechner
2025-02-01 21:55 Andreas Sturmlechner
2025-01-24 20:10 Andreas Sturmlechner
2025-01-24 7:06 Arthur Zamarin
2024-12-03 19:28 Andreas Sturmlechner
2024-12-03 19:21 Andreas Sturmlechner
2024-12-03 19:21 Andreas Sturmlechner
2024-12-03 19:21 Andreas Sturmlechner
2024-11-08 16:36 Andreas Sturmlechner
2024-10-31 22:34 Andreas Sturmlechner
2024-10-21 21:10 Andreas Sturmlechner
2024-10-21 21:10 Andreas Sturmlechner
2024-10-04 13:01 Andreas Sturmlechner
2024-08-06 20:09 Andreas Sturmlechner
2024-07-13 16:28 Andreas Sturmlechner
2024-07-03 19:22 Arthur Zamarin
2024-06-06 20:14 Andreas Sturmlechner
2024-06-06 20:14 Andreas Sturmlechner
2024-06-04 19:06 Arthur Zamarin
2024-04-22 17:52 Andreas Sturmlechner
2024-04-09 20:02 Andreas Sturmlechner
2024-04-06 5:34 Arthur Zamarin
2024-02-06 19:36 Andreas Sturmlechner
2024-02-05 20:50 Andreas Sturmlechner
2023-12-08 20:56 Arthur Zamarin
2023-10-01 11:12 Andreas Sturmlechner
2023-10-01 11:12 Andreas Sturmlechner
2023-08-18 1:29 Sam James
2023-07-25 15:12 Andreas Sturmlechner
2023-02-27 19:29 Andreas Sturmlechner
2023-02-25 18:05 Arthur Zamarin
2023-02-25 14:46 Arthur Zamarin
2022-12-27 12:27 Andreas Sturmlechner
2022-11-03 8:08 Agostino Sarubbo
2022-11-03 7:59 Agostino Sarubbo
2022-10-07 9:36 Agostino Sarubbo
2022-10-05 20:47 Andreas Sturmlechner
2022-10-05 20:47 Andreas Sturmlechner
2022-06-22 18:15 Andreas Sturmlechner
2022-06-22 13:22 Agostino Sarubbo
2022-05-26 14:36 Andreas Sturmlechner
2022-05-26 14:36 Andreas Sturmlechner
2022-04-21 13:00 Jakov Smolić
2022-03-25 19:59 Andreas Sturmlechner
2022-03-16 16:50 Andreas Sturmlechner
2022-02-23 9:42 Jakov Smolić
2022-01-18 16:31 Andreas Sturmlechner
2021-12-28 2:29 Sam James
2021-11-25 0:12 Sam James
2021-11-15 13:07 Andreas Sturmlechner
2021-11-06 8:23 Jakov Smolić
2021-09-10 12:04 Andreas Sturmlechner
2021-09-10 6:28 Agostino Sarubbo
2021-06-21 6:17 Agostino Sarubbo
2021-06-20 8:33 Andreas Sturmlechner
2021-05-16 23:40 Sam James
2021-04-27 17:32 Andreas Sturmlechner
2021-04-05 16:45 Sam James
2021-04-04 18:55 Andreas Sturmlechner
2021-03-05 16:22 Andreas Sturmlechner
2021-02-28 21:36 Andreas Sturmlechner
2021-02-18 21:46 Sam James
2021-02-18 21:44 Sam James
2021-01-10 15:55 Andreas Sturmlechner
2021-01-08 10:45 Andreas Sturmlechner
2021-01-02 20:31 Andreas Sturmlechner
2020-09-06 16:46 Andreas Sturmlechner
2020-09-05 21:22 Sam James
2020-09-05 16:17 Thomas Deutschmann
2020-07-21 18:58 Andreas Sturmlechner
2020-05-26 10:51 Andreas Sturmlechner
2020-03-19 17:55 Andreas Sturmlechner
2020-02-12 15:21 Andreas Sturmlechner
2020-02-12 15:10 Agostino Sarubbo
2020-02-11 14:30 Andreas Sturmlechner
2020-02-08 13:44 Mikle Kolyada
2020-01-02 19:51 Andreas Sturmlechner
2019-12-09 15:25 Agostino Sarubbo
2019-12-08 12:04 Andreas Sturmlechner
2019-12-08 12:04 Andreas Sturmlechner
2019-12-04 0:44 Andreas Sturmlechner
2019-12-04 0:44 Andreas Sturmlechner
2019-11-20 20:36 Andreas Sturmlechner
2019-08-14 13:02 Andreas Sturmlechner
2019-08-14 13:02 Andreas Sturmlechner
2019-06-04 19:49 Andreas Sturmlechner
2019-06-01 14:26 Andreas Sturmlechner
2019-05-25 8:38 Mikle Kolyada
2019-05-13 0:18 Andreas Sturmlechner
2019-05-11 11:53 Andreas Sturmlechner
2019-04-24 21:13 Andreas Sturmlechner
2019-04-01 9:47 Michael Palimaka
2019-04-01 9:47 Michael Palimaka
2019-03-11 0:07 Andreas Sturmlechner
2019-03-09 18:48 Andreas Sturmlechner
2019-02-28 12:25 Andreas Sturmlechner
2019-02-15 18:24 Mikle Kolyada
2019-02-07 15:22 Andreas Sturmlechner
2018-12-23 1:27 Andreas Sturmlechner
2018-12-23 1:25 Andreas Sturmlechner
2018-06-07 10:48 Andreas Sturmlechner
2018-06-07 10:13 Agostino Sarubbo
2018-04-25 16:32 Johannes Huber
2018-04-25 16:32 Johannes Huber
2018-04-09 19:59 Johannes Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1555870896.f312dc6605469eaaaea64c6d5ebca472b042fc41.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox