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: 20.08.1 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,2 +1,3 @@ | ||
DIST bomber-20.04.3.tar.xz 820252 BLAKE2B f53e7be9a6b775ea0114f15dd208df5457ca639093d7d45a1d694b6b2d982d906b388a1a583818440946db83385cca5992f33ae52485eebb82c3ebc950dd38e5 SHA512 c4ecae31c9f1a4af628dc5a7dbc587f5d05d3bb141942584bb8ca6cb932f32e5df1cd77f8891189fb9fdad510cd027b664c75e520e9c90bf3d054a930dc6935d | ||
DIST bomber-20.08.0.tar.xz 824780 BLAKE2B e97403b221aa784209b3c9ae44b8598fd21cefbf39590a6130186619f1ccaa24b175348e676f3a56ab4615cbc233764add7ba04b729bfc0825767f2070b310e3 SHA512 c9167112e96bc7da46fe6ae8d05cbf781b9845d622af274db91d96c7ab764ef90ccfdd60153490c5403b30ff7590d3479eb4f94252e09c665d9309ed3597592f | ||
DIST bomber-20.08.1.tar.xz 825000 BLAKE2B 53184f68f9b9f12b8426f986beac9dbe34cb2e116276dedf6036ab6ae8ed721ae4e5e37b42e067fea660a6fd81098d1b3cfa8f6a2a6fc823163314de090c0db7 SHA512 ee39d29824e102cb681d537e38691cc175b95ab334c1036f5c00dadc8cb24e064a510d40bf9f220e3d9efb2382b9a18bddf36c924f1cfdd1adba5ee159bc4794 |
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-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="Single player arcade bombing game" | ||
HOMEPAGE="https://kde.org/applications/games/org.kde.bomber" | ||
|
||
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/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 | ||
" |