summaryrefslogtreecommitdiff
path: root/kde-apps/libkgeomap
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-08 02:48:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-08 02:48:58 +0100
commit4aad2610b4d146670da328599b0e2d8dcb83cb0a (patch)
tree31894fa46ecd14d2f6f9047309b181515541c309 /kde-apps/libkgeomap
parente78c6ecf5cd6d4afe4e52dd77f973c33ac6389b7 (diff)
downloadkde-4aad2610b4d146670da328599b0e2d8dcb83cb0a.tar.gz
kde-4aad2610b4d146670da328599b0e2d8dcb83cb0a.tar.bz2
kde-4aad2610b4d146670da328599b0e2d8dcb83cb0a.zip
kde-apps: Add KDE Applications 18.12.1
Package-Manager: Portage-2.3.54, Repoman-2.3.12 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-18.12.1.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-apps/libkgeomap/Manifest b/kde-apps/libkgeomap/Manifest
new file mode 100644
index 00000000000..4a160e2c744
--- /dev/null
+++ b/kde-apps/libkgeomap/Manifest
@@ -0,0 +1 @@
+DIST libkgeomap-18.12.1.tar.xz 151076 BLAKE2B 5ee1d29254a6ac1b101e639eedeeca5a9b944f4c617eee440789c8086423f49cb1d7d0b9361d1ad1d488a82a97e581c14f228a0f4ccc640f2f6da52a45091b36 SHA512 d63b99e12d6b38fae5d6b73a512242304acd65f0486801a1d881009d2328f8764eb33004d4c90aae435be34650b07cbdb114e1c3d28cbfd6d50351a4c8f3676b
diff --git a/kde-apps/libkgeomap/libkgeomap-18.12.1.ebuild b/kde-apps/libkgeomap/libkgeomap-18.12.1.ebuild
new file mode 100644
index 00000000000..3970ea2d41a
--- /dev/null
+++ b/kde-apps/libkgeomap/libkgeomap-18.12.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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
+}