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/kollision
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/kollision')
-rw-r--r--kde-apps/kollision/Manifest1
-rw-r--r--kde-apps/kollision/kollision-17.08.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/kollision/Manifest b/kde-apps/kollision/Manifest
index 8355e987b749..7c40f300915b 100644
--- a/kde-apps/kollision/Manifest
+++ b/kde-apps/kollision/Manifest
@@ -1 +1,2 @@
DIST kollision-17.04.3.tar.xz 271756 SHA256 95b4564f2ea464ad4760256822419568f066b412308ec8f67f344b96bdf29c72 SHA512 057f3313915111ac335bf3a05456be363357285c831ff44e6cfcd6a1330af40521749f4561254a7c0e318bb515ab5f78b8099ee7fc84e6091869478aa2148c59 WHIRLPOOL e3397322149df39b89fee1cec857f2c911a2da02284ea0a7afda3ac55c8b0e10ada301f895bccb15927edccf48eb95bc7970e86681f1862a8a8cdb7f67b2beb3
+DIST kollision-17.08.0.tar.xz 271856 SHA256 512ee2117e56f28c1328e71b11be9a135db7b71e65ba7f4198e4897488ec14bb SHA512 3908dbddbf3f4b23ca73c53d9774ec31eed03eeb404216114c2b4432d78e52f76b087f9582f98045aa7b2484a45b555d6f510a35a58803f2b6a042b7194b139a WHIRLPOOL 21f7cebdfabe1ec4c07b3e50fbfcc0983cebc8c162e31f63be9a0f3d1331b94b5a0260edbb7f204f2bea95316615b704dc44bb1181015eabda512925d0f14a4b
diff --git a/kde-apps/kollision/kollision-17.08.0.ebuild b/kde-apps/kollision/kollision-17.08.0.ebuild
new file mode 100644
index 000000000000..1a2f4242c9db
--- /dev/null
+++ b/kde-apps/kollision/kollision-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="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}"