mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
kde-apps/kshisen: 25.08.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kshisen-25.08.2.tar.xz 976452 BLAKE2B 711d7f974715ff82bacc74fa8ab6211f6cb00fc1160a0094cca85b786e6fcd54edcd60ff1a567bdd63a554843e5c78574c61dc27f71a7ba99fe8ed26779ab16b SHA512 185a5f7130efc3b3988f3975e9bd2644f5677fe6c79f873fc021e152e07bfc7b66951938314d38a6e7bfca585232dd9f33e7d49bb9fa6bf2132dae04546f374d
|
||||
DIST kshisen-25.08.3.tar.xz 976540 BLAKE2B d5184e3e19c00971454c44158db7c3538536de3bf68a55cd37b8b4767c29f237330366fa029a057a80b5599d0af31922999998a643d3d6a73a4ac9e4c7b08a00 SHA512 344dc21385c9cdbee9a7795fa7337aab3fbaf634a617bcdf8c14ea87b82ea767f65970b94ff752f3b7a7e8c8f9d3a798f6948509bf410fde543dcb0f44b449a2
|
||||
|
||||
35
kde-apps/kshisen/kshisen-25.08.3.ebuild
Normal file
35
kde-apps/kshisen/kshisen-25.08.3.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2025 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=6.16.0
|
||||
QTMIN=6.9.1
|
||||
inherit ecm gear.kde.org xdg
|
||||
|
||||
DESCRIPTION="Solitaire-like game played using the standard set of Mahjong tiles"
|
||||
HOMEPAGE="https://apps.kde.org/kshisen/"
|
||||
|
||||
LICENSE="GPL-2" # TODO: CHECK
|
||||
SLOT="6"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
|
||||
>=kde-apps/libkdegames-${PVCUT}:6
|
||||
>=kde-apps/libkmahjongg-${PVCUT}:6
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kcrash-${KFMIN}:6
|
||||
>=kde-frameworks/kdbusaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kiconthemes-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user