mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
kde-apps/knights: 26.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST knights-26.04.3.tar.xz 2501024 BLAKE2B e9363988fdecf78a3548ce85197e6a00a94bc0e4403d89b0c46c8170254a46ce47e8a4a64891b984847703df0ba86735ca5e340d3ddec6685097118c476eaed1 SHA512 d2c4a97a36e622fad1c5339e304c9e8c78ddb5a249d1ff1df6db6ce584ddee9c85e488ef242aa50cee1acdc88fe4ea6d719798075fa8dc1697fbca13dce05db9
|
||||
DIST knights-26.08.0.tar.xz 2501388 BLAKE2B b5dd86ec9867cacc9f011097ebf2e1d6a6a062f3fd1a15fa105a81109e532a465e0147ad129da345c62c356ceaeef3fbe342ff355364e3b65e6216c85af2b14d SHA512 b59c498c2b2dacac80db1b9a52a467b1bce36344e6464a95d5bd07eb5c36636682d8ab5d791e02ca5b22616c4793a314bd71488c930f99184e79285a7db3c5ed
|
||||
|
||||
58
kde-apps/knights/knights-26.08.0.ebuild
Normal file
58
kde-apps/knights/knights-26.08.0.ebuild
Normal file
@@ -0,0 +1,58 @@
|
||||
# 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.27.0
|
||||
QTMIN=6.11.2
|
||||
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