summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-12 12:54:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-12 13:15:31 +0200
commit82dbd13c4081d18ddbae21e9e62c3182b1f8b732 (patch)
tree6a7a445fa0ad521a2c2ae97434d543f24fd712bf
parent85f20a5da389f2ff0c07296a061ebcff1b291909 (diff)
downloadkde-82dbd13c4081d18ddbae21e9e62c3182b1f8b732.tar.gz
kde-82dbd13c4081d18ddbae21e9e62c3182b1f8b732.tar.bz2
kde-82dbd13c4081d18ddbae21e9e62c3182b1f8b732.zip
dev-libs/kosmindoormap: 22.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-libs/kosmindoormap/Manifest1
-rw-r--r--dev-libs/kosmindoormap/kosmindoormap-22.08.0.ebuild47
2 files changed, 48 insertions, 0 deletions
diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest
index 08e8cabbeec..7f1a863dab9 100644
--- a/dev-libs/kosmindoormap/Manifest
+++ b/dev-libs/kosmindoormap/Manifest
@@ -1 +1,2 @@
DIST kosmindoormap-22.07.90.tar.xz 356128 BLAKE2B eee840fcd2127a8a01cae1f5a254f9056076b0f6bb0b17fd72516ea5b5588ca966ac36117d2348281eff39acb184b25d2e072782c9ba6173334d5d6f7079eb4f SHA512 e60cf9e19785ee133f71aab0de414bc18ccd983f52f0dcda96c1669ee80b1fe8289b08abbf5691c07e6fc2935c34dad02db73dc84a70f07d56fc76b98f336601
+DIST kosmindoormap-22.08.0.tar.xz 356152 BLAKE2B d90100fd3d8aa9fe8643ee91c0a71b9f3c50bcf8309ca0378ec13de2f5ab6b81213a0f9f85978a3eb5f5bce534306f738825c5e3db3c9d93d8436b1ca68069c8 SHA512 cb0e9f315275079d93f46debcde384aa6d96bf8a3aaadc774233b3ff7471b00cb0ad3b3b462bd55aa2424752612f629ca64061cc2492673aecf2fa469305101e
diff --git a/dev-libs/kosmindoormap/kosmindoormap-22.08.0.ebuild b/dev-libs/kosmindoormap/kosmindoormap-22.08.0.ebuild
new file mode 100644
index 00000000000..8580f3dd2f4
--- /dev/null
+++ b/dev-libs/kosmindoormap/kosmindoormap-22.08.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 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.96.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
+}