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/kapman: 21.12.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 kapman-21.08.3.tar.xz 2472152 BLAKE2B c98e5e18290f285e6195fd640b4405b04159b4d5baf0046eb68acc9744795471462f85e4c16d261872bd109d906d2d70ffa9dc3b14a51658ab3d280d1437046e SHA512 498e3d27a69ddbb3e87316857ca90724fe1d8d7b4a794a8ddffa1aa6d2bb2c50a3c90aa0df3b96ef5d892c1d4d2ff3e7d50a52f8184d52a39fd4a37ecaa1e0f1 | ||
DIST kapman-21.12.0.tar.xz 2471824 BLAKE2B a8e1ac6eac57d89cb42ff0139e2db4669ead32177428feb6f603f3b0df492f3f3a14864aac0626f5133b6a0af9c83798904487fc2bad8da3d9eff48f0d0bd99b SHA512 86fcbf55665baf9c543a143c8655f7d506972932f6d4d55b8e66b4a0f659b3867565e2788474efcb9446f3db6b93c9eab06a822c21d021aff80a1f7003938dbd | ||
DIST kapman-21.12.1.tar.xz 2471856 BLAKE2B 7073d295c6dfa618889372fb4f2402ab6cd0119b9d99fe724af5a6ec7ea3a1fd8e0549278d8a5dd610eb70dba9e64ffa3f8bb1a6a5604a8e7a4ffcc9adafd63a SHA512 814259b10680a76780fd3c1eb1646bfef42653d00772dbb1c4954a82b25aa8ddc7fa245257088d2b5fd659929a73e69340a8597797c03b5b7d4d641359ed5057 |
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-2022 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="Pac-Man clone by KDE" | ||
HOMEPAGE="https://apps.kde.org/kapman/" | ||
|
||
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 | ||
>=dev-qt/qtxml-${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}" |