summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-11-16 19:10:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-11-16 19:15:42 +0100
commit6da4d36959f7952dd084d37e62aa8bcb8532ba0e (patch)
treebf250223400db01d7d63269abcc2498987e9403f /dev-libs
parent6a026917aa06d810e457570baf5ee24b5f6384e8 (diff)
downloadkde-6da4d36959f7952dd084d37e62aa8bcb8532ba0e.tar.gz
kde-6da4d36959f7952dd084d37e62aa8bcb8532ba0e.tar.bz2
kde-6da4d36959f7952dd084d37e62aa8bcb8532ba0e.zip
dev-libs/kosmindoormap: 21.11.80 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/kosmindoormap/Manifest1
-rw-r--r--dev-libs/kosmindoormap/kosmindoormap-21.11.80.ebuild48
2 files changed, 49 insertions, 0 deletions
diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest
new file mode 100644
index 00000000000..6ed448c83c2
--- /dev/null
+++ b/dev-libs/kosmindoormap/Manifest
@@ -0,0 +1 @@
+DIST kosmindoormap-21.11.80.tar.xz 351060 BLAKE2B 94216637445e0929e69bc74a54e4849bd89cf73840b6b1e7bc08f3314895350230b80b4e4f28d365976c5a53037d881e29908aaa10ce8e9e6c4b4c6430b42203 SHA512 a0fa681e401f6c8f00b68b6c4fb498810893dcb60c400803e647770bc3f094fd10d34faec744ff24e4b200cfb878e3cfc6871dedf62a94e88706716b38e2b050
diff --git a/dev-libs/kosmindoormap/kosmindoormap-21.11.80.ebuild b/dev-libs/kosmindoormap/kosmindoormap-21.11.80.ebuild
new file mode 100644
index 00000000000..aa0d227d850
--- /dev/null
+++ b/dev-libs/kosmindoormap/kosmindoormap-21.11.80.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KDE_GEAR="true"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.88.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
+}