[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/48: gnu: gnome-system-monitor: Update to 3.30.0.
From: |
guix-commits |
Subject: |
24/48: gnu: gnome-system-monitor: Update to 3.30.0. |
Date: |
Fri, 3 May 2019 12:12:16 -0400 (EDT) |
rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 8108bcdf0a60e7f20c2a0252a726fb4ee5a922f5
Author: Ricardo Wurmus <address@hidden>
Date: Wed Dec 5 17:21:26 2018 +0100
gnu: gnome-system-monitor: Update to 3.30.0.
* gnu/packages/gnome.scm (gnome-system-monitor): Update to 3.30.0.
[build-system]: Use meson-build-system.
[arguments]: Add configure flags to build without systemd.
[native-inputs]: Add gtk+:bin.
---
gnu/packages/gnome.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 19fb95c..49d8e18 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7294,7 +7294,7 @@ Bluefish supports many programming and markup languages.")
(define-public gnome-system-monitor
(package
(name "gnome-system-monitor")
- (version "3.28.2")
+ (version "3.30.0")
(source
(origin
(method url-fetch)
@@ -7303,10 +7303,14 @@ Bluefish supports many programming and markup
languages.")
name "-" version ".tar.xz"))
(sha256
(base32
- "164in885dyfvna5yjzgdyrbrsskvh5wzxdmkjgb4mbh54lzqd1zb"))))
- (build-system glib-or-gtk-build-system)
+ "0g0y565bjs6bdszrnxsz1f7hcm1x59i3mfvplysirh7nz3hpz888"))))
+ (build-system meson-build-system)
+ (arguments
+ '(#:glib-or-gtk? #t
+ #:configure-flags '("-Dsystemd=false")))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums.
+ ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
("intltool" ,intltool)
("itstool" ,itstool)
("libgtop" ,libgtop)
- 09/48: gnu: adwaita-icon-theme: Update to 3.30.1., (continued)
- 09/48: gnu: adwaita-icon-theme: Update to 3.30.1., guix-commits, 2019/05/03
- 10/48: gnu: libgnomeprint: Update to 2.18.8., guix-commits, 2019/05/03
- 11/48: gnu: libgnomeprintui: Update to 2.18.6., guix-commits, 2019/05/03
- 06/48: gnu: gnome-disk-utility: Update to 3.30.2., guix-commits, 2019/05/03
- 02/48: gnu: gobject-introspection: Update to 1.58.1., guix-commits, 2019/05/03
- 07/48: gnu: evince: Update to 3.30.2., guix-commits, 2019/05/03
- 12/48: gnu: libwnck: Update to 3.30.0., guix-commits, 2019/05/03
- 19/48: gnu: gnome-terminal: Update to 3.30.2., guix-commits, 2019/05/03
- 22/48: gnu: atkmm: Update to 2.28.0., guix-commits, 2019/05/03
- 23/48: gnu: pangomm: Update to 2.42.0., guix-commits, 2019/05/03
- 24/48: gnu: gnome-system-monitor: Update to 3.30.0.,
guix-commits <=
- 29/48: gnu: gnome-settings-daemon: Update to 3.30.1.2., guix-commits, 2019/05/03
- 14/48: gnu: vala: Update to 0.42.3., guix-commits, 2019/05/03
- 15/48: gnu: vte: Update to 0.54.2., guix-commits, 2019/05/03
- 16/48: gnu: five-or-more: Update to 3.30.0., guix-commits, 2019/05/03
- 17/48: gnu: gnome-mines: Update to 3.30.1.1., guix-commits, 2019/05/03
- 26/48: gnu: network-manager-applet: Update to 1.8.18., guix-commits, 2019/05/03
- 35/48: gnu: nautilus: Update to 3.30.4., guix-commits, 2019/05/03
- 37/48: gnu: colord: Update to 1.4.3., guix-commits, 2019/05/03
- 42/48: gnu: libgnome-games-support: Update to 1.4.2., guix-commits, 2019/05/03
- 13/48: gnu: seahorse: Update to 3.30., guix-commits, 2019/05/03