[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/130: gnu: librsvg-next: Do not propagate gdk-pixbuf.
From: |
guix-commits |
Subject: |
14/130: gnu: librsvg-next: Do not propagate gdk-pixbuf. |
Date: |
Sat, 16 Oct 2021 02:36:14 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit ae845636fb3f646f2c4e74a4eeb75ba87c0cc160
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 17:36:45 2021 -0500
gnu: librsvg-next: Do not propagate 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/gnome.scm (librsvg-next)[propagated-inputs]: Remove
gdk-pixbuf.
[inputs]: Add gdk-pixbuf+svg.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3ce05c3..8cbaa42 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3544,6 +3544,7 @@ for dealing with different structured file formats.")
`(("bzip2" ,bzip2)
("fontconfig" ,fontconfig)
("freetype" ,freetype)
+ ("gdk-pixbuf" ,gdk-pixbuf)
("harfbuzz" ,harfbuzz)
("libcroco" ,libcroco)
("libgsf" ,libgsf)
@@ -3551,7 +3552,6 @@ for dealing with different structured file formats.")
("pango" ,pango)))
(propagated-inputs
`(("cairo" ,cairo)
- ("gdk-pixbuf" ,gdk-pixbuf)
("glib" ,glib)))
(synopsis "SVG rendering library")
(description "Librsvg is a library to render SVG images to Cairo surfaces.
- branch core-updates-frozen-batched-changes created (now 4c6b5b6), guix-commits, 2021/10/16
- 05/130: gnu: pulseaudio: Use meson build system., guix-commits, 2021/10/16
- 01/130: gnu: apr: Update to 1.7.0., guix-commits, 2021/10/16
- 07/130: gnu: json-c: Update to 0.15., guix-commits, 2021/10/16
- 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 <=
- 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, 2021/10/16
- 17/130: gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/16