[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/130: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pi
From: |
guix-commits |
Subject: |
12/130: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf. |
Date: |
Sat, 16 Oct 2021 02:36:13 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 73ec7612dacdaecd73bbf9817141d396586a31c6
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)
- 09/130: gnu: gdk-pixbuf: Add a debug output., (continued)
- 09/130: gnu: gdk-pixbuf: Add a debug output., guix-commits, 2021/10/16
- 14/130: gnu: librsvg-next: Do not propagate gdk-pixbuf., guix-commits, 2021/10/16
- 10/130: gnu: gdk-pixbuf+svg: Fix typo in comment., guix-commits, 2021/10/16
- 11/130: gnu: librsvg: Add a debug output., guix-commits, 2021/10/16
- 13/130: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/16
- 02/130: gnu: gst-plugins-base: Depend on Opus for all systems., guix-commits, 2021/10/16
- 03/130: gnu: rust: Update to 1.50., guix-commits, 2021/10/16
- 04/130: gnu: pulseaudio: Update to 14.2., guix-commits, 2021/10/16
- 06/130: gnu: shadow: Set log in /var/log., guix-commits, 2021/10/16
- 08/130: gnu: gtk+: Add a debug output., guix-commits, 2021/10/16
- 12/130: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.,
guix-commits <=
- 17/130: gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/16
- 18/130: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/16
- 19/130: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/10/16
- 15/130: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/16
- 16/130: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/16
- 20/130: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/10/16
- 21/130: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/10/16
- 22/130: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/10/16
- 23/130: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/10/16
- 30/130: gnu: farstream: Enable tests., guix-commits, 2021/10/16