[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
69/184: gnu: gnome-disk-utility: Don't create icon cache.
From: |
guix-commits |
Subject: |
69/184: gnu: gnome-disk-utility: Don't create icon cache. |
Date: |
Wed, 27 Nov 2019 14:37:02 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 88be1582e10db81122417a198e9c1fa6998b500d
Author: Efraim Flashner <address@hidden>
Date: Thu Nov 7 12:23:11 2019 +0200
gnu: gnome-disk-utility: Don't create icon cache.
* gnu/packages/gnome.scm (gnome-disk-utility)[arguments]: Add phase to
skip creating the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
---
gnu/packages/gnome.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f3f2a5b..093ff7f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -583,9 +583,17 @@ and keep up to date translations of documentation.")
(base32
"08vwbji9m1nhjjdiyhhaqi8cncys7i89b4bpy095f8475v8y05bg"))))
(build-system meson-build-system)
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ ;; Don't create 'icon-theme.cache'.
+ (lambda _
+ (substitute* "meson_post_install.py"
+ (("gtk-update-icon-cache") "true"))
+ #t)))))
(native-inputs
`(("glib:bin" ,glib "bin")
- ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
("intltool" ,intltool)
("pkg-config" ,pkg-config)
("docbook-xml" ,docbook-xml)
- 51/184: gnu: seahorse: Update to 3.32.2., (continued)
- 51/184: gnu: seahorse: Update to 3.32.2., guix-commits, 2019/11/27
- 54/184: gnu: epiphany: Update to 3.32.5., guix-commits, 2019/11/27
- 61/184: gnu: python-pyatspi: Update to 2.34.0., guix-commits, 2019/11/27
- 56/184: gnu: gnome-online-accounts: Update to 3.32.1., guix-commits, 2019/11/27
- 29/184: gnu: gnome-clocks: Update to 3.32.0., guix-commits, 2019/11/27
- 42/184: gnu: cheese: Update to 3.32.1., guix-commits, 2019/11/27
- 58/184: gnu: grilo: Update to 0.3.10., guix-commits, 2019/11/27
- 60/184: gnu: nautilus: Update to 3.32.3., guix-commits, 2019/11/27
- 63/184: gnu: modem-manager: Update to 1.10.8., guix-commits, 2019/11/27
- 66/184: gnu: linux-libre@4.14: Update to 4.14.152., guix-commits, 2019/11/27
- 69/184: gnu: gnome-disk-utility: Don't create icon cache.,
guix-commits <=
- 73/184: gnu: epiphany: Don't build icon cache., guix-commits, 2019/11/27
- 78/184: gnu: commencement: Ensure 'gnu-make-final' refers to the native 'pkg-config'., guix-commits, 2019/11/27
- 85/184: gnu: lollypop: Update to 1.2.7., guix-commits, 2019/11/27
- 79/184: gnu: pkg-config: Memoize 'cross-pkg-config'., guix-commits, 2019/11/27
- 86/184: gnu: libdvdnav: Don't use NAME in source URI., guix-commits, 2019/11/27
- 90/184: gnu: hplip: Actually wrap binaries., guix-commits, 2019/11/27
- 94/184: gnu: gnumeric: Update to 1.12.46., guix-commits, 2019/11/27
- 95/184: gnu: goffice: Update to 0.10.46., guix-commits, 2019/11/27
- 100/184: gnu: r-plotly: Update to 4.9.1., guix-commits, 2019/11/27
- 98/184: gnu: r-polspline: Update to 1.1.17., guix-commits, 2019/11/27