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/katomic: 21.12.2 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 katomic-21.08.3.tar.xz 1434348 BLAKE2B 2da96f77bd8cd22637ff91b6a1b3a39fc2df578d5a3ddf8c6984d9e0551aca875a29ffcde1b3b158741d484e2dc13d8e2b2577cbe3680bbbe50c795748e3b10d SHA512 9d7608ec2d0ebda4ade645ac0d35ec408b7b9cc71e7479e7131695f540ebc01a366e95c6e2d9ee9fbc56e497654b8db0533c4de6f91eb040420f2b84023cfd58 | ||
DIST katomic-21.12.1.tar.xz 1435124 BLAKE2B e691df3e08585501f3fe575e47955748e3f9417d7f1dc882ce25d23e8dbc49e92f99a25a94067332f921d22d38061f25d16e61b3157e42685915f583514614e2 SHA512 073afdbe425ce0900214cbc43c68f461387ff641aa5cc866c2c872ac4752c2d464b191a929057221294ebd6eea8fe5854691dd7cd6665479189e54897f0ec3b2 | ||
DIST katomic-21.12.2.tar.xz 1435112 BLAKE2B b056a560dbc14029ade74f5d9709f66be0bdc5d0f8d2e08775c93e4409ba2a2e27d282a5c8b7c0ae280fe9364c195aced8e1eb2753a3940456115e4bfd6c602b SHA512 962a817e9c5302a900e61af6d64edc833a90059f529976217a7990a0b97d0b9fffccc6f952ce1eafda623758109bb1a5a6b50b8875e1406d39e7ba1b22c1b12c |
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-2022 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="KDE Atomic Entertainment Game" | ||
HOMEPAGE="https://apps.kde.org/katomic/ https://games.kde.org/games/katomic/" | ||
|
||
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/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kcrash-${KFMIN}:5 | ||
>=kde-frameworks/kdbusaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/knewstuff-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND}" |