From e4a514061e68f90e031732cdc2e8baf51ccc491c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 3 Jan 2023 14:56:03 +0100 Subject: dev-libs/kosmindoormap: 22.12.1 version bump Signed-off-by: Andreas Sturmlechner --- dev-libs/kosmindoormap/Manifest | 1 + .../kosmindoormap/kosmindoormap-22.12.1.ebuild | 47 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 dev-libs/kosmindoormap/kosmindoormap-22.12.1.ebuild diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest index 4bab7a34d782..0cb731015de5 100644 --- a/dev-libs/kosmindoormap/Manifest +++ b/dev-libs/kosmindoormap/Manifest @@ -1,2 +1,3 @@ DIST kosmindoormap-22.08.3.tar.xz 358936 BLAKE2B 947e915db5df274aa6f1ea5126d5cb43a5ef1530803774f67fbf10dbeb3e1efe1b6bffa8814533cf6c09a2d5e4869320b19ad39b6b1dbd3434399845a21ed319 SHA512 925376ddea2b950bf435045193acbf2dca77601af16a3656acd9bb20d62a98c807b658cf6f5e85dcff56b749985e88537b194e03c619f70acc017761c2482ed8 DIST kosmindoormap-22.12.0.tar.xz 363272 BLAKE2B 019dbcb4e3684b11a482fec7664c17107f60c7098d23f4dadafa7d39552f5bc1cb80992eff8f80699dc46f81c0723524d1f36d679542032854208835e370eb21 SHA512 82da803630f1852fc1801b5b0aa170d886003d7020e8e4eb5a648f368c05e7a74132f9a61eacdc5e09738078a5ec52d3b2a3e54ff0756faa7c99dd23df1b0593 +DIST kosmindoormap-22.12.1.tar.xz 363444 BLAKE2B bc7e301332d387938a999cd799e2e7ec91cf8bd0c6d48e0f136df28c18a047c1215bd1d154f1066f0607de13cbd0c09bde24c82b0b06530b6f61098295dc3b12 SHA512 44421a90575b9e112220dfb0e4e9552eb9971abe91dec52b11ffe994a652ee7f135e6584192bff313f727ed669544b70f08b4651e59f840d29eff54544728b61 diff --git a/dev-libs/kosmindoormap/kosmindoormap-22.12.1.ebuild b/dev-libs/kosmindoormap/kosmindoormap-22.12.1.ebuild new file mode 100644 index 000000000000..c16c17a57eac --- /dev/null +++ b/dev-libs/kosmindoormap/kosmindoormap-22.12.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +PVCUT=$(ver_cut 1-3) +KFMIN=5.101.0 +QTMIN=5.15.5 +inherit ecm gear.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 +} -- cgit v1.2.3-65-gdbad