[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
95/108: gnu: gnome-system-monitor: Update to 3.36.0.
From: |
guix-commits |
Subject: |
95/108: gnu: gnome-system-monitor: Update to 3.36.0. |
Date: |
Sat, 25 Apr 2020 15:23:04 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 2645de8f2996df7f974f9c4940806eeb73950905
Author: Kei Kebreau <address@hidden>
AuthorDate: Thu Apr 23 17:32:00 2020 -0400
gnu: gnome-system-monitor: Update to 3.36.0.
* gnu/packages/gnome.scm (gnome-system-monitor): Update to 3.36.0.
[arguments]: Add 'skip-gtk-update-icon-cache' phase.
[native-inputs]: Remove gtk+:bin.
---
gnu/packages/gnome.scm | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1c74277..9ca51d8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8825,7 +8825,7 @@ Bluefish supports many programming and markup languages.")
(define-public gnome-system-monitor
(package
(name "gnome-system-monitor")
- (version "3.32.1")
+ (version "3.36.0")
(source
(origin
(method url-fetch)
@@ -8834,14 +8834,21 @@ Bluefish supports many programming and markup
languages.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1wd43qdgjav6xamq5z5cy8fri5zr01jga3plc9w95gcia0rk3ha8"))))
+ "1gipjaw708lv1zj1c9g09x4h4226kawam2kzdhdd6zjkzfghp9s0"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
- #:configure-flags '("-Dsystemd=false")))
+ #:configure-flags '("-Dsystemd=false")
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ (lambda _
+ ;; Don't create 'icon-theme.cache'
+ (substitute* "meson_post_install.py"
+ (("gtk-update-icon-cache") (which "true")))
+ #t)))))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums.
- ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
("intltool" ,intltool)
("itstool" ,itstool)
("libgtop" ,libgtop)
- 67/108: gnu: gnome-shell: Update to 3.36.1., (continued)
- 67/108: gnu: gnome-shell: Update to 3.36.1., guix-commits, 2020/04/25
- 68/108: gnu: gnome-shell-extensions: Update to 3.36.1., guix-commits, 2020/04/25
- 74/108: gnu: file-roller: Update to 3.36.2., guix-commits, 2020/04/25
- 75/108: gnu: gnome-weather: Update to 3.36.1., guix-commits, 2020/04/25
- 78/108: gnu: gnome-disk-utility: Update to 3.36.1., guix-commits, 2020/04/25
- 79/108: gnu: glade: Update to 3.22.2., guix-commits, 2020/04/25
- 83/108: gnu: gnome-boxes: Update to 3.36.3., guix-commits, 2020/04/25
- 84/108: gnu: devhelp: Update to 3.36.1., guix-commits, 2020/04/25
- 86/108: gnu: libgnome-games-support: Update to 1.6.1., guix-commits, 2020/04/25
- 88/108: gnu: libxml++: Update to 3.2.0., guix-commits, 2020/04/25
- 95/108: gnu: gnome-system-monitor: Update to 3.36.0.,
guix-commits <=
- 101/108: gnu: gnome-characters: Update to 3.34.0., guix-commits, 2020/04/25
- 103/108: gnu: gnome-clocks: Update to 3.36.0., guix-commits, 2020/04/25
- 96/108: gnu: gnome-contacts: Update to 3.36.1., guix-commits, 2020/04/25
- 97/108: gnu: five-or-more: Update to 3.32.2., guix-commits, 2020/04/25
- 99/108: gnu: gnome-font-viewer: Update to 3.34.0., guix-commits, 2020/04/25
- 104/108: gnu: sushi: Update to 3.34.0., guix-commits, 2020/04/25
- 105/108: gnu: gnome-klotski: Update to 3.36.0., guix-commits, 2020/04/25
- 107/108: gnu: grilo: Update to 0.3.12., guix-commits, 2020/04/25
- 73/108: gnu: gnome-terminal: Update to 3.36.1.1., guix-commits, 2020/04/25
- 76/108: gnu: simple-scan: Update to 3.36.1., guix-commits, 2020/04/25