summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-14 23:14:45 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-14 23:25:03 +0100
commit576fc933c81aa6e526d87290af95e8e898e70ecb (patch)
tree73f9a202bcb454043dbb6b731d9b56ed4c5f49eb /kde-apps/kbreakout
parentdev-haskell/stack-bin: bump up to 1.6.1 (diff)
downloadgentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.tar.gz
gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.tar.bz2
gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.zip
kde-apps: Add KDE Applications 17.12.0
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'kde-apps/kbreakout')
-rw-r--r--kde-apps/kbreakout/Manifest1
-rw-r--r--kde-apps/kbreakout/kbreakout-17.12.0.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kbreakout/Manifest b/kde-apps/kbreakout/Manifest
index e731bf59cd0a..21fc313d9eb5 100644
--- a/kde-apps/kbreakout/Manifest
+++ b/kde-apps/kbreakout/Manifest
@@ -1 +1,2 @@
DIST kbreakout-17.08.3.tar.xz 2053628 BLAKE2B ad9e78fea031578dcacf0fb77550b6a5604b327acb1124b1f02b9479c2ddc4fc352a09ba7c19e9332787605decf66bc071868a2d4925ee56964b69b4dfa9940a SHA512 9c1eaddc77d599e6992a62ad76751469eb52fbc0346aacaa20996ee9914e11dfc139084b1a7829268219873a83b158165c7050d7315e533e77934f6a7ba1dd70
+DIST kbreakout-17.12.0.tar.xz 2020940 BLAKE2B 0b273a03506a6b76ca5ea5864218613e33bef7d6a982a2ff7b4a037eeefe63048113e068a3b9527b644a225bc67b373b2fcdf82f6b4594370a328fb40bd9c385 SHA512 abccb35cbadbaee39961a92a527ae9c8322c947baec68c18c9c5f2d2ae480057cca297618503441e8ec3cb94a79b6003b81876a64e15c7a6b6ad867c965075b6
diff --git a/kde-apps/kbreakout/kbreakout-17.12.0.ebuild b/kde-apps/kbreakout/kbreakout-17.12.0.ebuild
new file mode 100644
index 000000000000..9842d908d163
--- /dev/null
+++ b/kde-apps/kbreakout/kbreakout-17.12.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Breakout-like game by KDE"
+HOMEPAGE="
+ https://www.kde.org/applications/games/kbreakout/
+ https://games.kde.org/game.php?game=kbreakout
+"
+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 qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+"
+RDEPEND="${DEPEND}"