[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/76: gnu: gsettings-desktop-schemas: Update to 40.0.
From: |
guix-commits |
Subject: |
47/76: gnu: gsettings-desktop-schemas: Update to 40.0. |
Date: |
Mon, 27 Sep 2021 10:18:23 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit b9ef2b02604dad7736b8a985a4673d15633d2b12
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Sep 26 06:10:49 2021 +0000
gnu: gsettings-desktop-schemas: Update to 40.0.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 40.0.
[source]: Fix the URI.
[arguments]: Remove trailing #t.
---
gnu/packages/gnome.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8335d3a..b58a9f0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2689,16 +2689,16 @@ on the GNOME Desktop with a single simple application.")
(define-public gsettings-desktop-schemas
(package
(name "gsettings-desktop-schemas")
- (version "3.34.0")
+ (version "40.0")
(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
- "1bayr76aylawf2fhyjhv9zgk4kpv7ivrrmd80khb0h3h1wk092r8"))))
+ "11an29br55dp0b26kfqlrfxj19glfrmhcdpds2n1w9n04gq3pf7i"))))
(build-system meson-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
@@ -2707,13 +2707,12 @@ on the GNOME Desktop with a single simple application.")
(let ((theme (assoc-ref inputs "gnome-backgrounds")))
(substitute* (find-files "schemas"
"\\.gschema\\.xml\\.in$")
- ;; Provide the correct file name of the default GNOME
- ;; background, 'adwaita-timed.xml'.
+ ;; Provide the correct file name of the default
+ ;; GNOME background, 'adwaita-timed.xml'.
(("@datadir@/backgrounds/gnome")
(string-append theme "/share/backgrounds/gnome"))
;; Do not reference fonts, that may not exist.
- (("'Source Code Pro 10'") "'Monospace 11'"))
- #t))))))
+ (("'Source Code Pro 10'") "'Monospace 11'"))))))))
(inputs
`(("glib" ,glib)
("gnome-backgrounds" ,gnome-backgrounds)))
- 55/76: gnu: gnome-keyring: Update to 40.0., (continued)
- 55/76: gnu: gnome-keyring: Update to 40.0., guix-commits, 2021/09/27
- 52/76: gnu: gvfs: Update to 1.48.1., guix-commits, 2021/09/27
- 68/76: gnu: gnome-mines: Update to 40.0., guix-commits, 2021/09/27
- 75/76: gnu: gnome-music: Add gst-plugins-good., guix-commits, 2021/09/27
- 40/76: gnu: simple-scan: Update to 40.5., guix-commits, 2021/09/27
- 67/76: gnu: gnome-shell: Update to 40.5., guix-commits, 2021/09/27
- 28/76: gnu: nautilus: Update to 40.2., guix-commits, 2021/09/27
- 76/76: gnu: gnome-weather: Fix GNOME integration., guix-commits, 2021/09/27
- 35/76: gnu: gnome-characters: Update to 40.0., guix-commits, 2021/09/27
- 30/76: gnu: gnome-bluetooth: Update to 3.34.5., guix-commits, 2021/09/27
- 47/76: gnu: gsettings-desktop-schemas: Update to 40.0.,
guix-commits <=
- 50/76: gnu: graphene: Update to 1.10.6., guix-commits, 2021/09/27
- 62/76: gnu: gnome-music: Update to 40.1.1., guix-commits, 2021/09/27
- 70/76: gnu: devhelp: Update to 40.1., guix-commits, 2021/09/27
- 74/76: gnu: gnome: Add tracker-miners., guix-commits, 2021/09/27