guix-commits
[Top][All Lists]
Advanced

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

67/181: gnu: gnome-music: Update to 42.0.


From: guix-commits
Subject: 67/181: gnu: gnome-music: Update to 42.0.
Date: Tue, 13 Sep 2022 02:25:44 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 7a8b36b6fcc4c76a171e29970bd4184f3dc72d76
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 5 02:16:21 2022 -0400

    gnu: gnome-music: Update to 42.0.
    
    * gnu/packages/gnome.scm (gnome-music): Update to 42.0.
    [phases]{skip-gtk-update-icon-cache}: New phase.
    [native-inputs]: Remove gtk+:bin.
    [inputs]: Add gtk and libadwaita.
---
 gnu/packages/gnome.scm | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bfd41a98fc..6da3b3de80 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -946,7 +946,7 @@ cloud integration is offered through GNOME Online 
Accounts.")
 (define-public gnome-music
   (package
     (name "gnome-music")
-    (version "40.1.1")
+    (version "42.0")
     (source
      (origin
        (method url-fetch)
@@ -956,13 +956,19 @@ cloud integration is offered through GNOME Online 
Accounts.")
                        name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0lcdal4qdhclr8961p57xf010y92l6wwmkw86lyi9wy224z6gjr0"))))
+         "1l6536dv5g4qy2jbca0pnw632zc92al9cjsq6kwf1gajk27ijs4x"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
        #: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.build"
+               (("gtk_update_icon_cache: true")
+                "gtk_update_icon_cache: false"))))
          (add-after 'install 'wrap-gnome-music
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let*
@@ -985,7 +991,6 @@ cloud integration is offered through GNOME Online 
Accounts.")
            gettext-minimal
            `(,glib "bin")
            gobject-introspection
-           `(,gtk+ "bin")
            itstool
            pkg-config))
     (inputs
@@ -995,8 +1000,10 @@ cloud integration is offered through GNOME Online 
Accounts.")
            gst-plugins-base
            gst-plugins-good
            gstreamer
+           gtk
            gvfs
            json-glib
+           libadwaita
            libdazzle
            libmediaart
            libsoup-minimal-2



reply via email to

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