summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-01 20:29:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-01 22:43:27 +0200
commitd3cb29df8850533675435c4af89edb80f347fb9a (patch)
tree269d2e2c06dcec07f86c25d70d0bafd400556bce /dev-libs
parent7497f9b63eb2e36028a63f2869fdbe854d4e4a11 (diff)
downloadkde-d3cb29df8850533675435c4af89edb80f347fb9a.tar.gz
kde-d3cb29df8850533675435c4af89edb80f347fb9a.tar.bz2
kde-d3cb29df8850533675435c4af89edb80f347fb9a.zip
dev-libs/kosmindoormap: 25.04.3 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-25.04.3.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..2831482cd5e
--- /dev/null
+++ b/dev-libs/kosmindoormap/Manifest
@@ -0,0 +1 @@
+DIST kosmindoormap-25.04.3.tar.xz 736724 BLAKE2B 0c7c49c5a887f76dd53d64ea30ca7902d74ea12ace69d555fdee9c64f6cdac142184c89990b092def29e27fdd159172393489150af1baa75680641b2aabdaed2 SHA512 46e47ae412dabcd9468c2d88d5769b7d3a09340da211e686a286bad81941f4f782838fdb8c6fe4090b5b9b4c36969ee13cbdd7f4682cc73f8519c6216f7d6c30
diff --git a/dev-libs/kosmindoormap/kosmindoormap-25.04.3.ebuild b/dev-libs/kosmindoormap/kosmindoormap-25.04.3.ebuild
new file mode 100644
index 00000000000..2540d92c07a
--- /dev/null
+++ b/dev-libs/kosmindoormap/kosmindoormap-25.04.3.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.13.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/$(ver_cut 1-2)"
+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
+}