public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/kosmindoormap/
Date: Sun, 25 Feb 2024 21:50:39 +0000 (UTC)	[thread overview]
Message-ID: <1708897222.cf7a72bcac4f7e82fa7da01df0a9b6e20d419cd5.sam@gentoo> (raw)

commit:     cf7a72bcac4f7e82fa7da01df0a9b6e20d419cd5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 21:35:46 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 21:40:22 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cf7a72bc

dev-libs/kosmindoormap: refresh deps

* kopeninghours is now required (upstream commit 640b59c04ef1b1419f6026140c91851dc4fe2edd)
* Make GUI optional (upstream commit b65d4879be83085d1771c367dc756274e3e03f3c)
* Wire up kservice (upstream commit 6091fb3afd20f1e086ebba7772d165fdd6ceb797
  and upstream commit bb4ccc4d5b302bb97a7369fc27ab55a60aee7b13).

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/kosmindoormap/kosmindoormap-9999.ebuild | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild b/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild
index 4a45936be6..f8533bb17b 100644
--- a/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild
+++ b/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild
@@ -15,16 +15,21 @@ HOMEPAGE="https://invent.kde.org/libraries/kosmindoormap"
 LICENSE="LGPL-2+"
 SLOT="6"
 KEYWORDS=""
-IUSE="+openinghours"
+IUSE="+gui"
 
+# kservice is optional and only used to find and open josm
 RDEPEND="
-	>=dev-libs/kpublictransport-${PVCUT}:6
 	dev-libs/protobuf:=
-	>=dev-qt/qtbase-${QTMIN}:6[gui,network]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=dev-qt/qtbase-${QTMIN}:6[gui?,network]
 	sys-libs/zlib
-	openinghours? ( >=dev-libs/kopeninghours-${PVCUT}:6 )
+	gui? (
+		>=dev-libs/kopeninghours-${PVCUT}:6
+		>=dev-libs/kpublictransport-${PVCUT}:6
+		>=dev-qt/qtdeclarative-${QTMIN}:6
+		>=kde-frameworks/kcoreaddons-${KFMIN}:6
+		>=kde-frameworks/ki18n-${KFMIN}:6
+		>=kde-frameworks/kservice-${KFMIN}:6
+	)
 "
 DEPEND="${RDEPEND}
 	test? ( >=dev-qt/qtbase-${QTMIN}:6[widgets] )
@@ -36,8 +41,8 @@ BDEPEND="
 
 src_configure() {
 	local mycmakeargs=(
+		-DBUILD_TOOLS_ONLY=$(usex !gui)
 		-DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it
-		$(cmake_use_find_package openinghours KOpeningHours)
 	)
 	ecm_src_configure
 }


             reply	other threads:[~2024-02-25 21:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-25 21:50 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-26 20:16 [gentoo-commits] proj/kde:master commit in: dev-libs/kosmindoormap/ Andreas Sturmlechner
2024-02-25 22:01 Sam James
2024-01-11 23:19 Andreas Sturmlechner
2024-01-11 23:19 Andreas Sturmlechner
2024-01-07 13:26 Andreas Sturmlechner
2021-07-29 19:47 Andreas Sturmlechner
2020-11-01 23:11 Andreas Sturmlechner

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=1708897222.cf7a72bcac4f7e82fa7da01df0a9b6e20d419cd5.sam@gentoo \
    --to=sam@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