summaryrefslogtreecommitdiff
path: root/games-board
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-09-12 20:06:40 -0500
committerroot <root@alpha.trunkmasters.com>2026-09-12 20:06:40 -0500
commit193236e34a32b643d816ed04394476eab7e04db7 (patch)
tree8b608b17886179a6530935fc0531c7a89a51d1a0 /games-board
parent9f2ba2858a177b1c2335b5b46428ee7cec08c288 (diff)
downloadbaldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.tar.gz
baldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.tar.xz
baldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.zip
Adding metadata
Diffstat (limited to 'games-board')
-rw-r--r--games-board/gnome-chess/Manifest2
-rw-r--r--games-board/gnome-chess/gnome-chess-50.1.ebuild (renamed from games-board/gnome-chess/gnome-chess-48.0.ebuild)18
2 files changed, 6 insertions, 14 deletions
diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index a6b4cd39bbef..a6c6271503df 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1,2 +1,2 @@
-DIST gnome-chess-48.0.tar.xz 826100 BLAKE2B e8e88b5e2b5ba3690a90ca7bc27c1caed4065b9067b12c8e404f021654e8cdeb7beca6f1077f20c068a6097cdc63b1a74355420a329c1e2d1842fcdf46a286d7 SHA512 b3674406bb5cac690fff68b29ddc8063b037711f79c86c86b30e246631daa549ef25ed5c76fd91824a4318137dd339abc4061d2b628a5652dde10b3b6fbeb3a4
DIST gnome-chess-49.2.tar.xz 832232 BLAKE2B 277297afe10645a585a4ff7599392e9ffaa8da56d6d232311ed3e2fb85823a8f087ff6af4533217d23afa6b0eb8dc59d7af5e01ddcb37cb43fc8bd36b6cdfd92 SHA512 73941765d39ebe5ab6553888576e32f349157a3b0c1f80c6f2535a1b82417ff07f4b8abb52b180036a7f4b7a881498cb80f29bf32ab41f04bff2a4a2c18649b6
+DIST gnome-chess-50.1.tar.xz 840840 BLAKE2B a73cee279bd992fa43540a22d1020eba92082bb1e37d1483bc84bae8271984c635e67c2c23e79022b018fa2c19875dd27633928f971b4172f0b4a65596b2f0b4 SHA512 84f9ee0bdc5f5f0e2641ee48a007a0703dd205297325a3ed77f1818cf724d827e8fdad6e10f3c643fa43d20eb87903b21f0ae073afe977e6b3c2506120a4e011
diff --git a/games-board/gnome-chess/gnome-chess-48.0.ebuild b/games-board/gnome-chess/gnome-chess-50.1.ebuild
index df414c2f4bb5..c3cdba62ff6b 100644
--- a/games-board/gnome-chess/gnome-chess-48.0.ebuild
+++ b/games-board/gnome-chess/gnome-chess-50.1.ebuild
@@ -1,21 +1,21 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit gnome.org gnome2-utils meson readme.gentoo-r1 vala xdg
+inherit gnome.org gnome2-utils meson optfeature vala xdg
DESCRIPTION="Play the classic two-player boardgame of chess"
HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-chess"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 arm64 ~loong ~riscv x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
RDEPEND="
>=dev-libs/glib-2.44:2
>=gui-libs/gtk-4.14:4
- >=gui-libs/libadwaita-1.5:1
+ >=gui-libs/libadwaita-1.8_rc:1
>=gnome-base/librsvg-2.46.0:2
x11-libs/pango
"
@@ -31,24 +31,16 @@ BDEPEND="
virtual/pkgconfig
"
-DOC_CONTENTS="To be able to play against a computer you will need
-to install a chess engine package, for example games-board/gnuchess"
-
src_prepare() {
default
vala_setup
xdg_environment_reset
}
-src_install() {
- meson_src_install
- readme.gentoo_create_doc
-}
-
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
- readme.gentoo_print_elog
+ optfeature "playing against the computer" games-board/gnuchess
}
pkg_postrm() {