diff options
author | 2021-06-10 14:59:29 +0200 | |
---|---|---|
committer | 2021-06-10 17:30:40 +0200 | |
commit | b958840649eda9928e053a81cb09d8564bc74d7a (patch) | |
tree | c0f11a422ad12123af066ad0776c6fd205f4bbd1 /dev-libs/kosmindoormap/kosmindoormap-21.04.2.ebuild | |
parent | dev-libs/kopeninghours: 21.04.2 version bump (diff) | |
download | gentoo-b958840649eda9928e053a81cb09d8564bc74d7a.tar.gz gentoo-b958840649eda9928e053a81cb09d8564bc74d7a.tar.bz2 gentoo-b958840649eda9928e053a81cb09d8564bc74d7a.zip |
dev-libs/kosmindoormap: 21.04.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/kosmindoormap/kosmindoormap-21.04.2.ebuild')
-rw-r--r-- | dev-libs/kosmindoormap/kosmindoormap-21.04.2.ebuild | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/dev-libs/kosmindoormap/kosmindoormap-21.04.2.ebuild b/dev-libs/kosmindoormap/kosmindoormap-21.04.2.ebuild new file mode 100644 index 000000000000..a16f08aee91b --- /dev/null +++ b/dev-libs/kosmindoormap/kosmindoormap-21.04.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="true" +KDE_GEAR="true" +PVCUT=$(ver_cut 1-3) +KFMIN=5.80.0 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Data Model and Extraction System for Travel Reservation information" +HOMEPAGE="https://invent.kde.org/libraries/kosmindoormap" + +LICENSE="LGPL-2+" +SLOT="5" +KEYWORDS="~amd64" +IUSE="" + +COMMON_DEPEND=" + >=dev-libs/kpublictransport-${PVCUT}:5 + dev-libs/protobuf:= + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + sys-libs/zlib +" +DEPEND="${COMMON_DEPEND} + test? ( >=dev-qt/qtwidgets-${QTMIN}:5 ) +" +RDEPEND="${COMMON_DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 +" +BDEPEND=" + sys-devel/bison + sys-devel/flex +" + +src_configure() { + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it + ) + ecm_src_configure +} |