summaryrefslogtreecommitdiff
path: root/kde-apps/libkgeomap
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-04 10:41:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-04 10:41:54 +0200
commit594053bff4165466a3fe836ae7ae7648b6375652 (patch)
tree145c869a2927c1da0eff087c7f01135a92cb963d /kde-apps/libkgeomap
parent2e27fe2ca29bea786ed5375c0d3dacafc3299ac0 (diff)
downloadkde-594053bff4165466a3fe836ae7ae7648b6375652.tar.gz
kde-594053bff4165466a3fe836ae7ae7648b6375652.tar.bz2
kde-594053bff4165466a3fe836ae7ae7648b6375652.zip
kde-apps: Add KDE Applications 18.08.1
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'kde-apps/libkgeomap')
-rw-r--r--kde-apps/libkgeomap/Manifest1
-rw-r--r--kde-apps/libkgeomap/libkgeomap-18.08.1.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-apps/libkgeomap/Manifest b/kde-apps/libkgeomap/Manifest
index 57818168811..81f28e87465 100644
--- a/kde-apps/libkgeomap/Manifest
+++ b/kde-apps/libkgeomap/Manifest
@@ -1 +1,2 @@
DIST libkgeomap-18.08.0.tar.xz 150944 BLAKE2B 1d17937bac1f35ce12accad488505fa47cd2b9c93f874656f47b0740e84425772c9ea2e74ae4d476128346fd0ace05d25c9a4ed8773b4f4e9af07f5a81a2321c SHA512 2dcf9acf76f90c35d6b9c2275a9bce84bc0bbbb72f36c25ad504ef267d4a2fe650a224c76374c1c67867f9a48681f7680c5c6781ad9ee534ff3c3325e4631c1d
+DIST libkgeomap-18.08.1.tar.xz 151032 BLAKE2B f4fb74a4cce4e90303ebfef34c0e2a79996774c969a610f9d759e1dea91197c2511918bd2a0e14a7665efbd1a772be83f43e5d1dd64ca08cc3d79dadde139919 SHA512 9542b696d03e33f440267a17050d4aacd9e83b855ec8f456171f1ceb4717cfebcdc8e031cd5816ae76629efa55f217db62f38e9efa6f51b4a7dab8b7a4b37f94
diff --git a/kde-apps/libkgeomap/libkgeomap-18.08.1.ebuild b/kde-apps/libkgeomap/libkgeomap-18.08.1.ebuild
new file mode 100644
index 00000000000..5bbaf24dbc0
--- /dev/null
+++ b/kde-apps/libkgeomap/libkgeomap-18.08.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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)
+ $(add_qt_dep qtwebkit)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true
+ )
+
+ kde5_src_configure
+}