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/lskat: 23.04.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 lskat-22.12.3.tar.xz 1249884 BLAKE2B 130029bd4754f5b59c6b0b723a81eae1d47a089d3bc36c3437c9480c7a8d7a04bf41b16d68c1d77a6a7285624acb74c367410f70e97495386beecf272575aa6f SHA512 aecafbb2195abd1606f9f256c85146ab52cb85e8891814a080bef5c87cc32a3ae1922aa26eda28c308e5dad2cbeb08540c4002733cb343c8ff67dca863a0c234 | ||
DIST lskat-23.04.0.tar.xz 1249976 BLAKE2B 617efef74a445eaad1cb4946f1abea0142a4b6fd9d83d6dad29b6a4df22964bc4c258230f3830ce786dde840330bcedef5e3ffa18e8e4edeb7b2089a877ee0b9 SHA512 80ec1d68f1c02870a7fc16cb1350757fd198a273934e26d1ac42e790c0553a965c8d654ac962dc9e6a441638b0eeb984d5969d4841fc0a00e07a2e4b73f1625c | ||
DIST lskat-23.04.1.tar.xz 1249832 BLAKE2B 97af6eeed6d8d9ef4b56e1c9466dccf58cf4bbfad955a15eed058a6a545278ddcbc7ad977105afecfb496df906a768066234eed8b26feaaa04a15e62936583e2 SHA512 129c9138d3d767f3d29c7c1369d628ca0c25605efa7a2ba30033858585045b3c79d290c580d105bcc1032f97a83bb0691711f9ef4c0a0ea16ba3c6273f624d96 |
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-2023 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.104.0 | ||
QTMIN=5.15.5 | ||
inherit ecm gear.kde.org | ||
|
||
DESCRIPTION="Skat game by KDE" | ||
HOMEPAGE="https://apps.kde.org/lskat/" | ||
|
||
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 | ||
>=kde-apps/libkdegames-${PVCUT}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kcrash-${KFMIN}:5 | ||
>=kde-frameworks/kguiaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND}" |