[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
139/140: gnu: gdk-pixbuf: Add a search path for the loaders cache file.
From: |
guix-commits |
Subject: |
139/140: gnu: gdk-pixbuf: Add a search path for the loaders cache file. |
Date: |
Sun, 17 Oct 2021 23:11:18 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 51aec9f130888739f8b8d6afa1f69c784412adab
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Oct 2 22:35:05 2021 -0400
gnu: gdk-pixbuf: Add a search path for the loaders cache file.
Fixes <https://issues.guix.gnu.org/50957>.
The previous commit added a profile hook to compute a gdk-pixbuf loaders
cache
file. This change enables gdk-pixbuf to make use of it.
* gnu/packages/gtk.scm (gdk-pixbuf)[native-search-paths]: Add a search path
specification to set the GDK_PIXBUF_MODULE_FILE environment variable.
---
gnu/packages/gtk.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 13eebb6..a32ad89 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -52,6 +52,8 @@
#:use-module (guix download)
#:use-module (guix git-download)
#:use-module ((guix build utils) #:select (alist-replace))
+ #:use-module ((guix build glib-or-gtk-build-system)
+ #:select (%gdk-pixbuf-loaders-cache-file))
#:use-module (guix build-system glib-or-gtk)
#:use-module (guix build-system gnu)
#:use-module (guix build-system meson)
@@ -697,6 +699,14 @@ highlighting and other features typical of a source code
editor.")
("perl" ,perl)
("pkg-config" ,pkg-config)
("xsltproc" ,libxslt)))
+ (native-search-paths
+ ;; This file is produced by the gdk-pixbuf-loaders-cache-file
+ ;; profile hook.
+ (list (search-path-specification
+ (variable "GDK_PIXBUF_MODULE_FILE")
+ (files (list %gdk-pixbuf-loaders-cache-file))
+ (separator #f) ;single valued
+ (file-type 'regular))))
(synopsis "Image loading library")
(description "GdkPixbuf is a library that loads image data in various
formats and stores it as linear buffers in memory. The buffers can then be
- 115/140: gnu: inkscape: Remove the legacy 0.92 version., (continued)
- 115/140: gnu: inkscape: Remove the legacy 0.92 version., guix-commits, 2021/10/17
- 117/140: gnu: graphviz: Update to 2.49.0., guix-commits, 2021/10/17
- 120/140: gnu: mit-krb5: Absorb 1.19.2 graft., guix-commits, 2021/10/17
- 126/140: gnu: glib-networking: Update to 2.70.rc., guix-commits, 2021/10/17
- 124/140: gnu: libthai: Make datrie a normal native-input., guix-commits, 2021/10/17
- 123/140: gnu: pango: Update to 1.48.10., guix-commits, 2021/10/17
- 132/140: gnu: webkitgtk: Add a debug output., guix-commits, 2021/10/17
- 130/140: gnu: webkitgtk: Update to 2.34.0., guix-commits, 2021/10/17
- 134/140: gnu: llvm: Add make-lld-wrapper, lld-wrapper and lld-as-ld-wrapper., guix-commits, 2021/10/17
- 131/140: gnu: pulseaudio: Add doxygen to fix build., guix-commits, 2021/10/17
- 139/140: gnu: gdk-pixbuf: Add a search path for the loaders cache file.,
guix-commits <=
- 122/140: gnu: heimdal: Fix build., guix-commits, 2021/10/17
- 136/140: gnu: gtk: Add the generate-gdk-pixbuf-loaders-cache-file phase., guix-commits, 2021/10/17
- 138/140: profiles: Add a gdk-pixbuf-loaders-cache-file hook., guix-commits, 2021/10/17
- 140/140: gnu: gtk: Deprecate gdk-pixbuf+svg in favor of librsvg., guix-commits, 2021/10/17
- 125/140: gnu: glib: Update to 2.70, specify a bindir prefix and hide package., guix-commits, 2021/10/17
- 127/140: gnu: vala: Update to 0.54.2., guix-commits, 2021/10/17