[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/75: gnu: gnome-chess: Update to 46.0.
From: |
guix-commits |
Subject: |
35/75: gnu: gnome-chess: Update to 46.0. |
Date: |
Fri, 27 Sep 2024 15:42:59 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 0ccde40f383ba0b8be26ab375cb98b48caac80df
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Fri Jul 19 11:18:02 2024 +0200
gnu: gnome-chess: Update to 46.0.
* gnu/packages/games.scm (gnome-chess): Update to 46.0.
[arguments]: Adjust accordingly.
[inputs]: Replace gtk+ with gtk. Add libadwaita.
---
gnu/packages/games.scm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 63e2c2a5bf..7f4d3a4aba 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2028,7 +2028,7 @@ in one tile.")
(define-public gnome-chess
(package
(name "gnome-chess")
- (version "3.37.3")
+ (version "46.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-chess/"
@@ -2036,7 +2036,7 @@ in one tile.")
"gnome-chess-" version ".tar.xz"))
(sha256
(base32
- "09axf0q1mp13sv8cs0syfg8ahcd9r2qb26278r09j6s4njxmkfv4"))))
+ "1rzx8qxrfsicdmkyka434nv7adrh4x4qn6dri5bjqcallzh91g52"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@@ -2045,11 +2045,13 @@ in one tile.")
(add-after 'unpack 'skip-gtk-update-icon-cache
;; Don't create 'icon-theme.cache'.
(lambda _
- (substitute* "meson_post_install.py"
- (("gtk-update-icon-cache") "true"))
- #t)))))
+ (substitute* "meson.build"
+ (("gtk_update_icon_cache: true")
+ "gtk_update_icon_cache: false")
+ (("update_desktop_database: true")
+ "update_desktop_database: false")))))))
(inputs
- (list gtk+ librsvg))
+ (list gtk libadwaita librsvg))
(native-inputs
`(("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin") ; for desktop-file-validate and appstream-util
- 19/75: gnu: gnome-contacts: Update to 46.0., (continued)
- 19/75: gnu: gnome-contacts: Update to 46.0., guix-commits, 2024/09/27
- 22/75: gnu: gnome-disk-utility: Update to 46.0., guix-commits, 2024/09/27
- 17/75: gnu: vte: Update to 0.76.3., guix-commits, 2024/09/27
- 18/75: gnu: gnome-console: Update to 46.0., guix-commits, 2024/09/27
- 23/75: gnu: gnome-font-viewer: Update to 46.0., guix-commits, 2024/09/27
- 27/75: gnu: gnome-text-editor: Update to 46.3., guix-commits, 2024/09/27
- 33/75: gnu: libpanel: Update to 1.7.0., guix-commits, 2024/09/27
- 37/75: gnu: evolution-data-server: Update to 3.52.3., guix-commits, 2024/09/27
- 38/75: gnu: evolution: Update to 3.52.3., guix-commits, 2024/09/27
- 44/75: gnu: at-spi2-core: Update to 2.52.0., guix-commits, 2024/09/27
- 35/75: gnu: gnome-chess: Update to 46.0.,
guix-commits <=
- 45/75: gnu: atkmm: Update to 2.36.3., guix-commits, 2024/09/27
- 43/75: gnu: vala: Update to 0.56.17., guix-commits, 2024/09/27
- 69/75: gnu: mutter: Update to 46.4., guix-commits, 2024/09/27
- 63/75: gnu: gnome-control-center: Update to 46.3., guix-commits, 2024/09/27
- 24/75: gnu: gnome-keyring: Update to 46.1., guix-commits, 2024/09/27
- 34/75: gnu: sysprof: Update to 46.0., guix-commits, 2024/09/27
- 46/75: gnu: gtkmm: Update to 4.14.0., guix-commits, 2024/09/27
- 59/75: gnu: epiphany: Update to 46.3., guix-commits, 2024/09/27
- 15/75: gnu: gnome-connections: Update to 46.0., guix-commits, 2024/09/27
- 26/75: gnu: gtksourceview: Update to 5.12.1., guix-commits, 2024/09/27