summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-11 17:17:01 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-11 18:14:22 +0100
commit85faab2e366afa6293f3c9781866f04631fc6213 (patch)
tree38279f6f2d8718267d122dfac04798f46f87232c /kde-apps/kollision
parentprofiles/package.mask: remove obsolete media-radio/wspr entry (diff)
downloadgentoo-85faab2e366afa6293f3c9781866f04631fc6213.tar.gz
gentoo-85faab2e366afa6293f3c9781866f04631fc6213.tar.bz2
gentoo-85faab2e366afa6293f3c9781866f04631fc6213.zip
kde-apps: Add KDE Applications 17.12.1
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/kollision')
-rw-r--r--kde-apps/kollision/Manifest1
-rw-r--r--kde-apps/kollision/kollision-17.12.1.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/kollision/Manifest b/kde-apps/kollision/Manifest
index 4d187bf155ed..22712a5b91e7 100644
--- a/kde-apps/kollision/Manifest
+++ b/kde-apps/kollision/Manifest
@@ -1,2 +1,3 @@
DIST kollision-17.08.3.tar.xz 272024 BLAKE2B 92394cd030a90b24fbb6a3e9a965a1483b25f775fefc8cb7953d0a21152aaa345de77d7a6e80558bd7e536c92525b6cd29fcb29c6ed09be5ea6528f73df6190e SHA512 23fc8cc8a69d09ceb8682f3825f146cd2786c0306df5e93b19b93ced1c02c39e25dafa552e5f284abd54abbe97ccd0130b744a24b1eb0fbf4946d44ee51daef0
DIST kollision-17.12.0.tar.xz 272068 BLAKE2B 7ca81b2ad8a23953fda063de8c1d4c4ae3ad16c97608c0406251df627b64c0f32eef605f3ad4a3311ad2869ca0d2195882000ac5d581ddb5695a892f2c8f70d0 SHA512 6323f585d66f7c79e24dd463b4bcc0b79e274ac9a6faff0de408553639c31c63b8f7ba23b5c543ed41d9efc0e04298775ba9ffc8ebb2d990e0482e1b4d0e15eb
+DIST kollision-17.12.1.tar.xz 272016 BLAKE2B 266e8975d87ea15193662d178ff0a8e160956fbf7c0462553925b7a4a965549be00393bafd48ea3cd98d233d9d4563fbe40a9245ce0323fdb88cfd10ae6559c3 SHA512 e8b9a1a2500cdecd8bd8fa1f974f5c7a3a361e37328d343c8df66a7a52ebf8b417dce6a73f99367b218c9315ec3ecb63d85775fdb0adb5620af02fdb663fce6b
diff --git a/kde-apps/kollision/kollision-17.12.1.ebuild b/kde-apps/kollision/kollision-17.12.1.ebuild
new file mode 100644
index 000000000000..159531afe066
--- /dev/null
+++ b/kde-apps/kollision/kollision-17.12.1.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="Simple ball dodging game"
+HOMEPAGE="
+ https://www.kde.org/applications/games/kollision/
+ https://games.kde.org/game.php?game=kollision
+"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(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 qtwidgets)
+"
+RDEPEND="${DEPEND}"