mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
kde-apps/knights: drop 26.04.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST knights-26.04.1.tar.xz 2499876 BLAKE2B f83567ac9926f7c61de72296c6e258b3ee6b6e44753790e1e172332c25770802745077ec1e3c9d5119cd0a6792ccf3a4cd354b3119a7e7d4707c697859d08fe8 SHA512 b05180f747cf362a78567ba0e1a9dc3780e210c241ef91201ac3204e81e5b82897a2cba8e5dc6021fb5221b1b54ff52b834a13fe841c062264aef2242cab226c
|
||||
DIST knights-26.04.3.tar.xz 2501024 BLAKE2B e9363988fdecf78a3548ce85197e6a00a94bc0e4403d89b0c46c8170254a46ce47e8a4a64891b984847703df0ba86735ca5e340d3ddec6685097118c476eaed1 SHA512 d2c4a97a36e622fad1c5339e304c9e8c78ddb5a249d1ff1df6db6ce584ddee9c85e488ef242aa50cee1acdc88fe4ea6d719798075fa8dc1697fbca13dce05db9
|
||||
|
||||
@@ -1,58 +0,0 @@
|
||||
# Copyright 1999-2026 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.22.0
|
||||
QTMIN=6.10.1
|
||||
inherit ecm gear.kde.org xdg
|
||||
|
||||
DESCRIPTION="Simple chess board based on KDE Frameworks"
|
||||
HOMEPAGE="https://apps.kde.org/knights/"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="6"
|
||||
KEYWORDS="amd64 arm64 ~riscv ~x86"
|
||||
IUSE="speech"
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui,network,widgets]
|
||||
>=dev-qt/qtsvg-${QTMIN}:6
|
||||
>=kde-apps/libkdegames-${PVCUT}:6
|
||||
>=kde-frameworks/kcompletion-${KFMIN}: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/kio-${KFMIN}:6
|
||||
>=kde-frameworks/kplotting-${KFMIN}:6
|
||||
>=kde-frameworks/ksvg-${KFMIN}:6
|
||||
>=kde-frameworks/ktextwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kwallet-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
kde-plasma/libplasma:6=
|
||||
speech? ( >=dev-qt/qtspeech-${QTMIN}:6 )
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
|| (
|
||||
games-board/gnuchess
|
||||
games-board/crafty
|
||||
games-board/stockfish
|
||||
games-board/sjeng
|
||||
)
|
||||
"
|
||||
# TODO: || ( 7zip gzip )
|
||||
BDEPEND="app-alternatives/gzip"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package speech Qt6TextToSpeech)
|
||||
)
|
||||
ecm_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user