dev-libs/kpublictransport: 21.12.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2021-12-09 11:47:07 +01:00
parent cee6584288
commit 0642882dcf
2 changed files with 39 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kpublictransport-21.08.3.tar.xz 411364 BLAKE2B 46d4681e98037d84d5813c62f13d76831922f9b2a3c04a51885292d702fa569f276dbd00056ee79cfecfebc4597d1ddde3c497b2d72e585ec5c14006253944e5 SHA512 bcd422855de8f224f7a30f09cd95345bd8637d3fb7a32ba0a7efe5c4bd350aed02cd6d8f186b4bfb467d50ce4ae927f360ccb5d188dadfbfa4e498ca4665df72
DIST kpublictransport-21.12.0.tar.xz 478936 BLAKE2B 62ab0b767328accb5c07db47d35094f7ce9a813a65d79dfee2ecd26a2c955e945115f8ff67329fda440c2ca81115a7fcf5eb516b6c1f3d3f1497d172b5e3fd15 SHA512 6f0dc23cae9c55253d8d2952ea936670e761d00695461c146b40a47b1312efe8ff62e7a3d758fc9bea5d3c47e7cb8fadda43d559a788663605938c5a6872669a

View File

@@ -0,0 +1,38 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_QTHELP="true"
ECM_TEST="true"
KDE_GEAR="true"
KFMIN=5.88.0
QTMIN=5.15.2
inherit ecm kde.org
DESCRIPTION="Library for accessing public transport timetables and other information"
HOMEPAGE="https://invent.kde.org/libraries/kpublictransport
https://www.volkerkrause.eu/2019/03/02/kpublictransport-introduction.html"
LICENSE="LGPL-2+"
SLOT="5"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="
dev-libs/protobuf:=
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
sys-libs/zlib
"
DEPEND="${RDEPEND}
test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
"
src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it
)
ecm_src_configure
}