summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-08-12 11:46:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-08-12 12:17:01 +0200
commit62dc06a33115c409535d7d52165d405b520440a8 (patch)
tree0a59bca12733bc2384d9842409d293e32e9c4352 /kde-apps/kdiamond
parentkde-apps/kdegames-meta: 21.08.0 version bump (diff)
downloadgentoo-62dc06a33115c409535d7d52165d405b520440a8.tar.gz
gentoo-62dc06a33115c409535d7d52165d405b520440a8.tar.bz2
gentoo-62dc06a33115c409535d7d52165d405b520440a8.zip
kde-apps/kdiamond: 21.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdiamond')
-rw-r--r--kde-apps/kdiamond/Manifest1
-rw-r--r--kde-apps/kdiamond/kdiamond-21.08.0.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-apps/kdiamond/Manifest b/kde-apps/kdiamond/Manifest
index fbdb098caa48..377ec1a47ea9 100644
--- a/kde-apps/kdiamond/Manifest
+++ b/kde-apps/kdiamond/Manifest
@@ -1 +1,2 @@
DIST kdiamond-21.04.3.tar.xz 4697872 BLAKE2B c7950cba2906649988fbad4dc34b670a39aba9dcd49f4087c9df41c7f85adec9ae5a44e82541d442a843765d312920f2119e45ae8be1000af1e63691158c227b SHA512 a4d3d308ba6529b3bad47cd9d4c916c0d4960e963d7fd9aaee95fdf2884fbcec7e5cb3c9c003b65e2441a8d5190efd05cdb6bae846efa9a4cf355fdd3de941df
+DIST kdiamond-21.08.0.tar.xz 4699884 BLAKE2B 3bc3728c65d13deaa077aa95414c79df38d301b6aea6d29ee1a94cd8d60abb6b73412546dacdd486ceec8de64f27179ed3a7285c6be22040c7387393da090517 SHA512 2e4d50ec3144f743607a2282b9b21ccefc18ad5724c04823b6b5215d1c2245aa4f3ced45ab205983ef7170a333899d1074cd839d311d12442a032965171758e1
diff --git a/kde-apps/kdiamond/kdiamond-21.08.0.ebuild b/kde-apps/kdiamond/kdiamond-21.08.0.ebuild
new file mode 100644
index 000000000000..a49f84e69b8b
--- /dev/null
+++ b/kde-apps/kdiamond/kdiamond-21.08.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 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.84.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Single player three-in-a-row game"
+HOMEPAGE="https://apps.kde.org/kdiamond/
+https://games.kde.org/games/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}"