public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/
Date: Thu, 28 Feb 2019 12:25:29 +0000 (UTC)	[thread overview]
Message-ID: <1551356708.158d925983df664c3aa5b37f9d839bc4debb5906.asturm@gentoo> (raw)

commit:     158d925983df664c3aa5b37f9d839bc4debb5906
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 28 11:20:57 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 28 12:25:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=158d9259

sci-astronomy/kstars: 3.1.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sci-astronomy/kstars/Manifest            |  1 +
 sci-astronomy/kstars/kstars-3.1.0.ebuild | 85 ++++++++++++++++++++++++++++++++
 2 files changed, 86 insertions(+)

diff --git a/sci-astronomy/kstars/Manifest b/sci-astronomy/kstars/Manifest
index 34c3cb56d04..e2af58f037a 100644
--- a/sci-astronomy/kstars/Manifest
+++ b/sci-astronomy/kstars/Manifest
@@ -1 +1,2 @@
 DIST kstars-3.0.0.tar.xz 63604404 BLAKE2B 23754eb1d29b9e7793fac71869045a4e172f8c9aa32dc55d529ef40bf03251d035a2edc68508d887c204389364c2dceba2c9984985bf2ddcc357fc835924f215 SHA512 e574c2529898d66bc79e1cf88ce778dddeedfdfed4ea23921219226121b60be042a94e6865e9076efff038a0a529587901f9a4ab2cd5b658440a8bf39c0c4d08
+DIST kstars-3.1.0.tar.xz 67769080 BLAKE2B c9afed7673a673fe595e20aad260d3bbe06a3541b6f8bea75c476db6b940977a186ebe18864353cafdb4eccc734dd9c3cfc9f3075e0b489d3089bc8d7a495bd0 SHA512 32b7685580eb71224d45d0a3fd213abeab7ddcbc90c58065e4d82724a1d29c527851cc7b90fb7fe36319a83200018d2c90d79549298436891891db44c187afb1

diff --git a/sci-astronomy/kstars/kstars-3.1.0.ebuild b/sci-astronomy/kstars/kstars-3.1.0.ebuild
new file mode 100644
index 00000000000..6e6e693abac
--- /dev/null
+++ b/sci-astronomy/kstars/kstars-3.1.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://www.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.
+}


             reply	other threads:[~2019-02-28 12:25 UTC|newest]

Thread overview: 109+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-28 12:25 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-21 18:24 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-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=1551356708.158d925983df664c3aa5b37f9d839bc4debb5906.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