summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-03-17 01:02:23 +0100
committerMichael Palimaka <kensington@gentoo.org>2016-03-19 01:40:03 +1100
commit0faa533194f922db80dcf86edcf71679200ae1bf (patch)
tree9e845b2bae6c5b79b2baf00aea17c64a1dc0f361 /kde-apps/klines/klines-15.12.3.ebuild
parentkde-apps: Drop 15.12.1 (diff)
downloadgentoo-0faa533194f922db80dcf86edcf71679200ae1bf.tar.gz
gentoo-0faa533194f922db80dcf86edcf71679200ae1bf.tar.bz2
gentoo-0faa533194f922db80dcf86edcf71679200ae1bf.zip
kde-apps: Add kdegames-meta-15.12.3 from kde overlay
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-apps/klines/klines-15.12.3.ebuild')
-rw-r--r--kde-apps/klines/klines-15.12.3.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/kde-apps/klines/klines-15.12.3.ebuild b/kde-apps/klines/klines-15.12.3.ebuild
new file mode 100644
index 000000000000..74ed82626446
--- /dev/null
+++ b/kde-apps/klines/klines-15.12.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_HANDBOOK="forceoptional"
+KDE_SELINUX_MODULE="games"
+inherit kde5
+
+DESCRIPTION="A little KDE game about balls and how to get rid of them"
+HOMEPAGE="
+ https://www.kde.org/applications/games/klines/
+ https://games.kde.org/game.php?game=klines
+"
+KEYWORDS=" ~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(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}"
+
+DOCS=( AUTHORS )