[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/73: gnu: gnome-weather: Update to 46.0.
From: |
guix-commits |
Subject: |
29/73: gnu: gnome-weather: Update to 46.0. |
Date: |
Sun, 15 Sep 2024 04:50:13 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit dde66657c8a3a0337426c18b7506e85e9fae9b25
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Wed Jul 17 22:41:53 2024 +0200
gnu: gnome-weather: Update to 46.0.
* 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 d2210a10c7..a51ccbd919 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10261,7 +10261,7 @@ associations for GNOME.")
(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 "/"
@@ -10269,7 +10269,7 @@ associations for GNOME.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1brvjawwc69a49697mp0dq4glpvvvcsnx4i8ysfnjhahg2n3h3bb"))))
+ "17fllgkvsbsklnazxap4rg2bg2cf5xwgqkgyy8a2wrygbiq2cf0m"))))
(build-system meson-build-system)
(arguments
(list
@@ -10284,7 +10284,9 @@ associations for GNOME.")
"/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.
@@ -10301,7 +10303,8 @@ associations for GNOME.")
`("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))
- 36/73: gnu: gnome-chess: Update package style., (continued)
- 36/73: gnu: gnome-chess: Update package style., guix-commits, 2024/09/15
- 51/73: gnu: gstreamer: Update to 1.24.6., guix-commits, 2024/09/15
- 54/73: gnu: gst-plugins-bad: Update to 1.24.6., guix-commits, 2024/09/15
- 57/73: gnu: gst-editing-services: Update to 1.24.6., guix-commits, 2024/09/15
- 60/73: gnu: orca: Update to 46.2., guix-commits, 2024/09/15
- 63/73: gnu: gnome-control-center: Update to 46.3., guix-commits, 2024/09/15
- 40/73: gnu: gsettings-desktop-schemas: Update to 46.0., guix-commits, 2024/09/15
- 69/73: gnu: xdg-desktop-portal-gnome: Update to 46.2., guix-commits, 2024/09/15
- 71/73: gnu: mutter: Update to 46.4., guix-commits, 2024/09/15
- 73/73: gnu: glib: Update to 2.80.5., guix-commits, 2024/09/15
- 29/73: gnu: gnome-weather: Update to 46.0.,
guix-commits <=
- 34/73: gnu: sysprof: Update to 46.0., guix-commits, 2024/09/15
- 53/73: gnu: gst-plugins-good: Update to 1.24.6., guix-commits, 2024/09/15
- 37/73: gnu: evolution-data-server: Update to 3.52.3., guix-commits, 2024/09/15
- 42/73: gnu: librsvg: Disable rtl_tspan_svg test., guix-commits, 2024/09/15
- 45/73: gnu: atkmm: Update to 2.36.3., guix-commits, 2024/09/15
- 66/73: gnu: Add libei., guix-commits, 2024/09/15
- 43/73: gnu: vala: Update to 0.56.17., guix-commits, 2024/09/15
- 50/73: gnu: Ungraft ibus-minimal., guix-commits, 2024/09/15
- 52/73: gnu: gst-plugins-base: Update to 1.24.6., guix-commits, 2024/09/15
- 58/73: gnu: python-gst: Update to 1.24.6., guix-commits, 2024/09/15