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.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 katomic-21.08.3.tar.xz 1434348 BLAKE2B 2da96f77bd8cd22637ff91b6a1b3a39fc2df578d5a3ddf8c6984d9e0551aca875a29ffcde1b3b158741d484e2dc13d8e2b2577cbe3680bbbe50c795748e3b10d SHA512 9d7608ec2d0ebda4ade645ac0d35ec408b7b9cc71e7479e7131695f540ebc01a366e95c6e2d9ee9fbc56e497654b8db0533c4de6f91eb040420f2b84023cfd58 | ||
DIST katomic-21.12.0.tar.xz 1435080 BLAKE2B dfed309294e6e421fd5152d6637d38fc285ca1c056a9867457aec05d2edd840c4622339f817145545215272d4ba179d321f2af6441a9a8e9c3a7b5e26581c42c SHA512 88973a6db6cc623c0efd1f141c01d30d927571e7b7a713269fb6ff0f4a6ba0353c35b66784692b2d7071160c431f95c5fbd91679b509b3cc5ad231b0ca9f0e69 | ||
DIST katomic-21.12.1.tar.xz 1435124 BLAKE2B e691df3e08585501f3fe575e47955748e3f9417d7f1dc882ce25d23e8dbc49e92f99a25a94067332f921d22d38061f25d16e61b3157e42685915f583514614e2 SHA512 073afdbe425ce0900214cbc43c68f461387ff641aa5cc866c2c872ac4752c2d464b191a929057221294ebd6eea8fe5854691dd7cd6665479189e54897f0ec3b2 |
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}" |