diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-12-09 11:46:46 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-12-09 12:26:07 +0100 |
commit | b21c940c240a6cedabe83f58771a24661ad7c2a1 (patch) | |
tree | 2cf53a0a4f0fe88a3adea93cb0b7bff20330f501 /kde-apps/kspaceduel/kspaceduel-21.12.0.ebuild | |
parent | kde-apps/ksnakeduel: 21.12.0 version bump (diff) | |
download | gentoo-b21c940c240a6cedabe83f58771a24661ad7c2a1.tar.gz gentoo-b21c940c240a6cedabe83f58771a24661ad7c2a1.tar.bz2 gentoo-b21c940c240a6cedabe83f58771a24661ad7c2a1.zip |
kde-apps/kspaceduel: 21.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kspaceduel/kspaceduel-21.12.0.ebuild')
-rw-r--r-- | kde-apps/kspaceduel/kspaceduel-21.12.0.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/kde-apps/kspaceduel/kspaceduel-21.12.0.ebuild b/kde-apps/kspaceduel/kspaceduel-21.12.0.ebuild new file mode 100644 index 000000000000..8f5d9f0f7435 --- /dev/null +++ b/kde-apps/kspaceduel/kspaceduel-21.12.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +PVCUT=$(ver_cut 1-3) +KFMIN=5.88.0 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Space Game by KDE" +HOMEPAGE="https://apps.kde.org/kspaceduel/ +https://games.kde.org/games/kspaceduel/" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~riscv ~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/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 +" +RDEPEND="${DEPEND}" |