[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/58: gnu: gnome-chess: Update to 46.0.
From: |
guix-commits |
Subject: |
35/58: gnu: gnome-chess: Update to 46.0. |
Date: |
Sat, 7 Sep 2024 05:11:06 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 731796a8569972079a41574da4a9da5f967f692f
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 30057a4f4a..065569eff7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2013,7 +2013,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/"
@@ -2021,7 +2021,7 @@ in one tile.")
"gnome-chess-" version ".tar.xz"))
(sha256
(base32
- "09axf0q1mp13sv8cs0syfg8ahcd9r2qb26278r09j6s4njxmkfv4"))))
+ "1rzx8qxrfsicdmkyka434nv7adrh4x4qn6dri5bjqcallzh91g52"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@@ -2030,11 +2030,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
- 54/58: gnu: gst-plugins-bad: Update to 1.24.6., (continued)
- 54/58: gnu: gst-plugins-bad: Update to 1.24.6., guix-commits, 2024/09/07
- 43/58: gnu: vala: Update to 0.56.17., guix-commits, 2024/09/07
- 53/58: gnu: gst-plugins-good: Update to 1.24.6., guix-commits, 2024/09/07
- 57/58: gnu: gst-editing-services: Update to 1.24.6., guix-commits, 2024/09/07
- 40/58: gnu: gsettings-desktop-schemas: Update to 46.0., guix-commits, 2024/09/07
- 49/58: gnu: gtk-doc: Update to 1.34.0., guix-commits, 2024/09/07
- 09/58: gnu: gnome-boxes: Update to 46.1., guix-commits, 2024/09/07
- 11/58: gnu: gnome-calendar: Update to 46.1., guix-commits, 2024/09/07
- 17/58: gnu: vte: Update to 0.76.3., guix-commits, 2024/09/07
- 18/58: gnu: gnome-console: Update to 46.0., guix-commits, 2024/09/07
- 35/58: gnu: gnome-chess: Update to 46.0.,
guix-commits <=
- 28/58: gnu: gnome-user-docs: Update to 46.1., guix-commits, 2024/09/07
- 34/58: gnu: sysprof: Update to 46.0., guix-commits, 2024/09/07
- 36/58: gnu: gnome-chess: Update package style., guix-commits, 2024/09/07
- 38/58: gnu: evolution: Update to 3.52.3., guix-commits, 2024/09/07
- 39/58: gnu: gnome-mahjongg: Update to 3.40.1., guix-commits, 2024/09/07
- 52/58: gnu: gst-plugins-base: Update to 1.24.6., guix-commits, 2024/09/07
- 58/58: gnu: python-gst: Update to 1.24.6., guix-commits, 2024/09/07
- 42/58: gnu: librsvg: Disable rtl_tspan_svg test., guix-commits, 2024/09/07
- 37/58: gnu: evolution-data-server: Update to 3.52.3., guix-commits, 2024/09/07
- 46/58: gnu: gtkmm: Update to 4.14.0., guix-commits, 2024/09/07