forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/kspaceduel: 23.04.1 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST kspaceduel-22.12.3.tar.xz 659984 BLAKE2B ebd56f90dcd8b9a1da2a337e8539579fe3f5a0b4fbd1a87a8a1cf8349aeb30a89f3167a5b89bf8f4b867257a25a2943c9c428b73c4732b92e320735d0d90e052 SHA512 1a48dcadc3d16a8335dfb59e6a7d55e36dcd329ab955df7a36c749dbae5642f77b5b320cb6c25cd06c47a7808fff4ee8c8bad2f48641ef8d30408c2f56b82b7c | ||
DIST kspaceduel-23.04.0.tar.xz 660164 BLAKE2B 1a0559029e910ebbda31cc9a741a121a20a6f42b384adc769c52ff8170a109e315f42a73d6300999fca5427f087be6926f603be07c7d295b502e135ac96e20ef SHA512 95beda91746d732e56b07881c204becc73fb0f94b93eaba224d5880367ad3d2e2364e187738aba2183c048b29129c9cac741208002aa025434075de24bcfe341 | ||
DIST kspaceduel-23.04.1.tar.xz 660180 BLAKE2B 02125dcbba1c5e8bd96c5a277c5e8823e6b8b30c0800c7e39f48a8654a8e948282896ae7f00502fd1f8691ba1d076dcb6411a8bceebfbe42d9ec7fb3c2358275 SHA512 b2de23909dcf225c8cb9d7fbf76e993d58a78015c2acbd797732dd8f28e5760f3181fa7e99a4be4531ed17ed51c822aaa79988dba0bd001de222239eebb5d206 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Copyright 1999-2023 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.104.0 | ||
QTMIN=5.15.5 | ||
inherit ecm gear.kde.org | ||
|
||
DESCRIPTION="Space Game by KDE" | ||
HOMEPAGE="https://apps.kde.org/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}" |