guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: gnome-disk-utility: Update to 44.0.


From: guix-commits
Subject: 06/13: gnu: gnome-disk-utility: Update to 44.0.
Date: Sun, 9 Apr 2023 12:57:15 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 2f79fd92f4e0459e3596a8ab34ded9c230d15de1
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Apr 9 10:57:14 2023 -0400

    gnu: gnome-disk-utility: Update to 44.0.
    
    * gnu/packages/gnome.scm (gnome-disk-utility): Update to 44.0.
    [arguments]: Remove #:meson.  Update skip-gtk-update-icon-cache phase.
    [home-page]: Update URL.
---
 gnu/packages/gnome.scm | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 006fd0faae..f6a4c3da15 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2331,7 +2331,7 @@ The gnome-about program helps find which version of GNOME 
is installed.")
 (define-public gnome-disk-utility
   (package
     (name "gnome-disk-utility")
-    (version "42.0")
+    (version "44.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2339,18 +2339,22 @@ The gnome-about program helps find which version of 
GNOME is installed.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "02q906gn420xbf1f0apazryzqfv5b1ammz1vrci66hk79m2n8r8v"))))
+                "1vx3wyvidjyzr4141p3zrvgx88rp7vwj6n3sf7c3gnvci6bi00q2"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dlogind=libelogind")
-       #:meson ,meson-0.60
        #:phases
        (modify-phases %standard-phases
          (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")
+               (("glib_compile_schemas: true")
+                "glib_compile_schemas: false")
+               (("update_desktop_database: true")
+                "update_desktop_database: false")))))))
     (native-inputs
      (list docbook-xml
            docbook-xsl
@@ -2372,7 +2376,7 @@ The gnome-about program helps find which version of GNOME 
is installed.")
            libpwquality
            libsecret
            udisks))
-    (home-page "https://git.gnome.org/browse/gnome-disk-utility";)
+    (home-page "https://gitlab.gnome.org/GNOME/gnome-disk-utility";)
     (synopsis "Disk management utility for GNOME")
     (description "Disk management utility for GNOME.")
     (license license:gpl2+)))



reply via email to

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