summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-09 21:15:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-09 21:54:33 +0100
commit08418ed437d581a1b7d15ab0b13341003c711b10 (patch)
tree30eef2d634e606eba8cdc482f79cec532e88431d /dev-libs/kpublictransport
parentdev-libs/kosmindoormap: 22.12.0 version bump (diff)
downloadgentoo-08418ed437d581a1b7d15ab0b13341003c711b10.tar.gz
gentoo-08418ed437d581a1b7d15ab0b13341003c711b10.tar.bz2
gentoo-08418ed437d581a1b7d15ab0b13341003c711b10.zip
dev-libs/kpublictransport: 22.12.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.12.0.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/dev-libs/kpublictransport/Manifest b/dev-libs/kpublictransport/Manifest
index 6b3597e09171..773a83856953 100644
--- a/dev-libs/kpublictransport/Manifest
+++ b/dev-libs/kpublictransport/Manifest
@@ -1 +1,2 @@
DIST kpublictransport-22.08.3.tar.xz 489620 BLAKE2B 01aa9a92ba13a1060c08a5e2b6a1f2671c468c52587fded5f70dcda90977ecead2b3bcf8a333746400ac4b4a11061bbd56894bc335972f15fd29755f0ae23e15 SHA512 9b6c18395a0d8b9033a2b38d5912e3fcc649138a7ceb594d6d5d01534087bf01b6d4d51d2284f1212ae5574487c1c2acfd0d0b76deef0c181d64a56fed686b19
+DIST kpublictransport-22.12.0.tar.xz 489720 BLAKE2B 0a3c05a3f281139eb1db3c0d6da02cbde5d1d08fd296758fa8f4eaadffc4bd80f569af9351200cb7db6ce0deb4358815679eeefba0d00f40644ce970042c0fc2 SHA512 570346ee94c24d1ba88af9f3595e89bf18931f020f0265d8f0e32c329d23b4b6d2c7ef91b210ebf702245f80c4252001e1651744d38d7e1ed32b39053f425f6c
diff --git a/dev-libs/kpublictransport/kpublictransport-22.12.0.ebuild b/dev-libs/kpublictransport/kpublictransport-22.12.0.ebuild
new file mode 100644
index 000000000000..d73b97a2bdb8
--- /dev/null
+++ b/dev-libs/kpublictransport/kpublictransport-22.12.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.99.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
+}