summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-10 14:28:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-11 23:00:24 +0100
commit8e9254c5dac34b290d80baa283964bf5802d6630 (patch)
treee74c0d8d4491416d64de7802e3937452a509b1f1 /kde-apps/kapman
parentkde-frameworks: Add KDE Frameworks 5.43.0 (diff)
downloadgentoo-8e9254c5dac34b290d80baa283964bf5802d6630.tar.gz
gentoo-8e9254c5dac34b290d80baa283964bf5802d6630.tar.bz2
gentoo-8e9254c5dac34b290d80baa283964bf5802d6630.zip
kde-apps: Add KDE Applications 17.12.2
Bug: https://bugs.gentoo.org/642854 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-apps/kapman')
-rw-r--r--kde-apps/kapman/Manifest1
-rw-r--r--kde-apps/kapman/kapman-17.12.2.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/kapman/Manifest b/kde-apps/kapman/Manifest
index 4a91fc2a4042..220be752f7d5 100644
--- a/kde-apps/kapman/Manifest
+++ b/kde-apps/kapman/Manifest
@@ -1,2 +1,3 @@
DIST kapman-17.08.3.tar.xz 2525132 BLAKE2B 08279014b3985ded7c824eb2f6d0ca9e33318ad3f9c35f3169a95c0d9dd4e5bbc8d3a425d1d6c8df0caa60b0d1d282b4162ef875641e574b48738247a8f4bf04 SHA512 6b173e116832123b900c71b6611ef1e268143799217d64d5d6204d4ba88845662509fa482ca69fbb6f135c5f708071683f0302b187499939c6e08964c1a706b5
DIST kapman-17.12.1.tar.xz 2525160 BLAKE2B e44e7fa58ee40fcbd5193c49d7f211258f70af246458d284dff3f508ca08a409d8f925efc1d6427571ac30c01d7346244375cb16c096f98c590255598b2f118f SHA512 99b70637ce6d71efa5dc6fc345080ea5a4451fff61006f52bb25f0fe90a30f4f00cd895bd8d8a88411f9a71c4216a56795938f2aaf3c43cb136559aef3c7d8d4
+DIST kapman-17.12.2.tar.xz 2525224 BLAKE2B a580bfc2dfd3a3deeeeea77194a169e934097e00f70797a4c0d34e201c2d1b54f56059875ca975e6fc57c551f8671123d96bcde0192ab951aeba3ef13800495e SHA512 718f4ed82d71be259cc07f0b0001004e28880db6b0cc1a3931f641653a318d289b6b70687ff8a9815baa20181553d8713eb2f800dc462f116fa8ec831dcb964b
diff --git a/kde-apps/kapman/kapman-17.12.2.ebuild b/kde-apps/kapman/kapman-17.12.2.ebuild
new file mode 100644
index 000000000000..1bb9a2b6f7e2
--- /dev/null
+++ b/kde-apps/kapman/kapman-17.12.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Pac-Man clone by KDE"
+HOMEPAGE="https://www.kde.org/applications/games/kapman/"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep libkdegames)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+"
+RDEPEND="${DEPEND}"