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/bomber: 21.12.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
36 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 +1,2 @@ | ||
DIST bomber-21.08.3.tar.xz 831096 BLAKE2B c8f9f346b65d6efd8b9c317b718025f1ad93f6b913d75d69b7ead18c2b1277bff57af8ce3b84272dad0dc08e28111cb1e10e94a1dac33f79e567cde0000c92cc SHA512 663912d5260ed941e3c41fd6d25b7dcca96ad7d4b1ac5de6f697aa408274cc683222efb6ea97ea55955eb8dbb60fc997fe55ac5171100bb589f2c6f3572606e6 | ||
DIST bomber-21.12.0.tar.xz 831096 BLAKE2B e1d42ed50b7967b76d5c8d10749e58ac8c093b5594d116c96fd073e0d12bc0c2207bc678b509fac08e95ee1ee8e55d54a3412e4c2815828a4b77964dd360d469 SHA512 4119973795ac1f02d6171861036fca6f20ee2c6a6bdeec783b0ac53f6cd622ecf722c4bcc0d75e53d5796c6e0637993ac9872e71dbb8088f436648e18d41ab51 |
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,35 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.88.0 | ||
QTMIN=5.15.2 | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Single player arcade bombing game" | ||
HOMEPAGE="https://apps.kde.org/bomber/" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~riscv ~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/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND} | ||
!games-action/xbomber | ||
" |