summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-09 10:09:17 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-09 20:58:13 +0200
commit0423740cdc2e1016fb2adaf127a18f5b0accce27 (patch)
tree908798ff877ca29453dd90c769b909025686bb13 /kde-apps/kgoldrunner/kgoldrunner-20.08.2.ebuild
parentkde-apps/kfourinline: 20.08.2 version bump (diff)
downloadgentoo-0423740cdc2e1016fb2adaf127a18f5b0accce27.tar.gz
gentoo-0423740cdc2e1016fb2adaf127a18f5b0accce27.tar.bz2
gentoo-0423740cdc2e1016fb2adaf127a18f5b0accce27.zip
kde-apps/kgoldrunner: 20.08.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kgoldrunner/kgoldrunner-20.08.2.ebuild')
-rw-r--r--kde-apps/kgoldrunner/kgoldrunner-20.08.2.ebuild40
1 files changed, 40 insertions, 0 deletions
diff --git a/kde-apps/kgoldrunner/kgoldrunner-20.08.2.ebuild b/kde-apps/kgoldrunner/kgoldrunner-20.08.2.ebuild
new file mode 100644
index 000000000000..cc92920d2d16
--- /dev/null
+++ b/kde-apps/kgoldrunner/kgoldrunner-20.08.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+KDE_SELINUX_MODULE="games"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.72.0
+QTMIN=5.14.2
+inherit ecm kde.org
+
+DESCRIPTION="Game of action and puzzle solving by KDE"
+HOMEPAGE="https://kde.org/applications/games/org.kde.kgoldrunner
+https://games.kde.org/game.php?game=kgoldrunner"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-apps/libkdegames-${PVCUT}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ media-libs/libsndfile
+ media-libs/openal
+"
+RDEPEND="${DEPEND}
+ >=dev-qt/qtsvg-${QTMIN}:5
+"