diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-14 17:13:32 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-15 07:36:14 +0200 |
commit | e19edabff80707de8772078358c8a9ca1169ca91 (patch) | |
tree | b15a6cde4e36de6ddebe6a9e3d015312dc40dc8d /kde-apps/kgeography | |
parent | kde5-functions.eclass: Update minimum deps (diff) | |
download | gentoo-e19edabff80707de8772078358c8a9ca1169ca91.tar.gz gentoo-e19edabff80707de8772078358c8a9ca1169ca91.tar.bz2 gentoo-e19edabff80707de8772078358c8a9ca1169ca91.zip |
kde-apps: Add KDE Applications 19.04.3
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kgeography')
-rw-r--r-- | kde-apps/kgeography/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kgeography/kgeography-19.04.3.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/kgeography/Manifest b/kde-apps/kgeography/Manifest index 38a9f156c136..659d900cfb61 100644 --- a/kde-apps/kgeography/Manifest +++ b/kde-apps/kgeography/Manifest @@ -1,2 +1,3 @@ DIST kgeography-18.12.3.tar.xz 10827984 BLAKE2B 0d4a3bb9fe4be6507701eea36c37588b06368cccc63b6b23c1bb04cab420de980ed6464e27305326b87d48ebe72ca04cc6e2365c7562ec28a501b2c0e49aad63 SHA512 34d727d2b28984c0a39be5b9e5320c91279f5020d830703a91073265103f9273375b75b4bdc6c1c5b068f0712b049c35ef0a24f945840f8bc770f27fc5419d44 DIST kgeography-19.04.2.tar.xz 10832652 BLAKE2B 3e892dc0c51c0b83fc91c5b94bdace1081210cb3d4a3eb1c8193069f4de2d51230beacd248a8d629b432fa7bd1d5b468fcf917fbcdd422d30af4120e27518ff5 SHA512 715565528f685960b36221988231102a11c39b2089390a0c7a801e12ff9857900815525947415b198159832af9dddcef224035dd67d01059ef26cf7fa8dbc2f0 +DIST kgeography-19.04.3.tar.xz 10820872 BLAKE2B 2d09154e3e549870803a27ae475dd053e3fde7ea7377cd44b70912997045df171fa72fdba1c6a995d5f9861829b931fd1199a109a288e5acd40c64d62f74ca35 SHA512 623b315371f3d627da25dad22452e058077fd0eb29ebdad14ff76e5db60c6b9c14058ce3560607760f217b32d1cb27dc50e2771bcf41f75faecde4a9ac0b35f0 diff --git a/kde-apps/kgeography/kgeography-19.04.3.ebuild b/kde-apps/kgeography/kgeography-19.04.3.ebuild new file mode 100644 index 000000000000..fc9595b0f5c5 --- /dev/null +++ b/kde-apps/kgeography/kgeography-19.04.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Geography learning tool" +HOMEPAGE="https://edu.kde.org/applications/miscellaneous/kgeography +https://edu.kde.org/applications/all/kgeography" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" |