From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/marble/
Date: Sun, 12 Oct 2025 17:38:05 +0000 (UTC) [thread overview]
Message-ID: <1760290552.5d9b6c0549c29b58d98081a8b7c0fc061a0dd5aa.asturm@gentoo> (raw)
commit: 5d9b6c0549c29b58d98081a8b7c0fc061a0dd5aa
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 17:32:54 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 17:35:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9b6c05
kde-apps/marble: drop 25.08.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/marble/marble-25.08.2.ebuild | 95 -----------------------------------
1 file changed, 95 deletions(-)
diff --git a/kde-apps/marble/marble-25.08.2.ebuild b/kde-apps/marble/marble-25.08.2.ebuild
deleted file mode 100644
index 5af62ffc7b4c..000000000000
--- a/kde-apps/marble/marble-25.08.2.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional" # see src/apps/marble-kde/CMakeLists.txt
-ECM_TEST="true"
-KFMIN=6.16.0
-QTMIN=6.9.1
-inherit ecm gear.kde.org xdg
-
-DESCRIPTION="Virtual Globe and World Atlas to learn more about Earth"
-HOMEPAGE="https://marble.kde.org/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-IUSE="aprs +dbus designer +geolocation gps +kde +pbf phonon shapefile +webengine"
-
-# bug 588320
-RESTRICT="test"
-
-# FIXME (new package): libwlocate, WLAN-based geolocation
-DEPEND="
- >=dev-qt/qt5compat-${QTMIN}:6
- >=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus?,gui,network,sql,widgets,xml]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=dev-qt/qtsvg-${QTMIN}:6
- sys-libs/zlib
- aprs? ( >=dev-qt/qtserialport-${QTMIN}:6 )
- designer? ( >=dev-qt/qttools-${QTMIN}:6[designer] )
- geolocation? ( >=dev-qt/qtpositioning-${QTMIN}:6 )
- gps? ( sci-geosciences/gpsd:= )
- kde? (
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kconfigwidgets-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kcrash-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kparts-${KFMIN}:6
- >=kde-frameworks/krunner-${KFMIN}:6
- webengine? ( >=dev-qt/qtwebengine-${QTMIN}:6[qml] )
- )
- pbf? (
- dev-cpp/abseil-cpp:=
- dev-libs/protobuf:=
- )
- phonon? ( >=media-libs/phonon-4.12.0[qt6(+)] )
- shapefile? ( sci-libs/shapelib:= )
- webengine? (
- >=dev-qt/qtwebchannel-${QTMIN}:6
- >=dev-qt/qtwebengine-${QTMIN}:6[widgets]
- )
-"
-RDEPEND="${DEPEND}
- kde? (
- dev-libs/kirigami-addons:6
- >=dev-qt/qt5compat-${QTMIN}:6[qml]
- >=kde-frameworks/kirigami-${KFMIN}:6
- )
-"
-BDEPEND="
- >=dev-qt/qttools-${QTMIN}:6[linguist]
- aprs? ( dev-lang/perl )
-"
-
-src_prepare() {
- ecm_src_prepare
-
- rm -r src/3rdparty/zlib || die "Failed to remove bundled libs"
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package aprs Perl)
- $(cmake_use_find_package geolocation Qt6Positioning)
- -DBUILD_WITH_DBUS=$(usex dbus)
- -DWITH_DESIGNER_PLUGIN=$(usex designer)
- -DWITH_libgps=$(usex gps)
- $(cmake_use_find_package pbf Protobuf)
- -DWITH_Phonon4Qt6=$(usex phonon)
- -DWITH_libshp=$(usex shapefile)
- $(cmake_use_find_package webengine Qt6WebEngineWidgets)
- -DWITH_libwlocate=OFF
- # bug 608890
- -DKDE_INSTALL_CONFDIR="/etc/xdg"
- )
- # KF6KIO: src/thumbnailer/CMakeLists.txt
- # KF6Runner: src/plasmarunner/CMakeLists.txt
- for x in CoreAddons I18n Config Crash KIO Parts Runner; do
- mycmakeargs+=( $(cmake_use_find_package kde KF6${x}) )
- done
- ecm_src_configure
-}
next reply other threads:[~2025-10-12 17:38 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-12 17:38 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-25 18:32 [gentoo-commits] repo/gentoo:master commit in: kde-apps/marble/ Andreas Sturmlechner
2025-04-25 18:32 Andreas Sturmlechner
2025-03-31 15:46 Andreas Sturmlechner
2025-03-27 7:21 Arthur Zamarin
2025-03-07 16:59 Arthur Zamarin
2025-01-30 17:19 Andreas Sturmlechner
2025-01-30 9:29 Arthur Zamarin
2025-01-30 9:29 Arthur Zamarin
2025-01-10 21:08 Andreas Sturmlechner
2025-01-05 19:08 Sam James
2024-12-15 12:42 Andreas Sturmlechner
2024-11-21 13:47 Jakov Smolić
2024-10-07 23:12 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-10-05 7:07 Michał Górny
2024-08-01 16:23 Andreas Sturmlechner
2024-07-14 5:59 Arthur Zamarin
2024-07-13 22:44 Sam James
2024-06-17 18:49 Andreas Sturmlechner
2024-06-17 5:54 Arthur Zamarin
2024-06-17 5:19 Arthur Zamarin
2024-04-25 20:41 Andreas Sturmlechner
2024-04-23 6:33 Arthur Zamarin
2024-04-23 6:25 Arthur Zamarin
2024-04-23 5:26 Arthur Zamarin
2020-06-15 10:18 Andreas Sturmlechner
2019-11-13 2:02 Andreas Sturmlechner
2019-08-17 23:02 Andreas Sturmlechner
2019-08-17 23:02 Andreas Sturmlechner
2019-07-28 2:45 Mikle Kolyada
2019-07-28 2:33 Mikle Kolyada
2019-03-21 11:34 Mikle Kolyada
2019-03-21 11:14 Mikle Kolyada
2019-02-24 21:37 Andreas Sturmlechner
2019-02-14 18:36 Andreas Sturmlechner
2018-07-29 12:56 Thomas Deutschmann
2017-04-22 14:32 Andreas Sturmlechner
2017-04-16 20:58 Agostino Sarubbo
2017-04-01 18:15 Andreas Sturmlechner
2017-03-25 2:00 Michael Palimaka
2017-02-25 22:05 Johannes Huber
2017-01-21 16:14 Andreas Sturmlechner
2016-12-07 18:32 Johannes Huber
2016-10-29 10:21 Michael Palimaka
2016-07-09 18:26 Johannes Huber
2016-05-24 19:26 Mikle Kolyada
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=1760290552.5d9b6c0549c29b58d98081a8b7c0fc061a0dd5aa.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