summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-05 13:13:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-05 18:57:37 +0100
commiteabf373de5ba5c338dedbc9d505404c98a77eeb0 (patch)
treebc1794a52374fa4713b5fbc361226d0db1253ece /kde-apps/kdiamond/kdiamond-20.08.3.ebuild
parentkde-apps/kdegames-meta: 20.08.3 version bump (diff)
downloadgentoo-eabf373de5ba5c338dedbc9d505404c98a77eeb0.tar.gz
gentoo-eabf373de5ba5c338dedbc9d505404c98a77eeb0.tar.bz2
gentoo-eabf373de5ba5c338dedbc9d505404c98a77eeb0.zip
kde-apps/kdiamond: 20.08.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdiamond/kdiamond-20.08.3.ebuild')
-rw-r--r--kde-apps/kdiamond/kdiamond-20.08.3.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/kdiamond/kdiamond-20.08.3.ebuild b/kde-apps/kdiamond/kdiamond-20.08.3.ebuild
new file mode 100644
index 000000000000..39b3675bee5f
--- /dev/null
+++ b/kde-apps/kdiamond/kdiamond-20.08.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.74.0
+QTMIN=5.15.1
+inherit ecm kde.org
+
+DESCRIPTION="Single player three-in-a-row game"
+HOMEPAGE="https://apps.kde.org/en/kdiamond
+https://games.kde.org/game.php?game=kdiamond"
+
+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/knotifications-${KFMIN}:5
+ >=kde-frameworks/knotifyconfig-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"