[PATCH gnome-team] gnu: totem: Update to 43.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
8896b4fcf013b67eb32ed654c741f5ad7a915d1b.1694802497.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (totem): Update to 43.0.
[#:phase 'skip-gtk-update-icon-cache]: Adjust to build system changes.
---
gnu/packages/gnome.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

Toggle diff (38 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f5ed13565d..ad1e09415b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6592,7 +6592,7 @@ (define-public grilo-plugins
(define-public totem
(package
(name "totem")
- (version "42.0")
+ (version "43.0")
(source
(origin
(method url-fetch)
@@ -6600,7 +6600,7 @@ (define-public totem
(version-major version) "/"
"totem-" version ".tar.xz"))
(sha256
- (base32 "1az6ay7zhz2naqrzcfldx1yv2ylw1yjx76g3mqrqppwmvcflkw2a"))))
+ (base32 "07m4jiry78m85sqcx7f9r7dkfvfnd8xzhfad5939cn4bj9akcvdk"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config
@@ -6654,8 +6654,9 @@ (define-public totem
(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" "/")))

base-commit: 43cdc8a07517e936812782c313fe145bcf5c7ed3
--
2.41.0
Liliana Marie Prikler wrote 1 years ago
ae44b02d9f6b5114f63a0d2865aa4f86d72ab21a.camel@gmail.com
Am Freitag, dem 15.09.2023 um 19:03 +0200 schrieb Vivien Kraus:
Toggle quote (3 lines)
> * gnu/packages/gnome.scm (totem): Update to 43.0.
> [#:phase 'skip-gtk-update-icon-cache]: Adjust to build system
> changes.
Pushed with a reworded ChangeLog.

Thanks
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 66010@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66010
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help