summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-09 10:09:26 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-09 20:58:20 +0200
commit1ba754ff5c906fd6c21766a6e7947ec3e42c3241 (patch)
treea4800c001f8bdfc45f96c08b61197383913ca7ac /kde-apps/kollision
parentkde-apps/kolf: 20.08.2 version bump (diff)
downloadgentoo-1ba754ff5c906fd6c21766a6e7947ec3e42c3241.tar.gz
gentoo-1ba754ff5c906fd6c21766a6e7947ec3e42c3241.tar.bz2
gentoo-1ba754ff5c906fd6c21766a6e7947ec3e42c3241.zip
kde-apps/kollision: 20.08.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kollision')
-rw-r--r--kde-apps/kollision/Manifest1
-rw-r--r--kde-apps/kollision/kollision-20.08.2.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-apps/kollision/Manifest b/kde-apps/kollision/Manifest
index e1acaa6f9c35..8e43b8842b22 100644
--- a/kde-apps/kollision/Manifest
+++ b/kde-apps/kollision/Manifest
@@ -1,2 +1,3 @@
DIST kollision-20.04.3.tar.xz 280940 BLAKE2B 2c09705f43636fa7e8729168ddaa16c844ba5eb4312d37c66b61e6ec97629fc66e07f0bbe9f23c73520902286b4b2f24a94855586f257a556c2affc4c5eb55f4 SHA512 42458c1308d785c06019da797bb1948066a82da5de2607878299e17766b2ab3279efdc2382276b4afca24dc3d922fa17837a93fca12e0879a3306b0fd68ce155
DIST kollision-20.08.1.tar.xz 288300 BLAKE2B 3146d6b2b6df58740f56802fcaa632a930cca6acc01ba7abf1e041298b258168896ca3c42678b292c4ba3dc2474ca50b8662916a746f99d8fc9b72e157166324 SHA512 d9c43ff5c82b4c3bb1d5bf8c908c8a6d51a2e98dead0aecfb99e2cab4cf94ef6358f7f22d13d822af89ccaf3108dc1dc13dfef6ffdc9eb71626ff74d0b58161a
+DIST kollision-20.08.2.tar.xz 288672 BLAKE2B f10d46c5d68fb004da639b5b3ef242aacb7be675264d37470d316c47f9f21474d0ac0703c44cd9302d47ba2d8136e539ba13ef9637d9a1eb631ba06f44cf48ad SHA512 43ff9337bb938e0700c7b576fa5f9ddd30a0a08c6229d67332e76a2b552e4452b6d7b94dea19d3afc3adb767183428340e2ab45899b5012acccfd5645644f01d
diff --git a/kde-apps/kollision/kollision-20.08.2.ebuild b/kde-apps/kollision/kollision-20.08.2.ebuild
new file mode 100644
index 000000000000..726d48e5b3d0
--- /dev/null
+++ b/kde-apps/kollision/kollision-20.08.2.ebuild
@@ -0,0 +1,33 @@
+# 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.72.0
+QTMIN=5.14.2
+inherit ecm kde.org
+
+DESCRIPTION="Simple ball dodging game"
+HOMEPAGE="https://kde.org/applications/games/org.kde.kollision
+https://games.kde.org/game.php?game=kollision"
+
+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/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"