diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-03-17 01:02:23 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-03-19 01:40:03 +1100 |
commit | 0faa533194f922db80dcf86edcf71679200ae1bf (patch) | |
tree | 9e845b2bae6c5b79b2baf00aea17c64a1dc0f361 /kde-apps/kgoldrunner/kgoldrunner-15.12.3.ebuild | |
parent | kde-apps: Drop 15.12.1 (diff) | |
download | gentoo-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/kgoldrunner/kgoldrunner-15.12.3.ebuild')
-rw-r--r-- | kde-apps/kgoldrunner/kgoldrunner-15.12.3.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-apps/kgoldrunner/kgoldrunner-15.12.3.ebuild b/kde-apps/kgoldrunner/kgoldrunner-15.12.3.ebuild new file mode 100644 index 000000000000..40e0665fe6be --- /dev/null +++ b/kde-apps/kgoldrunner/kgoldrunner-15.12.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="Game of action and puzzle solving by KDE" +HOMEPAGE=" + https://www.kde.org/applications/games/kgoldrunner/ + https://games.kde.org/game.php?game=kgoldrunner +" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND=" + $(add_kdeapps_dep libkdegames) + media-libs/libsndfile + media-libs/openal +" +RDEPEND="${DEPEND}" |