summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-24 12:04:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-24 15:46:20 +0200
commitb002b746f8de7c624411d5eb8d6cbaf9288e9cc1 (patch)
treec293de4d5d606423983f96a4d765a7ccc584d09e /dev-libs/kosmindoormap
parentdev-libs/kopeninghours: New package, version 21.04.0 (diff)
downloadgentoo-b002b746f8de7c624411d5eb8d6cbaf9288e9cc1.tar.gz
gentoo-b002b746f8de7c624411d5eb8d6cbaf9288e9cc1.tar.bz2
gentoo-b002b746f8de7c624411d5eb8d6cbaf9288e9cc1.zip
dev-libs/kosmindoormap: New package, version 21.04.0
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/kosmindoormap')
-rw-r--r--dev-libs/kosmindoormap/Manifest1
-rw-r--r--dev-libs/kosmindoormap/kosmindoormap-21.04.0.ebuild46
-rw-r--r--dev-libs/kosmindoormap/metadata.xml8
3 files changed, 55 insertions, 0 deletions
diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest
new file mode 100644
index 000000000000..322240895d48
--- /dev/null
+++ b/dev-libs/kosmindoormap/Manifest
@@ -0,0 +1 @@
+DIST kosmindoormap-21.04.0.tar.xz 332056 BLAKE2B d433a262497c1331c4bfec603e0a8707bb47f10534928b2367729bf6aeeefbc9ec830b78432262cf314f8200984445ed669789272710fa3397eefcdc1319d1df SHA512 dda7c38cc586239fa2338e48371262b44823ac25bd5d95e0d1be787620899bcfb0b66cf28cdef6571b9169538057b2b3f2c6af56b0d7d20b86160661a595a624
diff --git a/dev-libs/kosmindoormap/kosmindoormap-21.04.0.ebuild b/dev-libs/kosmindoormap/kosmindoormap-21.04.0.ebuild
new file mode 100644
index 000000000000..a16f08aee91b
--- /dev/null
+++ b/dev-libs/kosmindoormap/kosmindoormap-21.04.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+KDE_GEAR="true"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.80.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Data Model and Extraction System for Travel Reservation information"
+HOMEPAGE="https://invent.kde.org/libraries/kosmindoormap"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE=""
+
+COMMON_DEPEND="
+ >=dev-libs/kpublictransport-${PVCUT}:5
+ dev-libs/protobuf:=
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ sys-libs/zlib
+"
+DEPEND="${COMMON_DEPEND}
+ test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
+"
+RDEPEND="${COMMON_DEPEND}
+ >=dev-qt/qtquickcontrols2-${QTMIN}:5
+"
+BDEPEND="
+ sys-devel/bison
+ sys-devel/flex
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it
+ )
+ ecm_src_configure
+}
diff --git a/dev-libs/kosmindoormap/metadata.xml b/dev-libs/kosmindoormap/metadata.xml
new file mode 100644
index 000000000000..2fdbf33d963d
--- /dev/null
+++ b/dev-libs/kosmindoormap/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>