summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-13 13:45:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-13 15:13:06 +0200
commitf9fb6a9a833880538d70e09e5121f8b59d77e4d2 (patch)
tree906eca0e6f8976522e3896d3b699fc8654c3572c /dev-libs/kpublictransport
parentdev-libs/kosmindoormap: 22.08.2 version bump (diff)
downloadgentoo-f9fb6a9a833880538d70e09e5121f8b59d77e4d2.tar.gz
gentoo-f9fb6a9a833880538d70e09e5121f8b59d77e4d2.tar.bz2
gentoo-f9fb6a9a833880538d70e09e5121f8b59d77e4d2.zip
dev-libs/kpublictransport: 22.08.2 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.2.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/dev-libs/kpublictransport/Manifest b/dev-libs/kpublictransport/Manifest
index c746dfdc15c8..ede8a2b20e01 100644
--- a/dev-libs/kpublictransport/Manifest
+++ b/dev-libs/kpublictransport/Manifest
@@ -1,2 +1,3 @@
DIST kpublictransport-22.04.3.tar.xz 485844 BLAKE2B 20fb25f8af055122e03e6219dacd6b40e1d79ec817cdfb4054ed0764a323c9e1435e4adc639ebd3ab68d7a0ceecb35a65554fadba0d3b31f40dd0150a64e5f87 SHA512 5d02990746d167e6f835119c32aecfa9a40fbf03fce803a2d32e8aa9ba34bed579b9804d8abfe54b2b996389a4920dbb724e8da19cbde32af56fff3659c88d25
DIST kpublictransport-22.08.1.tar.xz 488088 BLAKE2B dedd5aad5f14da42ce16e9e7327d133c7ef2999d29943423f821134b1149c15f3590c2b60891d9df500dc2beb69b153c6ba1b31f3e79d94bfcaff4fd0633585d SHA512 574d8bee2e7b56ca76107e01c115bd6ac1e3f99ab85743286e7cf33ae9885ead916d8b9b5b6a42fbfceefedd97910deadbb6f89f4780b533f6969db155ca6121
+DIST kpublictransport-22.08.2.tar.xz 489124 BLAKE2B f6bca9bba08b1c3228317d7a4fd5888a569655c2fa140180fb8f065dbaad91c93c86c57edd98cd3a8892d70c8082d6132868590f0ec759c9188a66a8f71dbfe4 SHA512 c8d1da641bad6ce30ec747a37cf1072840890388a156a3e83a951441f0cdaab1efc3cd6b445a59fff3e3a637590158c8f5bacb03cf4878f84ec66548c6938a49
diff --git a/dev-libs/kpublictransport/kpublictransport-22.08.2.ebuild b/dev-libs/kpublictransport/kpublictransport-22.08.2.ebuild
new file mode 100644
index 000000000000..5af5336a4498
--- /dev/null
+++ b/dev-libs/kpublictransport/kpublictransport-22.08.2.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
+}