diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 20:21:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 20:58:09 +0200 |
commit | c1063afea17a29bb75dbbbf0121fa5c8ad948574 (patch) | |
tree | c62ccf9ec787742c39c2afd14ac1198894802629 /kde-apps/libkgeomap | |
parent | media-libs/libqaccessibilityclient: New package (diff) | |
download | gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.gz gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.bz2 gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.zip |
kde-apps: Add KDE Applications 17.08.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-apps/libkgeomap')
-rw-r--r-- | kde-apps/libkgeomap/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/libkgeomap/libkgeomap-17.08.0.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-apps/libkgeomap/Manifest b/kde-apps/libkgeomap/Manifest index 7d6bac25405d..2ad4e7da7f93 100644 --- a/kde-apps/libkgeomap/Manifest +++ b/kde-apps/libkgeomap/Manifest @@ -1 +1,2 @@ DIST libkgeomap-17.04.3.tar.xz 150024 SHA256 c1d35175e664d32c91b1fd18fb5ec2b0f1c1080caa315fc3eca4b8308c9284fd SHA512 74bbe156fd388161714a3c4737172e740e2feae9f558c78f4348da88aaa87511090ace5cd63acc95ea826e48b533d7640f4a8137ad5e96bcf70decf1b8152bcd WHIRLPOOL ec16137066e1149054b9bd75f3cb98c63a5eb67c6315a4050daa386a6d47c0570ffb53aef017fea18bd821cf348b6a2df2b3e90896522fd58bea0fbe14e4f49c +DIST libkgeomap-17.08.0.tar.xz 150164 SHA256 3d7a8afbc03c46ba0b5c6d88c762a14a1ac3682d4807e598ffa66d9ce69ed20a SHA512 6f7efa0b4e431043e9f8572216a2402853a1dffba40846695a6aa09ddcc51fe8cbb79035f8773897ea7d88eab905e0c538712cca9acb60f996724881fba84573 WHIRLPOOL 5daddf6f95fd41ea19996cda8a76c96c39f28ef28798febf9e4c61a3d9e6788400da804dfb28dfeaa2ba732fc784d7d6f665fe6da03dd56795e71473fd83a686 diff --git a/kde-apps/libkgeomap/libkgeomap-17.08.0.ebuild b/kde-apps/libkgeomap/libkgeomap-17.08.0.ebuild new file mode 100644 index 000000000000..20c5c33027eb --- /dev/null +++ b/kde-apps/libkgeomap/libkgeomap-17.08.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 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 +} |