[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: gnu: totem: Update to 43.0.
From: |
guix-commits |
Subject: |
03/11: gnu: totem: Update to 43.0. |
Date: |
Sun, 24 Sep 2023 05:56:25 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 5c8721ad07d9b2af06a938dae29651f2be41dac1
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Fri Sep 15 19:03:48 2023 +0200
gnu: totem: Update to 43.0.
* gnu/packages/gnome.scm (totem): Update to 43.0.
[#:phases]<skip-gtk-update-icon-cache>: Adjust accordingly.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/gnome.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d7f4a6491c..3e461729ab 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6593,7 +6593,7 @@ discovery protocols.")
(define-public totem
(package
(name "totem")
- (version "42.0")
+ (version "43.0")
(source
(origin
(method url-fetch)
@@ -6601,7 +6601,7 @@ discovery protocols.")
(version-major version) "/"
"totem-" version ".tar.xz"))
(sha256
- (base32 "1az6ay7zhz2naqrzcfldx1yv2ylw1yjx76g3mqrqppwmvcflkw2a"))))
+ (base32 "07m4jiry78m85sqcx7f9r7dkfvfnd8xzhfad5939cn4bj9akcvdk"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config
@@ -6655,8 +6655,9 @@ discovery protocols.")
(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"))))
+ (substitute* "meson.build"
+ (("gtk_update_icon_cache: true")
+ "gtk_update_icon_cache: false"))))
(add-before 'install 'disable-cache-generation
(lambda _
(setenv "DESTDIR" "/")))
- branch gnome-team updated (e9ff5d51e3 -> afa9da8425), guix-commits, 2023/09/24
- 04/11: gnu: libshumate: Update to 1.0.5., guix-commits, 2023/09/24
- 05/11: gnu: pcre2: Install static libraries., guix-commits, 2023/09/24
- 06/11: gnu: qemu: Use pcre2., guix-commits, 2023/09/24
- 02/11: gnu: gnome-photos: Update to 43.1., guix-commits, 2023/09/24
- 03/11: gnu: totem: Update to 43.0.,
guix-commits <=
- 07/11: gnu: tracker: Update to 3.6.0., guix-commits, 2023/09/24
- 10/11: gnu: editorconfig-core-c: Update to 0.12.6., guix-commits, 2023/09/24
- 08/11: gnu: NetworkManager: Update to 1.44.0., guix-commits, 2023/09/24
- 09/11: gnu: gnome-text-editor: Add missing input., guix-commits, 2023/09/24
- 01/11: gnu: vala: Update to 0.56.13., guix-commits, 2023/09/24
- 11/11: gnu: gnome-text-editor: Update to 44.0., guix-commits, 2023/09/24