all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 60744@debbugs.gnu.org
Subject: [bug#60744] [PATCH 4/5] gnu: devhelp: Update to 43.0.
Date: Wed, 11 Jan 2023 21:58:19 +0100	[thread overview]
Message-ID: <7ea575b272d5994cf6429a01729508861450f7e2.camel@gmail.com> (raw)
In-Reply-To: <80918597ee30a0ccdfcaa0bba44a5fbc23ac2fca.camel@gmail.com>

* gnu/packages/gnome.scm (devhelp): Update to 43.0.
[arguments]: Update ‘skip-gtk-update-icon-cache’ accordingly.
---
 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 12c84bfcc2..a3be53fed6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6243,7 +6243,7 @@ (define-public amtk
 (define-public devhelp
   (package
     (name "devhelp")
-    (version "41.3")
+    (version "43.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -6251,7 +6251,7 @@ (define-public devhelp
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1rxn6kciyfdhnjrcjyf02cn3rki2xgwb4wrg5plbzjvpqasq66ml"))))
+                "016xhpz16b9b13y7wnvkllymb4s2fb6ixvw190204bir0pyyxkk3"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
@@ -6260,8 +6260,9 @@ (define-public devhelp
          (add-after 'unpack 'skip-gtk-update-icon-cache
            ;; Don't create 'icon-theme.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")))))))
     (propagated-inputs
      (list gsettings-desktop-schemas))
     (native-inputs
-- 
2.38.1





  parent reply	other threads:[~2023-01-11 21:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-11 21:05 [bug#60744] [PATCH 0/5] Update gedit & friends Liliana Marie Prikler
2023-01-11 20:22 ` [bug#60744] [PATCH 1/5] gnu: tepl: Update to 6.4.0 Liliana Marie Prikler
2023-01-11 20:22 ` [bug#60744] [PATCH 2/5] gnu: amtk: Update to 5.6.1 Liliana Marie Prikler
2023-01-11 20:22 ` [bug#60744] [PATCH 3/5] gnu: gedit: Update to 44.1 Liliana Marie Prikler
2023-01-11 20:58 ` Liliana Marie Prikler [this message]
2023-01-11 20:58 ` [bug#60744] [PATCH 5/5] gnu: gnome-latex: Update to 3.44.0 Liliana Marie Prikler
2023-01-22 12:02 ` bug#60744: [PATCH 0/5] Update gedit & friends Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7ea575b272d5994cf6429a01729508861450f7e2.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=60744@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.