summaryrefslogtreecommitdiff
path: root/dev-libs/kosmindoormap
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-03-15 22:32:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-03-15 22:32:50 +0100
commit5a992d1ed7c752f3036e5e074c77849b23e8182e (patch)
treeab318a77f9fadeda70f8026a9ce3c5cebbe0f385 /dev-libs/kosmindoormap
parentef1780165085e01b12ca5de7247c1b5beb83ce12 (diff)
downloadkde-5a992d1ed7c752f3036e5e074c77849b23e8182e.tar.gz
kde-5a992d1ed7c752f3036e5e074c77849b23e8182e.tar.bz2
kde-5a992d1ed7c752f3036e5e074c77849b23e8182e.zip
dev-libs/kosmindoormap: 25.03.80 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/kosmindoormap')
-rw-r--r--dev-libs/kosmindoormap/Manifest1
-rw-r--r--dev-libs/kosmindoormap/kosmindoormap-25.03.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..998cbc82d53
--- /dev/null
+++ b/dev-libs/kosmindoormap/Manifest
@@ -0,0 +1 @@
+DIST kosmindoormap-25.03.80.tar.xz 736384 BLAKE2B b80911e449609afc6fb012e671443902615bddf8c8f22bc710f3fd36036e3a7538143905f17b9865098111a1c9b807f5a4115dfca2784c6d70a376f9bbd18e2f SHA512 fa670c3c175a341ad067ceeebd8a3d58a2ea8847bcad135caf7eebde263218a5b31c5773e2f08ccd97f25a7afb6ff5344e97914d0efb5eb65deede7ae8837754
diff --git a/dev-libs/kosmindoormap/kosmindoormap-25.03.80.ebuild b/dev-libs/kosmindoormap/kosmindoormap-25.03.80.ebuild
new file mode 100644
index 00000000000..e3b00a2718f
--- /dev/null
+++ b/dev-libs/kosmindoormap/kosmindoormap-25.03.80.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2025 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.9.0
+QTMIN=6.7.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="~amd64 ~arm64"
+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
+}