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] proj/kde:master commit in: dev-libs/kosmindoormap/
Date: Thu, 29 Jul 2021 19:47:46 +0000 (UTC)	[thread overview]
Message-ID: <1627588045.6bb97bb33795a8083cfeb656ebd378484e0e52f7.asturm@gentoo> (raw)

commit:     6bb97bb33795a8083cfeb656ebd378484e0e52f7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 19:47:25 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 19:47:25 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6bb97bb3

dev-libs/kosmindoormap: Add IUSE="+openinghours"

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

 dev-libs/kosmindoormap/kosmindoormap-21.07.80.ebuild      | 4 +++-
 dev-libs/kosmindoormap/kosmindoormap-21.08.49.9999.ebuild | 4 +++-
 dev-libs/kosmindoormap/kosmindoormap-9999.ebuild          | 4 +++-
 dev-libs/kosmindoormap/metadata.xml                       | 3 +++
 4 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/dev-libs/kosmindoormap/kosmindoormap-21.07.80.ebuild b/dev-libs/kosmindoormap/kosmindoormap-21.07.80.ebuild
index 1ec82ac819..646460d5ab 100644
--- a/dev-libs/kosmindoormap/kosmindoormap-21.07.80.ebuild
+++ b/dev-libs/kosmindoormap/kosmindoormap-21.07.80.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://invent.kde.org/libraries/kosmindoormap"
 LICENSE="LGPL-2+"
 SLOT="5"
 KEYWORDS="~amd64"
-IUSE=""
+IUSE="+openinghours"
 
 COMMON_DEPEND="
 	>=dev-libs/kpublictransport-${PVCUT}:5
@@ -26,6 +26,7 @@ COMMON_DEPEND="
 	>=dev-qt/qtnetwork-${QTMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
 	sys-libs/zlib
+	openinghours? ( >=dev-libs/kopeninghours-${PVCUT}:5 )
 "
 DEPEND="${COMMON_DEPEND}
 	test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
@@ -41,6 +42,7 @@ BDEPEND="
 src_configure() {
 	local mycmakeargs=(
 		-DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it
+		$(cmake_use_find_package openinghours KOpeningHours)
 	)
 	ecm_src_configure
 }

diff --git a/dev-libs/kosmindoormap/kosmindoormap-21.08.49.9999.ebuild b/dev-libs/kosmindoormap/kosmindoormap-21.08.49.9999.ebuild
index 963748b974..663353aa6c 100644
--- a/dev-libs/kosmindoormap/kosmindoormap-21.08.49.9999.ebuild
+++ b/dev-libs/kosmindoormap/kosmindoormap-21.08.49.9999.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://invent.kde.org/libraries/kosmindoormap"
 LICENSE="LGPL-2+"
 SLOT="5"
 KEYWORDS=""
-IUSE=""
+IUSE="+openinghours"
 
 COMMON_DEPEND="
 	>=dev-libs/kpublictransport-${PVCUT}:5
@@ -26,6 +26,7 @@ COMMON_DEPEND="
 	>=dev-qt/qtnetwork-${QTMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
 	sys-libs/zlib
+	openinghours? ( >=dev-libs/kopeninghours-${PVCUT}:5 )
 "
 DEPEND="${COMMON_DEPEND}
 	test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
@@ -41,6 +42,7 @@ BDEPEND="
 src_configure() {
 	local mycmakeargs=(
 		-DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it
+		$(cmake_use_find_package openinghours KOpeningHours)
 	)
 	ecm_src_configure
 }

diff --git a/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild b/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild
index f6edb335e9..258f598c12 100644
--- a/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild
+++ b/dev-libs/kosmindoormap/kosmindoormap-9999.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://invent.kde.org/libraries/kosmindoormap"
 LICENSE="LGPL-2+"
 SLOT="5"
 KEYWORDS=""
-IUSE=""
+IUSE="+openinghours"
 
 COMMON_DEPEND="
 	>=dev-libs/kpublictransport-${PVCUT}:5
@@ -26,6 +26,7 @@ COMMON_DEPEND="
 	>=dev-qt/qtnetwork-${QTMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
 	sys-libs/zlib
+	openinghours? ( >=dev-libs/kopeninghours-${PVCUT}:5 )
 "
 DEPEND="${COMMON_DEPEND}
 	test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
@@ -41,6 +42,7 @@ BDEPEND="
 src_configure() {
 	local mycmakeargs=(
 		-DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it
+		$(cmake_use_find_package openinghours KOpeningHours)
 	)
 	ecm_src_configure
 }

diff --git a/dev-libs/kosmindoormap/metadata.xml b/dev-libs/kosmindoormap/metadata.xml
index 2fdbf33d96..b76209edbe 100644
--- a/dev-libs/kosmindoormap/metadata.xml
+++ b/dev-libs/kosmindoormap/metadata.xml
@@ -5,4 +5,7 @@
 		<email>kde@gentoo.org</email>
 		<name>Gentoo KDE Project</name>
 	</maintainer>
+	<use>
+		<flag name="openinghours">Enable support for highlighting currently open amenities/shops/etc.</flag>
+	</use>
 </pkgmetadata>


             reply	other threads:[~2021-07-29 19:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-29 19:47 Andreas Sturmlechner [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-02-25 21:50 Sam James
2024-01-11 23:19 Andreas Sturmlechner
2024-01-11 23:19 Andreas Sturmlechner
2024-01-07 13:26 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=1627588045.6bb97bb33795a8083cfeb656ebd378484e0e52f7.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