[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/47: gnu: gnome-disk-utility: Update to 3.34.0.
From: |
guix-commits |
Subject: |
25/47: gnu: gnome-disk-utility: Update to 3.34.0. |
Date: |
Mon, 23 Mar 2020 15:50:53 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit c000fc18091aeec8abb91f47ea8c61f0a5e7313f
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Dec 17 20:21:38 2019 -0500
gnu: gnome-disk-utility: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.34.0.
[arguments]: Add configure flag to enable elogind support.
[inputs]: Add elogind.
---
gnu/packages/gnome.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4a2fa0b..5b6d7d4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1264,7 +1264,7 @@ and keep up to date translations of documentation.")
(define-public gnome-disk-utility
(package
(name "gnome-disk-utility")
- (version "3.32.1")
+ (version "3.34.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1272,10 +1272,11 @@ and keep up to date translations of documentation.")
name "-" version ".tar.xz"))
(sha256
(base32
- "08vwbji9m1nhjjdiyhhaqi8cncys7i89b4bpy095f8475v8y05bg"))))
+ "1mb7q90lnlp97dhxhnadhjagcfd12dfqzp0vj9h6b1r61pzhy97y"))))
(build-system meson-build-system)
(arguments
- '(#:phases
+ '(#:configure-flags '("-Dlogind=libelogind")
+ #:phases
(modify-phases %standard-phases
(add-after 'unpack 'skip-gtk-update-icon-cache
;; Don't create 'icon-theme.cache'.
@@ -1292,7 +1293,8 @@ and keep up to date translations of documentation.")
("libxml2" ,libxml2)
("libxslt" ,libxslt)))
(inputs
- `(("glib" ,glib)
+ `(("elogind" ,elogind)
+ ("glib" ,glib)
("appstream-glib" ,appstream-glib)
("gnome-settings-daemon" ,gnome-settings-daemon)
("gtk+" ,gtk+)
- 12/47: gnu: glib-networking: Update to 2.62.2., (continued)
- 12/47: gnu: glib-networking: Update to 2.62.2., guix-commits, 2020/03/23
- 15/47: gnu: gnome-online-accounts: Update to 3.34.1., guix-commits, 2020/03/23
- 13/47: gnu: gnome-bluetooth: Update to 3.34.0., guix-commits, 2020/03/23
- 17/47: gnu: gnome-autoar: Update to 0.2.4., guix-commits, 2020/03/23
- 14/47: gnu: libgweather: Update to 3.34.0., guix-commits, 2020/03/23
- 16/47: gnu: evolution-data-server: Update to 3.34.2., guix-commits, 2020/03/23
- 23/47: gnu: gnome-settings-daemon: Update to 3.34.1., guix-commits, 2020/03/23
- 18/47: gnu: evolution: Update to 3.34.2., guix-commits, 2020/03/23
- 24/47: gnu: gnome-control-center: Update to 3.34.2., guix-commits, 2020/03/23
- 22/47: gnu: gnome-session: Update to 3.34.2., guix-commits, 2020/03/23
- 25/47: gnu: gnome-disk-utility: Update to 3.34.0.,
guix-commits <=
- 26/47: gnu: gnome-keyring: Update to 3.34.0., guix-commits, 2020/03/23
- 27/47: gnu: gnome-screenshot: Update to 3.34.0., guix-commits, 2020/03/23
- 28/47: gnu: gnome-terminal: Update to 3.34.2., guix-commits, 2020/03/23
- 30/47: gnu: totem: Update to 3.34.1., guix-commits, 2020/03/23
- 33/47: gnu: telepathy-glib: Disable failing tests., guix-commits, 2020/03/23
- 34/47: gnu: gjs: Update to 1.58.3., guix-commits, 2020/03/23
- 21/47: gnu: gnome-contacts: Update to 3.34., guix-commits, 2020/03/23
- 20/47: gnu: folks: Update to 0.13.1., guix-commits, 2020/03/23
- 19/47: gnu: dbus-glib: Update to 0.110., guix-commits, 2020/03/23
- 32/47: gnu: gdm: Update to 3.34.1., guix-commits, 2020/03/23