summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-22 20:28:26 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-22 22:10:59 +0200
commitc9157c68718496de2db9d7b64e616624c5f575cb (patch)
tree0f99e0450f07346bff427e0c19c3563e2945fc3a /dev-libs/kpublictransport
parentdev-libs/kosmindoormap: 22.08.0 version bump (diff)
downloadgentoo-c9157c68718496de2db9d7b64e616624c5f575cb.tar.gz
gentoo-c9157c68718496de2db9d7b64e616624c5f575cb.tar.bz2
gentoo-c9157c68718496de2db9d7b64e616624c5f575cb.zip
dev-libs/kpublictransport: 22.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/kpublictransport')
-rw-r--r--dev-libs/kpublictransport/Manifest1
-rw-r--r--dev-libs/kpublictransport/kpublictransport-22.08.0.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/dev-libs/kpublictransport/Manifest b/dev-libs/kpublictransport/Manifest
index 6f7538cdcea5..cef68224755a 100644
--- a/dev-libs/kpublictransport/Manifest
+++ b/dev-libs/kpublictransport/Manifest
@@ -1 +1,2 @@
DIST kpublictransport-22.04.3.tar.xz 485844 BLAKE2B 20fb25f8af055122e03e6219dacd6b40e1d79ec817cdfb4054ed0764a323c9e1435e4adc639ebd3ab68d7a0ceecb35a65554fadba0d3b31f40dd0150a64e5f87 SHA512 5d02990746d167e6f835119c32aecfa9a40fbf03fce803a2d32e8aa9ba34bed579b9804d8abfe54b2b996389a4920dbb724e8da19cbde32af56fff3659c88d25
+DIST kpublictransport-22.08.0.tar.xz 487960 BLAKE2B 96ed9b05aed40d1e62786dd4fc0550d52f93314acf0d06ccb8b65ffd4ef925b65725b08fdaf334cb07f7be30b232cdf994a705a627e3d4fb829a3feb7308bdd8 SHA512 f73e6cb33c870a96148fab385c7cf7918d2ec241bd55f753c9ef79133790181ba72e6b9e7380800c9c020fdb372a37dcdd0e8194eb1c1cfe8704bffb7a8b8ed3
diff --git a/dev-libs/kpublictransport/kpublictransport-22.08.0.ebuild b/dev-libs/kpublictransport/kpublictransport-22.08.0.ebuild
new file mode 100644
index 000000000000..5af5336a4498
--- /dev/null
+++ b/dev-libs/kpublictransport/kpublictransport-22.08.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=5.96.0
+QTMIN=5.15.5
+inherit ecm gear.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
+}