summaryrefslogtreecommitdiff
path: root/kde-apps/libkgeomap
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-19 18:46:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-19 18:46:01 +0200
commitdb8b543f72190c3f006936fb60021954b74f9fc3 (patch)
treebc7be8347b4015d74f098873f77deae0e21047b3 /kde-apps/libkgeomap
parent41058428da1014d34439ac2b537c6eda51bb15f0 (diff)
downloadkde-db8b543f72190c3f006936fb60021954b74f9fc3.tar.gz
kde-db8b543f72190c3f006936fb60021954b74f9fc3.tar.bz2
kde-db8b543f72190c3f006936fb60021954b74f9fc3.zip
kde-apps: Add KDE Applications 19.07.80 (19.08 beta)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'kde-apps/libkgeomap')
-rw-r--r--kde-apps/libkgeomap/Manifest1
-rw-r--r--kde-apps/libkgeomap/libkgeomap-19.07.80.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/libkgeomap/Manifest b/kde-apps/libkgeomap/Manifest
new file mode 100644
index 00000000000..a2fca995042
--- /dev/null
+++ b/kde-apps/libkgeomap/Manifest
@@ -0,0 +1 @@
+DIST libkgeomap-19.07.80.tar.xz 150848 BLAKE2B db6269a4e9495c37f0765013b501395b0b1e00de4f55f37049aeb9ae78a94a07a59de0f0d0d9306bf86ab16d3c9f56df28bb984b80322ee19a9af710c00bbec6 SHA512 4701289b1d25c46a90d069f20f3ebeddd8901a0de017b35a831786d7c3b38bc0b6d80b6c6db5fd2b99fea6b036e2cae37cdc45d8be1c7ab41f0fc3980ba207b8
diff --git a/kde-apps/libkgeomap/libkgeomap-19.07.80.ebuild b/kde-apps/libkgeomap/libkgeomap-19.07.80.ebuild
new file mode 100644
index 00000000000..cb77c098f1b
--- /dev/null
+++ b/kde-apps/libkgeomap/libkgeomap-19.07.80.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 ~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
+}