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/kjumpingcube
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/kjumpingcube')
-rw-r--r--kde-apps/kjumpingcube/Manifest1
-rw-r--r--kde-apps/kjumpingcube/kjumpingcube-17.12.2.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kjumpingcube/Manifest b/kde-apps/kjumpingcube/Manifest
index 903c0c229aa2..46c80c818045 100644
--- a/kde-apps/kjumpingcube/Manifest
+++ b/kde-apps/kjumpingcube/Manifest
@@ -1,2 +1,3 @@
DIST kjumpingcube-17.08.3.tar.xz 293260 BLAKE2B 774b2781022a03b6add90a4d1b842cec9e42c245329708ac7efc33fbef470ed7c3d8e60839883c4798101df5e5c66a8d22739166ce6e387fc812d1b2e0a2e5ea SHA512 b90e20f7762581a898255cff2cc2760408994be109e838a83c336db20bfb4aae2b3a94fa98816752af0376de175c2cb84ace9b3a6dfd240771bc74fb135516c9
DIST kjumpingcube-17.12.1.tar.xz 293356 BLAKE2B 4424d2fcd7d2821323ddfc83ef1b44bd3421950d47827f1c1b6d7402fa724e42bf2312bee3395036c27eeb1e8d46d32c2a89929dbbce1c9d824edf4b783f18e6 SHA512 97dab83d42c2f176cde5a17f019b556b3c62f2380695f5183d07623b32012a975040ed0e1cf9f59646c93ca23238a52d656d498be0d7e8df105f13046a9e7be5
+DIST kjumpingcube-17.12.2.tar.xz 293276 BLAKE2B 89dfb747556aaf049f6b1f3c5b89d649d4881bac93169c42bb07d625c9e7da6344ca16ac5738c204c28013c09fb3d59a969e8375a37192bb1d4f0bce00b2f7b4 SHA512 a85b094dc916d01b96a60037173c2e9e298814d575c66408d42de69b20674e65040bb6b4284edb2229b05849776d30e11e197d3d587fb76d7de77c09a3fa3f28
diff --git a/kde-apps/kjumpingcube/kjumpingcube-17.12.2.ebuild b/kde-apps/kjumpingcube/kjumpingcube-17.12.2.ebuild
new file mode 100644
index 000000000000..24ea87a948d0
--- /dev/null
+++ b/kde-apps/kjumpingcube/kjumpingcube-17.12.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="true"
+KDE_SELINUX_MODULE="games"
+inherit kde5
+
+DESCRIPTION="Tactical one or two player game"
+HOMEPAGE="
+ https://www.kde.org/applications/games/kjumpingcube/
+ https://games.kde.org/game.php?game=kjumpingcube
+"
+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)
+"
+RDEPEND="${DEPEND}"