summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-08-15 15:08:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-08-15 15:09:32 +0200
commit54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9 (patch)
treeb1b36d8867b77df28e956c3f88378ef5518961f9 /kde-apps/libkgeomap
parentkde-misc/kio-gdrive: Pin kde-apps/libkgapi version to <19.04.50 (diff)
downloadgentoo-54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9.tar.gz
gentoo-54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9.tar.bz2
gentoo-54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9.zip
kde-apps: Add KDE Applications 19.08.0
Package-Manager: Portage-2.3.71, Repoman-2.3.17 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.08.0.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/libkgeomap/Manifest b/kde-apps/libkgeomap/Manifest
index 6f23f7714f58..0f79b71dcf75 100644
--- a/kde-apps/libkgeomap/Manifest
+++ b/kde-apps/libkgeomap/Manifest
@@ -1 +1,2 @@
DIST libkgeomap-19.04.3.tar.xz 150832 BLAKE2B d64c4a38b2afba99b23867e5a969715b65d7b0e03bae90f83c07d3651c167c6f50301fcfd34933db388c8147579efa68b349cabc26423f1af18b35b658d88c40 SHA512 130c8fe69303b275cce708a00a6b51ea4680e48bd504fc8cf6491271fe273a4db768628089f0fa9edf83c383bc6c7afdee5a7853e2ff884133c8854754f0acd6
+DIST libkgeomap-19.08.0.tar.xz 150704 BLAKE2B 24485cdefe7333f827136bd12c9a7ed8ac3f61f20ad74baf3fc070c3db6d3d0a26dc39112857d9bbf77816c83e70236567d9c2f672edab1b3759f7f53c9606e3 SHA512 b2e9908bd0e6165c8ab884e1645890955fac1f4a49c87fcdcfb30568601d36d98253aafa8e0b140620aa04cdcdb50cb75c01fb7954e7a852f78147fec6f2ffc6
diff --git a/kde-apps/libkgeomap/libkgeomap-19.08.0.ebuild b/kde-apps/libkgeomap/libkgeomap-19.08.0.ebuild
new file mode 100644
index 000000000000..da482cacacee
--- /dev/null
+++ b/kde-apps/libkgeomap/libkgeomap-19.08.0.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
+}