[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
- 116/181: gnu: gom: Update to 0.4., (continued)
- 116/181: gnu: gom: Update to 0.4., guix-commits, 2022/09/13
- 118/181: gnu: gnome-klotski: Update to 3.38.2., guix-commits, 2022/09/13
- 121/181: gnu: rhythmbox: Update to 3.4.6., guix-commits, 2022/09/13
- 133/181: gnu: network-manager-vpnc: Update to 1.2.8., guix-commits, 2022/09/13
- 136/181: gnu: libxml++: Update to 5.0.2., guix-commits, 2022/09/13
- 144/181: gnu: python-pyatspi: Update to 2.45.90., guix-commits, 2022/09/13
- 143/181: gnu: libgnomekbd: Update to 3.28.1., guix-commits, 2022/09/13
- 44/181: gnu: gjs: Build with mozjs 78., guix-commits, 2022/09/13
- 61/181: gnu: gnome-clocks: Update to 42.0., guix-commits, 2022/09/13
- 70/181: gnu: gnome-characters: Update to 42.0., guix-commits, 2022/09/13
- 67/181: gnu: gnome-music: Update to 42.0.,
guix-commits <=
- 69/181: gnu: eog: Update to 42.2., guix-commits, 2022/09/13
- 79/181: gnu: gnome-screenshot: Update to 41.0., guix-commits, 2022/09/13
- 74/181: gnu: gnome-font-viewer: Update to 42.0., guix-commits, 2022/09/13
- 90/181: gnu: Add glib-next., guix-commits, 2022/09/13
- 88/181: gnu: Remove tepl-5., guix-commits, 2022/09/13
- 98/181: gnu: libadwaita: Update to 1.2.rc., guix-commits, 2022/09/13
- 106/181: gnu: libmediaart: Update to 1.9.6., guix-commits, 2022/09/13
- 103/181: gnu: python-liblarch: Update to 3.2.0 and apply guix style., guix-commits, 2022/09/13
- 111/181: gnu: vala-next: Update to 0.56.3., guix-commits, 2022/09/13
- 122/181: gnu: eog: Update to 42.3., guix-commits, 2022/09/13