[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/48: gnu: file-roller: Don't install 'icon-theme.cache'
From: |
??? |
Subject: |
10/48: gnu: file-roller: Don't install 'icon-theme.cache' |
Date: |
Tue, 23 Aug 2016 12:11:48 +0000 (UTC) |
iyzsong pushed a commit to branch core-updates
in repository guix.
commit c282c55d2267c09d2c5c203ac6c1ac45dd1224d7
Author: 宋文武 <address@hidden>
Date: Mon Aug 22 21:40:44 2016 +0800
gnu: file-roller: Don't install 'icon-theme.cache'
* gnu/packages/gnome.scm (file-roller)[arguments]: Add
'skip-gtk-update-icon-cache'
phase.
---
gnu/packages/gnome.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6f1729c..de3d268 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3927,6 +3927,15 @@ share them with others via social networking and more.")
(base32
"0cx3d8mp0pxz9wcsb2ph7g1zy22m8z5x0a4f5vgfzl0jmrcxpcy8"))))
(build-system glib-or-gtk-build-system)
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ (add-before 'install 'skip-gtk-update-icon-cache
+ (lambda _
+ ;; Don't create 'icon-theme.cache'
+ (substitute* (find-files "data" "^Makefile$")
+ (("gtk-update-icon-cache") (which "true")))
+ #t)))))
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)))
- branch core-updates updated (324caeb -> e732737), ???, 2016/08/23
- 05/48: gnu: gnome-themes-standard: Don't install 'icon-theme.cache'., ???, 2016/08/23
- 02/48: profiles: gtk-icon-themes: Use 'gtk-update-icon-cache' from 'gtk+:bin'., ???, 2016/08/23
- 04/48: gnu: gnome-icon-theme, adwaita-icon-theme: Don't install 'icon-theme.cache'., ???, 2016/08/23
- 06/48: gnu: glib: Update to 2.48.2., ???, 2016/08/23
- 08/48: gnu: libgsf: Update to 1.14.40., ???, 2016/08/23
- 10/48: gnu: file-roller: Don't install 'icon-theme.cache',
??? <=
- 09/48: gnu: librsvg: Update to 2.40.16., ???, 2016/08/23
- 15/48: gnu: gnome-desktop: Update to 3.20.2., ???, 2016/08/23
- 14/48: gnu: pangomm: Update to 2.40.1., ???, 2016/08/23
- 01/48: gnu: gtk+: Add "bin" output., ???, 2016/08/23
- 25/48: gnu: gnome-mines: Update to 3.20.1., ???, 2016/08/23
- 29/48: gnu: aisleriot: Update to 3.20.2., ???, 2016/08/23
- 32/48: gnu: file-roller: Update to 3.20.3., ???, 2016/08/23
- 26/48: gnu: gnome-sudoku: Update to 3.20.5., ???, 2016/08/23
- 12/48: gnu: at-spi2-core: Update to 2.20.2., ???, 2016/08/23
- 37/48: gnu: evolution-data-server: Update to 3.20.5., ???, 2016/08/23