unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66010] [PATCH gnome-team] gnu: totem: Update to 43.0.
@ 2023-09-15 17:03 Vivien Kraus via Guix-patches via
  2023-09-24  9:59 ` bug#66010: " Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-09-15 17:03 UTC (permalink / raw)
  To: 66010; +Cc: liliana.prikler, maxim.cournoyer, rg

* 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(-)

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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66010: [PATCH gnome-team] gnu: totem: Update to 43.0.
  2023-09-15 17:03 [bug#66010] [PATCH gnome-team] gnu: totem: Update to 43.0 Vivien Kraus via Guix-patches via
@ 2023-09-24  9:59 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2023-09-24  9:59 UTC (permalink / raw)
  To: Vivien Kraus, 66010-done; +Cc: rg, maxim.cournoyer

Am Freitag, dem 15.09.2023 um 19:03 +0200 schrieb Vivien Kraus:
> * 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-24  9:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15 17:03 [bug#66010] [PATCH gnome-team] gnu: totem: Update to 43.0 Vivien Kraus via Guix-patches via
2023-09-24  9:59 ` bug#66010: " Liliana Marie Prikler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).