guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: endeavour: Update to 43.0.


From: guix-commits
Subject: 07/08: gnu: endeavour: Update to 43.0.
Date: Sat, 5 Nov 2022 05:34:29 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 80fd591cc4f888fa332a50ae3806ab1390116a2c
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Nov 5 10:08:29 2022 +0100

    gnu: endeavour: Update to 43.0.
    
    * gnu/packages/gnome.scm (endeavour): Update to 43.0.
    [#:phases]: Adjust ‘skip-gtk-update-icon-cache’ accordingly.
---
 gnu/packages/gnome.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 27dafa996a..2231138136 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10404,15 +10404,15 @@ desktop.  It supports multiple calendars, month, week 
and year view.")
 (define-public endeavour
   (package
     (name "endeavour")
-    (version "42.0")
+    (version "43.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://gitlab.gnome.org/World/Endeavour";)
-                    (commit (string-append "v" version))))
+                    (commit version)))
               (sha256
                (base32
-                "0d6by7aq8db35zavzvckcxxxcdi6qnv0mkjndhb0syc8ih15dpak"))))
+                "0gbqmwl1xv5526vlh1mxx9h5mpfnnwikrpr5fk8hxmy9x71r6q6n"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -10421,8 +10421,9 @@ desktop.  It supports multiple calendars, month, week 
and year view.")
       #~(modify-phases %standard-phases
           (add-after 'unpack 'skip-gtk-update-icon-cache
             (lambda _
-              (substitute* "build-aux/meson/meson_post_install.py"
-                (("gtk-update-icon-cache") "true"))))
+              (substitute* "meson.build"
+                (("gtk_update_icon_cache: true")
+                 "gtk_update_icon_cache: false"))))
           (delete 'check)
           (add-after 'install 'check
             (assoc-ref %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]