summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/kpublictransport/Manifest1
-rw-r--r--dev-libs/kpublictransport/kpublictransport-22.04.1.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..82fc700e502
--- /dev/null
+++ b/dev-libs/kpublictransport/Manifest
@@ -0,0 +1 @@
+DIST kpublictransport-22.04.1.tar.xz 485784 BLAKE2B 1568f174c60d521452397729ab93f83d019cd4a57b7ed8957bfe046fb85d348b16ec40c76c722390308c6c50dde62e3d608c02f616f47418cee2ca3fd85603aa SHA512 d94596beadcf8aeb2dda637a87c821f04de29ebdddaa3212354b5dcbea9c4ccdbf96360c37cf9d578601e50174365e06c01bc9329454d16ecc0ef8c06d66ab1b
diff --git a/dev-libs/kpublictransport/kpublictransport-22.04.1.ebuild b/dev-libs/kpublictransport/kpublictransport-22.04.1.ebuild
new file mode 100644
index 00000000000..6dddf2697e4
--- /dev/null
+++ b/dev-libs/kpublictransport/kpublictransport-22.04.1.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.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
+}