summaryrefslogtreecommitdiff
path: root/kde-apps/libkgeomap
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-08-02 10:36:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-08-02 10:52:16 +0200
commit847dadde13c26f10d1222af8f76d398790b90a9c (patch)
tree36c2fba40b8c10a0a47c90afab5112d6f8bddd16 /kde-apps/libkgeomap
parentac0f6015b196091b2643633a5f21d1cb850b408d (diff)
downloadkde-847dadde13c26f10d1222af8f76d398790b90a9c.tar.gz
kde-847dadde13c26f10d1222af8f76d398790b90a9c.tar.bz2
kde-847dadde13c26f10d1222af8f76d398790b90a9c.zip
kde-apps: Add KDE Applications 19.07.90 (19.08 RC)
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/libkgeomap')
-rw-r--r--kde-apps/libkgeomap/Manifest1
-rw-r--r--kde-apps/libkgeomap/libkgeomap-19.07.90.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/libkgeomap/Manifest b/kde-apps/libkgeomap/Manifest
index a2fca995042..c48e65e0772 100644
--- a/kde-apps/libkgeomap/Manifest
+++ b/kde-apps/libkgeomap/Manifest
@@ -1 +1,2 @@
DIST libkgeomap-19.07.80.tar.xz 150848 BLAKE2B db6269a4e9495c37f0765013b501395b0b1e00de4f55f37049aeb9ae78a94a07a59de0f0d0d9306bf86ab16d3c9f56df28bb984b80322ee19a9af710c00bbec6 SHA512 4701289b1d25c46a90d069f20f3ebeddd8901a0de017b35a831786d7c3b38bc0b6d80b6c6db5fd2b99fea6b036e2cae37cdc45d8be1c7ab41f0fc3980ba207b8
+DIST libkgeomap-19.07.90.tar.xz 151096 BLAKE2B a3279860358508f367d0b79b03ad56ff1733f4bc3c13f301562facd7e1dc07d60f698840e4e6cd8b63f93caa6e3c21e63a454c58db80da95ea21e0302951d5e0 SHA512 2efef77e1457a9668f83e0e67e10e62d550f7ccab84c08d35d9a8495805965423247ad47d5a83d223b5f7b8da0de2329ba879af5abd08b6d4ef35d1fdb4917e5
diff --git a/kde-apps/libkgeomap/libkgeomap-19.07.90.ebuild b/kde-apps/libkgeomap/libkgeomap-19.07.90.ebuild
new file mode 100644
index 00000000000..da482cacace
--- /dev/null
+++ b/kde-apps/libkgeomap/libkgeomap-19.07.90.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
+HOMEPAGE="https://www.digikam.org/"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_kdeapps_dep marble 'kde' '' '5=')
+ $(add_qt_dep qtconcurrent)
+ $(add_qt_dep qtgui)
+ >=dev-qt/qtwebkit-5.212.0_pre20180120:5
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ use test && local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true )
+
+ kde5_src_configure
+}