summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-07-07 09:00:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-07-07 12:53:09 +0200
commit37e67d861ae98a182ba17c1aebc134d32f8b3d5c (patch)
tree6cfb9775289524bf72c067662c10fdefbc168124 /dev-libs/kpublictransport
parentdev-libs/kosmindoormap: 22.04.3 version bump (diff)
downloadgentoo-37e67d861ae98a182ba17c1aebc134d32f8b3d5c.tar.gz
gentoo-37e67d861ae98a182ba17c1aebc134d32f8b3d5c.tar.bz2
gentoo-37e67d861ae98a182ba17c1aebc134d32f8b3d5c.zip
dev-libs/kpublictransport: 22.04.3 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.04.3.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/dev-libs/kpublictransport/Manifest b/dev-libs/kpublictransport/Manifest
index dce978d7addd..55cb306b772e 100644
--- a/dev-libs/kpublictransport/Manifest
+++ b/dev-libs/kpublictransport/Manifest
@@ -1,2 +1,3 @@
DIST kpublictransport-21.12.3.tar.xz 480780 BLAKE2B 949c394497fcd76af7e4cc3d83e1db74cbef221f9f468a4ac247e82000503468e204eaa45ee61b4f5d05d84c1f4878484db342ff760d101a6a0a7b0960937baf SHA512 495fc7e92bab00fa0953fa81d2cb73e37055f8ccee899c8d9f8783e85f83e7f6a4c04a1e48ed607d565926bdc9fcadc539a2738b7c898a07aa6934f5e15038eb
DIST kpublictransport-22.04.2.tar.xz 485872 BLAKE2B bc820a67ac26f6ce52e38fad4021e3c432ba2e3ff28b0853e78cca2c6255d6e4e7a40e260b463b7cf23851b673b1b0a51fe97d7cde5c9614219d2c4177f082fc SHA512 77874baacb836ee7cc903122c88d88dcfb277d281aa2777195b701edd33a9293924ca6cd482529f2bebcdc20ee4edf954c53788fdc9951c23cd7cae774a2751a
+DIST kpublictransport-22.04.3.tar.xz 485844 BLAKE2B 20fb25f8af055122e03e6219dacd6b40e1d79ec817cdfb4054ed0764a323c9e1435e4adc639ebd3ab68d7a0ceecb35a65554fadba0d3b31f40dd0150a64e5f87 SHA512 5d02990746d167e6f835119c32aecfa9a40fbf03fce803a2d32e8aa9ba34bed579b9804d8abfe54b2b996389a4920dbb724e8da19cbde32af56fff3659c88d25
diff --git a/dev-libs/kpublictransport/kpublictransport-22.04.3.ebuild b/dev-libs/kpublictransport/kpublictransport-22.04.3.ebuild
new file mode 100644
index 000000000000..794a4be96b8b
--- /dev/null
+++ b/dev-libs/kpublictransport/kpublictransport-22.04.3.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.92.0
+QTMIN=5.15.4
+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
+}