summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:21:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:58:09 +0200
commitc1063afea17a29bb75dbbbf0121fa5c8ad948574 (patch)
treec62ccf9ec787742c39c2afd14ac1198894802629 /kde-apps/kgeography
parentmedia-libs/libqaccessibilityclient: New package (diff)
downloadgentoo-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/kgeography')
-rw-r--r--kde-apps/kgeography/Manifest1
-rw-r--r--kde-apps/kgeography/kgeography-17.08.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/kgeography/Manifest b/kde-apps/kgeography/Manifest
index 4cb0539da20d..40ee832f8c82 100644
--- a/kde-apps/kgeography/Manifest
+++ b/kde-apps/kgeography/Manifest
@@ -1 +1,2 @@
DIST kgeography-17.04.3.tar.xz 10947384 SHA256 49f359ddd03bb9c0bd6b582a1bb4cffe8403dd00ab2f0db7ecade0fbdd102951 SHA512 20c3fb3a7de8071b1cc20766053efc7377dd5bf5b8b924719078ec1c4fd7dcdd16e1d17706624030b83e155d6b6022817c9f20cc2c9a66f990e5ce69baa23e0a WHIRLPOOL 4baa90a9b948de737c41697c2e76f22fc0a6fb176af3c32f84502cf4c346824a994f3416997b81b359b89216d0e70f761c1957b2cde6ed6e3ddfbf3767e563f6
+DIST kgeography-17.08.0.tar.xz 10915940 SHA256 a749205f5a2d0599c0ed447a6660106bff3e12b2e0ae3e09ad51cef86cbbbc0f SHA512 f962d0fc5385b0c96fc212d6bfbafc6ae2d75ede4bdea90ec76f3c7739a4d8583b5d2c4a9b4f45b1ba29c5133c5ae5e069353f664949f10b22fca5e50c32b2cb WHIRLPOOL 72e6157e5ee0cec21ae738fa1bb44a29ea6e040cdc28d6587271872b7f83af23226d0503adcf138dd746f83552fb8513ae9182b26858448a637c8b5f79552fe7
diff --git a/kde-apps/kgeography/kgeography-17.08.0.ebuild b/kde-apps/kgeography/kgeography-17.08.0.ebuild
new file mode 100644
index 000000000000..97161ee6d910
--- /dev/null
+++ b/kde-apps/kgeography/kgeography-17.08.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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 ~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}"