summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-04 11:08:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-04 22:27:22 +0100
commit199629971c3c4f6a75272c67b6ab66f2bb8b825f (patch)
tree89929b60b03424e6520d53e7616f80751ea0b7a3 /kde-apps/kfourinline/kfourinline-20.12.3.ebuild
parentkde-apps/kdiamond: 20.12.3 version bump (diff)
downloadgentoo-199629971c3c4f6a75272c67b6ab66f2bb8b825f.tar.gz
gentoo-199629971c3c4f6a75272c67b6ab66f2bb8b825f.tar.bz2
gentoo-199629971c3c4f6a75272c67b6ab66f2bb8b825f.zip
kde-apps/kfourinline: 20.12.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kfourinline/kfourinline-20.12.3.ebuild')
-rw-r--r--kde-apps/kfourinline/kfourinline-20.12.3.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/kde-apps/kfourinline/kfourinline-20.12.3.ebuild b/kde-apps/kfourinline/kfourinline-20.12.3.ebuild
new file mode 100644
index 000000000000..4db9df714747
--- /dev/null
+++ b/kde-apps/kfourinline/kfourinline-20.12.3.ebuild
@@ -0,0 +1,35 @@
+# 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.75.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE four-in-a-row game"
+HOMEPAGE="https://apps.kde.org/en/kfourinline
+https://games.kde.org/games/kfourinline"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtsvg-${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/kdnssd-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"