[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/76: gnu: gnome-music: Update to 40.1.1.
From: |
guix-commits |
Subject: |
62/76: gnu: gnome-music: Update to 40.1.1. |
Date: |
Mon, 27 Sep 2021 10:30:09 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 8148aa1135bba0ac8fc797d5f99c80c28db6134a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Sep 26 09:10:33 2021 +0000
gnu: gnome-music: Update to 40.1.1.
* gnu/packages/gnome.scm (gnome-music): Update to 40.1.1.
[source]: Fix the URI.
[arguments]: Wrap it and remove trailing #t.
[inputs]: Add json-glib.
---
gnu/packages/gnome.scm | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6ec73b6..d098348 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -935,17 +935,17 @@ cloud integration is offered through GNOME Online
Accounts.")
(define-public gnome-music
(package
(name "gnome-music")
- (version "3.34.5")
+ (version "40.1.1")
(source
(origin
(method url-fetch)
(uri
(string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "1r5sfw5cbd6qqh27lzhblazir0bfi3k7nqppw66qw990isqm5psy"))))
+ "0lcdal4qdhclr8961p57xf010y92l6wwmkw86lyi9wy224z6gjr0"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -960,11 +960,14 @@ cloud integration is offered through GNOME Online
Accounts.")
(package-version python))
"/site-packages")))
(wrap-program (string-append out "/bin/gnome-music")
- `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))
- `("GST_PLUGIN_SYSTEM_PATH" = (,(getenv
"GST_PLUGIN_SYSTEM_PATH")))
- `("GRL_PLUGIN_PATH" = (,(getenv "GRL_PLUGIN_PATH")))
- `("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH") ,pylib))))
- #t)))))
+ `("GI_TYPELIB_PATH" =
+ (,(getenv "GI_TYPELIB_PATH")))
+ `("GST_PLUGIN_SYSTEM_PATH" =
+ (,(getenv "GST_PLUGIN_SYSTEM_PATH")))
+ `("GRL_PLUGIN_PATH" =
+ (,(getenv "GRL_PLUGIN_PATH")))
+ `("GUIX_PYTHONPATH" =
+ (,(getenv "GUIX_PYTHONPATH") ,pylib)))))))))
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils)
("gettext" ,gettext-minimal)
@@ -980,6 +983,7 @@ cloud integration is offered through GNOME Online
Accounts.")
("gst-plugins-base" ,gst-plugins-base)
("gstreamer" ,gstreamer)
("gvfs" ,gvfs)
+ ("json-glib" ,json-glib)
("libdazzle" ,libdazzle)
("libmediaart" ,libmediaart)
("libsoup" ,libsoup)
- 27/76: gnu: baobab: Update to 40.0., (continued)
- 27/76: gnu: baobab: Update to 40.0., guix-commits, 2021/09/27
- 31/76: gnu: orca: Update to 40.0., guix-commits, 2021/09/27
- 57/76: gnu: Remove gnome-getting-started-docs., guix-commits, 2021/09/27
- 66/76: gnu: gnome: Remove gnome-getting-started-docs., guix-commits, 2021/09/27
- 56/76: gnu: gnome-color-manager: Update to 3.36.0., guix-commits, 2021/09/27
- 58/76: gnu: gnome-initial-setup: Update to 40.4., guix-commits, 2021/09/27
- 64/76: gnu: gnome-photos: Update to 40.0., guix-commits, 2021/09/27
- 37/76: gnu: gnome-maps: Update to 40.5., guix-commits, 2021/09/27
- 45/76: gnu: gnome-contacts: Update to 40.0., guix-commits, 2021/09/27
- 53/76: gnu: gnome-user-share: Update to 3.34.0., guix-commits, 2021/09/27
- 62/76: gnu: gnome-music: Update to 40.1.1.,
guix-commits <=
- 25/76: gnu: gnome-latex: Update to 3.38.0., guix-commits, 2021/09/27
- 34/76: gnu: file-roller: Update to 3.40.0., guix-commits, 2021/09/27
- 47/76: gnu: gsettings-desktop-schemas: Update to 40.0., guix-commits, 2021/09/27
- 55/76: gnu: gnome-keyring: Update to 40.0., guix-commits, 2021/09/27
- 39/76: gnu: gnome-terminal: Update to 3.40.3., guix-commits, 2021/09/27
- 61/76: gnu: gdm: Update to 40.1., guix-commits, 2021/09/27
- 67/76: gnu: gnome-shell: Update to 40.5., guix-commits, 2021/09/27
- 49/76: gnu: Add fuse-3., guix-commits, 2021/09/27
- 52/76: gnu: gvfs: Update to 1.48.1., guix-commits, 2021/09/27
- 36/76: gnu: gnome-clocks: Update to 40.0., guix-commits, 2021/09/27