summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-04-21 22:22:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-04-21 22:52:40 +0200
commit3561511cebf4a3f9c3bc72cb7d8ba5cb4d81a987 (patch)
tree7134131e14512c60e70844e2f9cc7e6d1f836497 /dev-libs
parent8cba39fe351a5b4c69e7b79e626cb8b3a416841e (diff)
downloadkde-3561511cebf4a3f9c3bc72cb7d8ba5cb4d81a987.tar.gz
kde-3561511cebf4a3f9c3bc72cb7d8ba5cb4d81a987.tar.bz2
kde-3561511cebf4a3f9c3bc72cb7d8ba5cb4d81a987.zip
dev-libs/kosmindoormap: Add 24.05 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/kosmindoormap/kosmindoormap-24.05.49.9999.ebuild48
1 files changed, 48 insertions, 0 deletions
diff --git a/dev-libs/kosmindoormap/kosmindoormap-24.05.49.9999.ebuild b/dev-libs/kosmindoormap/kosmindoormap-24.05.49.9999.ebuild
new file mode 100644
index 00000000000..13e347a2343
--- /dev/null
+++ b/dev-libs/kosmindoormap/kosmindoormap-24.05.49.9999.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-3)
+KFMIN=6.0.0
+QTMIN=6.6.2
+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="6"
+KEYWORDS=""
+IUSE="+gui"
+
+# kservice is optional and only used to find and open josm
+RDEPEND="
+ dev-libs/protobuf:=
+ >=dev-qt/qtbase-${QTMIN}:6[gui?,network]
+ sys-libs/zlib
+ gui? (
+ >=dev-libs/kopeninghours-${PVCUT}:6
+ >=dev-libs/kpublictransport-${PVCUT}:6
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ )
+"
+DEPEND="${RDEPEND}
+ test? ( >=dev-qt/qtbase-${QTMIN}:6[widgets] )
+"
+BDEPEND="
+ app-alternatives/lex
+ app-alternatives/yacc
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TOOLS_ONLY=$(usex !gui)
+ -DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it
+ )
+ ecm_src_configure
+}