From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FEA3139000 for ; Thu, 29 Jul 2021 19:48:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A51BE08ED; Thu, 29 Jul 2021 19:48:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 255C9E08ED for ; Thu, 29 Jul 2021 19:48:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3342234308D for ; Thu, 29 Jul 2021 19:48:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7964798 for ; Thu, 29 Jul 2021 19:48:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1627588087.8b761ac2feaa38fb8a47e958349064808b1e76cc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kosmindoormap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kosmindoormap/kosmindoormap-21.04.3-r1.ebuild dev-libs/kosmindoormap/metadata.xml X-VCS-Directories: dev-libs/kosmindoormap/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8b761ac2feaa38fb8a47e958349064808b1e76cc X-VCS-Branch: master Date: Thu, 29 Jul 2021 19:48:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1ad61c53-493c-4cfd-a3c6-8ca984d40c94 X-Archives-Hash: 22df06c094a620ddc0dd0ebb38cc0976 commit: 8b761ac2feaa38fb8a47e958349064808b1e76cc Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 29 19:43:58 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 29 19:48:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b761ac2 dev-libs/kosmindoormap: Add IUSE="+openinghours" Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kosmindoormap/kosmindoormap-21.04.3-r1.ebuild | 48 ++++++++++++++++++++++ dev-libs/kosmindoormap/metadata.xml | 3 ++ 2 files changed, 51 insertions(+) diff --git a/dev-libs/kosmindoormap/kosmindoormap-21.04.3-r1.ebuild b/dev-libs/kosmindoormap/kosmindoormap-21.04.3-r1.ebuild new file mode 100644 index 00000000000..13fc1092d88 --- /dev/null +++ b/dev-libs/kosmindoormap/kosmindoormap-21.04.3-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="true" +KDE_GEAR="true" +PVCUT=$(ver_cut 1-3) +KFMIN=5.80.0 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Data Model and Extraction System for Travel Reservation information" +HOMEPAGE="https://invent.kde.org/libraries/kosmindoormap" + +LICENSE="LGPL-2+" +SLOT="5" +KEYWORDS="~amd64" +IUSE="+openinghours" + +COMMON_DEPEND=" + >=dev-libs/kpublictransport-${PVCUT}:5 + dev-libs/protobuf:= + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=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 ) +" +RDEPEND="${COMMON_DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 +" +BDEPEND=" + sys-devel/bison + sys-devel/flex +" + +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 2fdbf33d963..b76209edbed 100644 --- a/dev-libs/kosmindoormap/metadata.xml +++ b/dev-libs/kosmindoormap/metadata.xml @@ -5,4 +5,7 @@ kde@gentoo.org Gentoo KDE Project + + Enable support for highlighting currently open amenities/shops/etc. +