[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38029] [PATCH 12/80] gnu: gnome-desktop: Update to 3.32.2.
From: |
Kei Kebreau |
Subject: |
[bug#38029] [PATCH 12/80] gnu: gnome-desktop: Update to 3.32.2. |
Date: |
Fri, 1 Nov 2019 21:43:41 -0400 |
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.32.2.
[build-system]: Use meson-build-system.
[arguments]: Add 'pre-check' phase.
[native-inputs]: Add glib:bin, glibc-locales and xorg-server-for-tests.
[inputs]: Move iso-codes, libseccomp, libx11 and xkeyboard-config...
[propagated-inputs]: ...here.
---
gnu/packages/gnome.scm | 36 ++++++++++++++++++++++++------------
1 file changed, 24 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5b0448c87c..ae3a064334 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -470,7 +470,7 @@ commonly used macros.")
(define-public gnome-desktop
(package
(name "gnome-desktop")
- (version "3.30.2")
+ (version "3.32.2")
(source
(origin
(method url-fetch)
@@ -479,8 +479,8 @@ commonly used macros.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0k6iccfj9naw42dl2mgljfvk12dmvg06plg86qd81nksrf9ycxal"))))
- (build-system gnu-build-system)
+ "0bidx4626x7k2myv6f64qv4fzmxv8v475wibiz19kj8hjfr737q9"))))
+ (build-system meson-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
@@ -490,27 +490,39 @@ commonly used macros.")
(substitute* "libgnome-desktop/gnome-languages.c"
(("\"locale\"")
(string-append "\"" libc "/bin/locale\"")))
- #t))))))
+ #t)))
+ (add-before 'check 'pre-check
+ (lambda* (#:key inputs #:allow-other-keys)
+ ;; Tests require a running X server and locales.
+ (system "Xvfb :1 &")
+ (setenv "DISPLAY" ":1")
+ (setenv "GUIX_LOCPATH"
+ (string-append (assoc-ref inputs "glibc-locales")
+ "/lib/locale"))
+ #t)))))
(native-inputs
- `(("gobject-introspection" ,gobject-introspection)
+ `(("glib:bin" ,glib "bin") ; for gdbus-codegen
+ ("glibc-locales" ,glibc-locales) ; for tests
+ ("gobject-introspection" ,gobject-introspection)
("itstool" ,itstool)
("intltool" ,intltool)
("pkg-config" ,pkg-config)
- ("xmllint" ,libxml2)))
+ ("xmllint" ,libxml2)
+ ("xorg-server" ,xorg-server-for-tests)))
(propagated-inputs
;; Required by gnome-desktop-3.0.pc.
`(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
- ("gtk+" ,gtk+)))
- (inputs
- `(("gdk-pixbuf" ,gdk-pixbuf)
- ("glib" ,glib)
+ ("gtk+" ,gtk+)
("iso-codes" ,iso-codes)
("libseccomp" ,libseccomp)
("libx11" ,libx11)
+ ("xkeyboard-config" ,xkeyboard-config)))
+ (inputs
+ `(("gdk-pixbuf" ,gdk-pixbuf)
+ ("glib" ,glib)
("libxext" ,libxext)
("libxkbfile" ,libxkbfile)
- ("libxrandr" ,libxrandr)
- ("xkeyboard-config" ,xkeyboard-config)))
+ ("libxrandr" ,libxrandr)))
(home-page "https://www.gnome.org/")
(synopsis
"Libgnome-desktop, gnome-about, and desktop-wide documents")
--
2.23.0
- [bug#38029] [PATCH 04/80] gnu: epiphany: Update to 3.32.3., (continued)
- [bug#38029] [PATCH 04/80] gnu: epiphany: Update to 3.32.3., Kei Kebreau, 2019/11/01
- [bug#38029] [PATCH 05/80] gnu: evince: Update to 3.32.0., Kei Kebreau, 2019/11/01
- [bug#38029] [PATCH 06/80] gnu: file-roller: Update to 3.32.1., Kei Kebreau, 2019/11/01
- [bug#38029] [PATCH 08/80] gnu: gnome-backgrounds: Update to 3.32.0., Kei Kebreau, 2019/11/01
- [bug#38029] [PATCH 07/80] gnu: gedit: Update to 3.32.2., Kei Kebreau, 2019/11/01
- [bug#38029] [PATCH 09/80] gnu: gnome-bluetooth: Update to 3.32.1., Kei Kebreau, 2019/11/01
- [bug#38029] [PATCH 10/80] gnu: gsettings-desktop-schemas: Update to 3.32.0., Kei Kebreau, 2019/11/01
- [bug#38029] [PATCH 11/80] gnu: gnome-icon-theme: Update home page., Kei Kebreau, 2019/11/01
- [bug#38029] [PATCH 13/80] gnu: gnome-online-accounts: Update to 3.32.0., Kei Kebreau, 2019/11/01
- [bug#38029] [PATCH 15/80] gnu: Add python-dbusmock., Kei Kebreau, 2019/11/01
- [bug#38029] [PATCH 12/80] gnu: gnome-desktop: Update to 3.32.2.,
Kei Kebreau <=
- [bug#38029] [PATCH 18/80] gnu: tracker: Update to 2.2.2., Kei Kebreau, 2019/11/01
- [bug#38029] [PATCH 14/80] gnu: gnome-settings-daemon: Update to 3.32.1., Kei Kebreau, 2019/11/01
- [bug#38029] [PATCH 16/80] gnu: gnome-control-center: Update to 3.32.2., Kei Kebreau, 2019/11/01
- [bug#38029] [PATCH 17/80] gnu: grilo: Update to 0.3.9., Kei Kebreau, 2019/11/01
- [bug#38029] [PATCH 19/80] gnu: vala: Update to 0.44.6., Kei Kebreau, 2019/11/01
- [bug#38029] GNOME 3.32 patches, Kei Kebreau, 2019/11/01