diff options
Diffstat (limited to 'dev-libs')
| -rw-r--r-- | dev-libs/kosmindoormap/Manifest | 1 | ||||
| -rw-r--r-- | dev-libs/kosmindoormap/kosmindoormap-25.04.1.ebuild | 48 |
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..a21526a1ea3 --- /dev/null +++ b/dev-libs/kosmindoormap/Manifest @@ -0,0 +1 @@ +DIST kosmindoormap-25.04.1.tar.xz 736432 BLAKE2B e64c06b6c82a5dfc1567353c6edf576ff869af686cf98eb19de24c80f97a8c69dce5875d61cfa11c0de1b2032de6c1bde72f6550ef04400f3f910659f2bebcde SHA512 834013c7d81542d01cf7de5871b80d2f90001a79e5c407c5888ac4cc9e107b69e9f8e5625d3780e7528a222a5565587bf39fb2a7eb9a12b2cbbd900ea9d7010e diff --git a/dev-libs/kosmindoormap/kosmindoormap-25.04.1.ebuild b/dev-libs/kosmindoormap/kosmindoormap-25.04.1.ebuild new file mode 100644 index 00000000000..d430712a813 --- /dev/null +++ b/dev-libs/kosmindoormap/kosmindoormap-25.04.1.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" +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 +} |
