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: 72202@debbugs.gnu.org
Cc: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com,
	vivien@planete-kraus.eu
Subject: [bug#72202] [PATCH 28/38] gnu: gnome-weather: Update to 46.0.
Date: Wed, 17 Jul 2024 22:41:53 +0200	[thread overview]
Message-ID: <c75926caee4be927389e85d851209ae1d0db5d46.1721428717.git.liliana.prikler@gmail.com> (raw)
In-Reply-To: <cover.1721428715.git.liliana.prikler@gmail.com>

* gnu/packages/gnome.scm (gnome-weather): Update to 46.0.
[#:phases]<disable-gtk-update-icon-cache>: Adjust accordingly.
[inputs]: Add desktop-file-utils.
---
 gnu/packages/gnome.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a6c242e595..d83ad01e14 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10246,7 +10246,7 @@ (define-public libgovirt
 (define-public gnome-weather
   (package
     (name "gnome-weather")
-    (version "44.0")
+    (version "46.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -10254,7 +10254,7 @@ (define-public gnome-weather
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1brvjawwc69a49697mp0dq4glpvvvcsnx4i8ysfnjhahg2n3h3bb"))))
+                "17fllgkvsbsklnazxap4rg2bg2cf5xwgqkgyy8a2wrygbiq2cf0m"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -10269,7 +10269,9 @@ (define-public gnome-weather
                                 "/bin/gnome-weather")))))
           (add-after 'unpack 'disable-gtk-update-icon-cache
             (lambda _
-              (setenv "DESTDIR" "/")))
+              (substitute* "meson.build"
+               (("gtk_update_icon_cache: true")
+                "gtk_update_icon_cache: false"))))
           (add-after 'install 'fix-desktop-file
             ;; FIXME: "gapplication launch org.gnome.Weather" fails for some
             ;; reason.  See https://issues.guix.gnu.org/issue/39324.
@@ -10286,7 +10288,8 @@ (define-public gnome-weather
                 `("GI_TYPELIB_PATH" ":" prefix
                   (,(getenv "GI_TYPELIB_PATH")))))))))
     (native-inputs
-     (list gettext-minimal
+     (list desktop-file-utils
+           gettext-minimal
            `(,glib "bin")
            gobject-introspection
            pkg-config))
-- 
2.45.2





  parent reply	other threads:[~2024-07-19 23:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-19 22:38 [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
2024-07-17 20:13 ` [bug#72202] [PATCH 25/38] gnu: gtksourceview: Update to 5.12.1 Liliana Marie Prikler
2024-07-17 20:14 ` [bug#72202] [PATCH 26/38] gnu: gnome-text-editor: Update to 46.3 Liliana Marie Prikler
2024-07-17 20:21 ` [bug#72202] [PATCH 27/38] gnu: gnome-user-docs: Update to 46.1 Liliana Marie Prikler
2024-07-17 20:41 ` Liliana Marie Prikler [this message]
2024-07-19  9:04 ` [bug#72202] [PATCH 31/38] gnu: sushi: Update to 46.0 Liliana Marie Prikler
2024-07-19  9:09 ` [bug#72202] [PATCH 33/38] gnu: sysprof: " Liliana Marie Prikler
2024-07-19  9:19 ` [bug#72202] [PATCH 35/38] gnu: gnome-chess: Update package style Liliana Marie Prikler
2024-07-19  9:48 ` [bug#72202] [PATCH 36/38] gnu: evolution-data-server: Update to 3.52.3 Liliana Marie Prikler
2024-07-19  9:48 ` [bug#72202] [PATCH 37/38] gnu: evolution: " Liliana Marie Prikler
2024-07-19  9:53 ` [bug#72202] [PATCH 38/38] gnu: gnome-mahjongg: Update to 3.40.1 Liliana Marie Prikler
2024-07-21 14:13 ` [bug#72202] [PATCH 00/38] Start work on GNOME 46 Liliana Marie Prikler
2024-08-09  1:55 ` Aleksej via Guix-patches via
2024-08-09 21:39   ` 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=c75926caee4be927389e85d851209ae1d0db5d46.1721428717.git.liliana.prikler@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=72202@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    --cc=vivien@planete-kraus.eu \
    /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.