[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
83/108: gnu: gnome-boxes: Update to 3.36.3.
From: |
guix-commits |
Subject: |
83/108: gnu: gnome-boxes: Update to 3.36.3. |
Date: |
Sat, 25 Apr 2020 15:23:00 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit a99133da2a632811ceb560a5959b5922500d7f4d
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Apr 21 19:55:57 2020 -0400
gnu: gnome-boxes: Update to 3.36.3.
* gnu/packages/gnome.scm (gnome-boxes): Update to 3.36.3.
[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 60e8ce0..4edb252 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9948,7 +9948,7 @@ integrate seamlessly with the GNOME desktop.")
(define-public gnome-boxes
(package
(name "gnome-boxes")
- (version "3.35.91")
+ (version "3.36.3")
(source
(origin
(method url-fetch)
@@ -9957,17 +9957,24 @@ integrate seamlessly with the GNOME desktop.")
"gnome-boxes-" version ".tar.xz"))
(sha256
(base32
- "0l96spz6pc8q4l5p9a58cc0kgvdr7pbc89hy6ixn72k5pl3s7fxj"))))
+ "18imxv1859gr53z4yay02611p5f1rd2pwnbaq093gmn77l0j9292"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
#:configure-flags (list "-Drdp=false"
(string-append "-Dc_link_args=-Wl,-rpath="
(assoc-ref %outputs "out")
- "/lib/gnome-boxes"))))
+ "/lib/gnome-boxes"))
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ ;; Don't create 'icon-theme.cache'.
+ (lambda _
+ (substitute* "build-aux/post_install.py"
+ (("gtk-update-icon-cache") "true"))
+ #t)))))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-resources
- ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
("itstool" ,itstool)
("intltool" ,intltool)
- 56/108: gnu: gnome-settings-daemon: Update to 3.36.0., (continued)
- 56/108: gnu: gnome-settings-daemon: Update to 3.36.0., guix-commits, 2020/04/25
- 59/108: gnu: dconf-editor: Update to 3.36.0., guix-commits, 2020/04/25
- 60/108: gnu: gnome-getting-started-docs: Update to 3.36.1., guix-commits, 2020/04/25
- 66/108: gnu: gjs: Update to 1.64.1., guix-commits, 2020/04/25
- 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 <=
- 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, 2020/04/25
- 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