diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-07-24 20:48:25 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-07-25 14:55:05 +0200 |
| commit | 17099d5ce9ca107a90ea2bf87999cabd759c6482 (patch) | |
| tree | f6aec55ce0424a9e18617c42f69402aec7b0d7f2 /dev-libs | |
| parent | b6626f8037518c04514c26c2862f56c4b8205eaf (diff) | |
| download | kde-17099d5ce9ca107a90ea2bf87999cabd759c6482.tar.gz kde-17099d5ce9ca107a90ea2bf87999cabd759c6482.tar.bz2 kde-17099d5ce9ca107a90ea2bf87999cabd759c6482.zip | |
dev-libs/kosmindoormap: Add 25.08 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
| -rw-r--r-- | dev-libs/kosmindoormap/kosmindoormap-25.08.49.9999.ebuild | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/dev-libs/kosmindoormap/kosmindoormap-25.08.49.9999.ebuild b/dev-libs/kosmindoormap/kosmindoormap-25.08.49.9999.ebuild new file mode 100644 index 00000000000..15b6ab0e40f --- /dev/null +++ b/dev-libs/kosmindoormap/kosmindoormap-25.08.49.9999.ebuild @@ -0,0 +1,49 @@ +# 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.16.0 +QTMIN=6.9.1 +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="" +IUSE="+gui" + +# kservice is optional and only used to find and open josm +RDEPEND=" + >=dev-libs/kirigami-addons-1.6.0:6 + 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 +} |
