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/kgoldrunner
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/kgoldrunner')
-rw-r--r--kde-apps/kgoldrunner/Manifest1
-rw-r--r--kde-apps/kgoldrunner/kgoldrunner-17.12.0.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-apps/kgoldrunner/Manifest b/kde-apps/kgoldrunner/Manifest
index d854577fcfbf..ea3c4f3f4d28 100644
--- a/kde-apps/kgoldrunner/Manifest
+++ b/kde-apps/kgoldrunner/Manifest
@@ -1 +1,2 @@
DIST kgoldrunner-17.08.3.tar.xz 4399488 BLAKE2B 77611aebc0d293a96452e372cf8161a69fd42fae404be4cac472e59a8db0395e1fa674d17f22452ac85f465765d75c295c3f0691921ff5767222557d3d10688e SHA512 8dbfc935142e6da09a7880d1b7bc66bbd35070dc548a85363fed13bbc8a276b2a4dda1eb08ffa302443f0584401731aeb225a4457540b9afc55d8da020254f3b
+DIST kgoldrunner-17.12.0.tar.xz 4399996 BLAKE2B a236b0c4160b6f96727079cf411ecc4098f36c4317abf662c51557f33b578c0d30e7f3ac75606cc7e3a3b2e441e4257d91790a0b620300e99afef2a5e72a6ae9 SHA512 fd4b2928209007378c202544a593c2c975a372c3fcfc6f26c41a020a6c9af73deae002f29c98df71071ca0c5ff71b09391dbfaa1653bf9e1a52bd1e018e5a41b
diff --git a/kde-apps/kgoldrunner/kgoldrunner-17.12.0.ebuild b/kde-apps/kgoldrunner/kgoldrunner-17.12.0.ebuild
new file mode 100644
index 000000000000..5972f27d5899
--- /dev/null
+++ b/kde-apps/kgoldrunner/kgoldrunner-17.12.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_SELINUX_MODULE="games"
+inherit kde5
+
+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=""
+
+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 kio)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep libkdegames)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ media-libs/libsndfile
+ media-libs/openal
+"
+RDEPEND="${DEPEND}
+ !<kde-apps/kde4-l10n-17.07.80
+"