[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/61: gnu: libgudev: Update to 232.
From: |
guix-commits |
Subject: |
24/61: gnu: libgudev: Update to 232. |
Date: |
Sat, 9 Mar 2019 02:53:24 -0500 (EST) |
rekado pushed a commit to branch staging
in repository guix.
commit b78f5118177ce90363cc6b7d2624cb9f2f5e8c8d
Author: Ricardo Wurmus <address@hidden>
Date: Mon Aug 6 11:39:36 2018 +0200
gnu: libgudev: Update to 232.
* gnu/packages/gnome.scm (libgudev): Update to 232.
[arguments]: Add configure flags to cut recursive dependency.
---
gnu/packages/gnome.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a6e333d..0a37207 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4057,15 +4057,19 @@ side panel;
(define-public libgudev
(package
(name "libgudev")
- (version "230")
+ (version "232")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32
- "063w6j35n0i0ssmv58kivc1mw4070z6fzb83hi4xfrhcxnn7zrx2"))))
+ "0q3qki451zzgdjazlgshsfzbbm0in40lyx7dyrag7kbkqnwv4k7f"))))
(build-system gnu-build-system)
+ (arguments
+ '(#:configure-flags
+ ;; umockdev depends on libgudev.
+ (list "--disable-umockdev")))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
("gobject-introspection" ,gobject-introspection)
- 55/61: gnu: network-manager-openvpn: Update to 1.8.4., (continued)
- 55/61: gnu: network-manager-openvpn: Update to 1.8.4., guix-commits, 2019/03/09
- 48/61: gnu: tracker: Update to 2.0.4., guix-commits, 2019/03/09
- 57/61: gnu: dconf-editor: Update to 3.28.0., guix-commits, 2019/03/09
- 06/61: gnu: yelp-xsl: Update to 3.28.0., guix-commits, 2019/03/09
- 07/61: gnu: yelp-tools: Update to 3.28.0., guix-commits, 2019/03/09
- 09/61: gnu: gedit: Use gtksourceview-3., guix-commits, 2019/03/09
- 11/61: gnu: gnome-maps: Update to 3.28.2., guix-commits, 2019/03/09
- 13/61: gnu: gnome-desktop: Update to 3.28.2., guix-commits, 2019/03/09
- 18/61: gnu: five-or-more: Update to 3.28.0., guix-commits, 2019/03/09
- 17/61: gnu: glade3: Update to 3.22.1., guix-commits, 2019/03/09
- 24/61: gnu: libgudev: Update to 232.,
guix-commits <=
- 37/61: gnu: mutter: Update to 3.28.2., guix-commits, 2019/03/09
- 22/61: gnu: totem-pl-parser: Update to 3.26.1., guix-commits, 2019/03/09
- 21/61: gnu: gnome-settings-daemon: Update to 3.28.1., guix-commits, 2019/03/09
- 36/61: gnu: zenity: Update to 3.28.1., guix-commits, 2019/03/09
- 42/61: gnu: libgnomekbd: Update to 3.26.0., guix-commits, 2019/03/09
- 39/61: gnu: gnome-system-monitor: Update to 3.28.2., guix-commits, 2019/03/09
- 32/61: gnu: orca: Update to 3.28.1., guix-commits, 2019/03/09
- 28/61: gnu: librsvg: Build Vala bindings., guix-commits, 2019/03/09
- 46/61: gnu: gnome-clocks: Update to 3.28.0., guix-commits, 2019/03/09
- 49/61: gnu: gnome-bluetooth: Update to 3.28.0., guix-commits, 2019/03/09