summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-07-16 18:54:28 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-07-16 20:00:53 +0200
commit829b9615bbf6ce199295acca8728ef7159464f70 (patch)
tree36139fe4ae953f512a0cfb2020b33f8c7d544254 /dev-libs
parent8b2a9e93a6b6683007f2bdb937979cd37587921f (diff)
downloadkde-829b9615bbf6ce199295acca8728ef7159464f70.tar.gz
kde-829b9615bbf6ce199295acca8728ef7159464f70.tar.bz2
kde-829b9615bbf6ce199295acca8728ef7159464f70.zip
dev-libs/kpublictransport: 22.07.80 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-22.07.80.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/dev-libs/kpublictransport/Manifest b/dev-libs/kpublictransport/Manifest
new file mode 100644
index 00000000000..13293c855a3
--- /dev/null
+++ b/dev-libs/kpublictransport/Manifest
@@ -0,0 +1 @@
+DIST kpublictransport-22.07.80.tar.xz 488020 BLAKE2B afeae2f20045b8e3e7beae39114bca58788e97e58731e8e449e37171ea1777e8ef816d548bc91c85bb0f8fef6107c0849ada967c0e3b335c243daeeef6defbe0 SHA512 c80f45a9221ea996505c7ffe453ad084fd52018b4bbc126bfe167712e6823dcb8dd741fe03075139f8305bc3930aa5f7f77d30428f1896462f1992166ccd4f4a
diff --git a/dev-libs/kpublictransport/kpublictransport-22.07.80.ebuild b/dev-libs/kpublictransport/kpublictransport-22.07.80.ebuild
new file mode 100644
index 00000000000..5af5336a449
--- /dev/null
+++ b/dev-libs/kpublictransport/kpublictransport-22.07.80.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
+}