[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/217: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pi
From: |
guix-commits |
Subject: |
12/217: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf. |
Date: |
Sun, 14 Nov 2021 19:20:25 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit e0406f8da4c8e96810a947f49a534611d40c3d4b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 17:33:07 2021 -0500
gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes
with GTK+'s own gdk-pixbuf+svg propagation.
* gnu/packages/glib.scm (appstream-glib)[propagated-inputs]: Replace
gdk-pixbuf by
gdk-pixbuf+svg.
---
gnu/packages/glib.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 6373fd0..c395eea 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1178,7 +1178,7 @@ Some codes examples can be find at:
("pkg-config" ,pkg-config)))
(propagated-inputs
`(("gcab" ,gcab) ; for .pc file
- ("gdk-pixbuf" ,gdk-pixbuf) ; for .pc file
+ ("gdk-pixbuf" ,gdk-pixbuf+svg) ; for .pc file
("libuuid" ,util-linux "lib"))) ; for .pc file
(inputs
`(("glib" ,glib)
- branch core-updates-frozen-batched-changes created (now 22477c2), guix-commits, 2021/11/14
- 01/217: gnu: apr: Update to 1.7.0., guix-commits, 2021/11/14
- 12/217: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.,
guix-commits <=
- 03/217: gnu: rust: Update to 1.50., guix-commits, 2021/11/14
- 02/217: gnu: gst-plugins-base: Depend on Opus for all systems., guix-commits, 2021/11/14
- 08/217: gnu: gtk+: Add a debug output., guix-commits, 2021/11/14
- 14/217: gnu: librsvg-next: Do not propagate gdk-pixbuf., guix-commits, 2021/11/14
- 15/217: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/14
- 07/217: gnu: json-c: Update to 0.15., guix-commits, 2021/11/14
- 06/217: gnu: shadow: Set log in /var/log., guix-commits, 2021/11/14
- 04/217: gnu: pulseaudio: Update to 14.2., guix-commits, 2021/11/14
- 18/217: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/14
- 23/217: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/11/14