mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 23:48:17 -07:00
kde-apps/kshisen: 25.04.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kshisen-24.12.3.tar.xz 972548 BLAKE2B 8ed8ee598f07db6b72b854f3a0e9a078f2da09baa6778cd28b4d44c8e9238ba94f6a75fedd65ab1fe59b8be3160ef3c7ebaec39eb0c049f133cf75e34acf27f8 SHA512 0e2464277a39d6721a297f8485ac607ffe84a8fab8a2c0381d80d2ea2101d16d4f382436fed2ab72df0a61763003822759e295db6fabb14bef12ca357f9d495f
|
||||
DIST kshisen-25.04.0.tar.xz 975884 BLAKE2B bcd9a8150df5f1fbe3bf7755dff79fbc38c04af986fb4f15fd3917402e9c95031e9657b4073b47aa6e1cbcfbf6560613aa9fcd71d122b30606d8b526f39c2f09 SHA512 28eae7be9e7b73ec4e424d474951418047dab64109d203f7672f70ab8fe108aa6721fed9fbeb055a82f933b03429ae56a7ac25cd7de3bf49a433653f87b4e3ca
|
||||
|
||||
34
kde-apps/kshisen/kshisen-25.04.0.ebuild
Normal file
34
kde-apps/kshisen/kshisen-25.04.0.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# 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.9.0
|
||||
QTMIN=6.7.2
|
||||
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/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user