From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/marble/
Date: Sat, 30 Sep 2017 09:19:00 +0000 (UTC) [thread overview]
Message-ID: <1506763116.b1aab568194c845bf87bd6dc8323e67b8867e2e2.asturm@gentoo> (raw)
commit: b1aab568194c845bf87bd6dc8323e67b8867e2e2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 09:17:49 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 09:18:36 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b1aab568
kde-apps/marble: Rename USE=positioning -> geolocation
Gentoo-bug: 631750
Package-Manager: Portage-2.3.10, Repoman-2.3.3
kde-apps/marble/marble-17.08.49.9999.ebuild | 6 +++---
kde-apps/marble/marble-9999.ebuild | 6 +++---
kde-apps/marble/metadata.xml | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/kde-apps/marble/marble-17.08.49.9999.ebuild b/kde-apps/marble/marble-17.08.49.9999.ebuild
index 5b31a6ced7..0314306b6b 100644
--- a/kde-apps/marble/marble-17.08.49.9999.ebuild
+++ b/kde-apps/marble/marble-17.08.49.9999.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Virtual Globe and World Atlas to learn more about Earth"
HOMEPAGE="https://marble.kde.org/"
KEYWORDS=""
-IUSE="aprs +dbus designer gps +kde nls phonon +positioning shapefile +webkit"
+IUSE="aprs +dbus designer gps +kde nls phonon +geolocation shapefile +webkit"
# FIXME (new package): libwlocate, WLAN-based geolocation
RDEPEND="
@@ -29,6 +29,7 @@ RDEPEND="
aprs? ( $(add_qt_dep qtserialport) )
dbus? ( $(add_qt_dep qtdbus) )
designer? ( $(add_qt_dep designer) )
+ geolocation? ( $(add_qt_dep qtpositioning) )
gps? ( sci-geosciences/gpsd )
kde? (
$(add_frameworks_dep kconfig)
@@ -44,7 +45,6 @@ RDEPEND="
$(add_frameworks_dep kwallet)
)
phonon? ( media-libs/phonon[qt5(+)] )
- positioning? ( $(add_qt_dep qtpositioning) )
shapefile? ( sci-libs/shapelib:= )
webkit? ( $(add_qt_dep qtwebkit) )
"
@@ -69,7 +69,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package aprs Perl)
- $(cmake-utils_use_find_package positioning Qt5Positioning)
+ $(cmake-utils_use_find_package geolocation Qt5Positioning)
-DBUILD_MARBLE_TESTS=$(usex test)
-DWITH_DESIGNER_PLUGIN=$(usex designer)
-DWITH_libgps=$(usex gps)
diff --git a/kde-apps/marble/marble-9999.ebuild b/kde-apps/marble/marble-9999.ebuild
index 5b31a6ced7..0314306b6b 100644
--- a/kde-apps/marble/marble-9999.ebuild
+++ b/kde-apps/marble/marble-9999.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Virtual Globe and World Atlas to learn more about Earth"
HOMEPAGE="https://marble.kde.org/"
KEYWORDS=""
-IUSE="aprs +dbus designer gps +kde nls phonon +positioning shapefile +webkit"
+IUSE="aprs +dbus designer gps +kde nls phonon +geolocation shapefile +webkit"
# FIXME (new package): libwlocate, WLAN-based geolocation
RDEPEND="
@@ -29,6 +29,7 @@ RDEPEND="
aprs? ( $(add_qt_dep qtserialport) )
dbus? ( $(add_qt_dep qtdbus) )
designer? ( $(add_qt_dep designer) )
+ geolocation? ( $(add_qt_dep qtpositioning) )
gps? ( sci-geosciences/gpsd )
kde? (
$(add_frameworks_dep kconfig)
@@ -44,7 +45,6 @@ RDEPEND="
$(add_frameworks_dep kwallet)
)
phonon? ( media-libs/phonon[qt5(+)] )
- positioning? ( $(add_qt_dep qtpositioning) )
shapefile? ( sci-libs/shapelib:= )
webkit? ( $(add_qt_dep qtwebkit) )
"
@@ -69,7 +69,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package aprs Perl)
- $(cmake-utils_use_find_package positioning Qt5Positioning)
+ $(cmake-utils_use_find_package geolocation Qt5Positioning)
-DBUILD_MARBLE_TESTS=$(usex test)
-DWITH_DESIGNER_PLUGIN=$(usex designer)
-DWITH_libgps=$(usex gps)
diff --git a/kde-apps/marble/metadata.xml b/kde-apps/marble/metadata.xml
index e6bb9652ae..88bdb56140 100644
--- a/kde-apps/marble/metadata.xml
+++ b/kde-apps/marble/metadata.xml
@@ -8,8 +8,8 @@
<use>
<flag name="aprs">Enable support for APRS data sources</flag>
<flag name="designer">Install plugin for <pkg>dev-qt/designer</pkg></flag>
+ <flag name="geolocation">Enable position information via <pkg>dev-qt/qtpositioning</pkg></flag>
<flag name="phonon">Enable sound support via <pkg>media-libs/phonon</pkg></flag>
- <flag name="positioning">Enable position information via <pkg>dev-qt/qtpositioning</pkg> and <pkg>dev-qt/qtlocation</pkg></flag>
<flag name="shapefile">Enable support for ESRI shapefiles</flag>
</use>
</pkgmetadata>
next reply other threads:[~2017-09-30 9:19 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-30 9:19 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-07 23:21 [gentoo-commits] proj/kde:master commit in: kde-apps/marble/ Andreas Sturmlechner
2024-10-04 14:31 Andreas Sturmlechner
2024-09-21 14:10 Andreas Sturmlechner
2024-02-26 19:59 Andreas Sturmlechner
2023-06-05 13:51 Andreas Sturmlechner
2020-11-23 23:40 Andreas Sturmlechner
2020-08-30 19:02 Andreas Sturmlechner
2020-06-15 10:35 Andreas Sturmlechner
2019-08-18 15:21 Andreas Sturmlechner
2019-02-14 19:01 Andreas Sturmlechner
2018-10-21 8:16 Andreas Sturmlechner
2018-10-18 21:28 Andreas Sturmlechner
2018-10-18 21:00 Andreas Sturmlechner
2017-04-22 14:31 Andreas Sturmlechner
2017-03-25 2:02 Michael Palimaka
2017-01-21 22:28 Andreas Sturmlechner
2016-12-11 19:13 Michael Palimaka
2016-12-09 9:47 Johannes Huber
2016-11-19 10:43 Michael Palimaka
2016-11-12 10:55 Michael Palimaka
2016-10-19 14:49 Michael Palimaka
2016-08-18 12:44 Michael Palimaka
2016-07-09 18:22 Johannes Huber
2016-03-01 14:12 Michael Palimaka
2016-02-25 9:11 Michael Palimaka
2016-02-20 16:03 Christian Schmitt
2015-11-19 12:17 Michael Palimaka
2015-06-10 19:09 Johannes Huber
2015-05-06 13:16 Michael Palimaka
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=1506763116.b1aab568194c845bf87bd6dc8323e67b8867e2e2.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