summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-02-01 10:55:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-02-01 10:55:42 +0100
commit1069c52a087b1bb836e6f244b7d3be4cc78c20c8 (patch)
tree3c9f4af2fe9dd7d49a9d78049ed8f2d6553bb837 /dev-libs
parent347c043ef61c1d1f80f43de6c9b8e0af75226c8c (diff)
downloadkde-1069c52a087b1bb836e6f244b7d3be4cc78c20c8.tar.gz
kde-1069c52a087b1bb836e6f244b7d3be4cc78c20c8.tar.bz2
kde-1069c52a087b1bb836e6f244b7d3be4cc78c20c8.zip
dev-libs/kpublictransport: 21.12.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/kpublictransport/Manifest1
-rw-r--r--dev-libs/kpublictransport/kpublictransport-21.12.2.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/dev-libs/kpublictransport/Manifest b/dev-libs/kpublictransport/Manifest
new file mode 100644
index 00000000000..2df0e00dab1
--- /dev/null
+++ b/dev-libs/kpublictransport/Manifest
@@ -0,0 +1 @@
+DIST kpublictransport-21.12.2.tar.xz 480840 BLAKE2B 6bd1167520da175f3ac485223870932d23509c390e4ca026e033ba7e688991c98958231b0fc75864d440250f1d20c27c4c11ac5913f7e2e7f06df21ccbb68175 SHA512 e61f36ad3b3506156f795d5e797b61dded059a37e27e037ee1ec2ad912edd567d15fc11399715a6ea3a06d73e969f13ab67b5d6257ffe00c5f609b9a965c1ffc
diff --git a/dev-libs/kpublictransport/kpublictransport-21.12.2.ebuild b/dev-libs/kpublictransport/kpublictransport-21.12.2.ebuild
new file mode 100644
index 00000000000..1b4c7df1e02
--- /dev/null
+++ b/dev-libs/kpublictransport/kpublictransport-21.12.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 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[ssl]
+ 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
+}