[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/15: gnu: librsvg: Do not propagate gdk-pixbuf.
From: |
guix-commits |
Subject: |
10/15: gnu: librsvg: Do not propagate gdk-pixbuf. |
Date: |
Fri, 12 Mar 2021 09:07:19 -0500 (EST) |
apteryx pushed a commit to branch staging
in repository guix.
commit d8919224eda6fabc46dd8ea6dd3ac449eb61a7a8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 17:35:32 2021 -0500
gnu: librsvg: 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)[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 c61b141..56de2e5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3335,11 +3335,11 @@ dealing with different structured file formats.")
("libcroco" ,libcroco)
("bzip2" ,bzip2)
("libgsf" ,libgsf)
+ ("gdk-pixbuf" ,gdk-pixbuf)
("libxml2" ,libxml2)))
(propagated-inputs
;; librsvg-2.0.pc refers to all of that.
`(("cairo" ,cairo)
- ("gdk-pixbuf" ,gdk-pixbuf)
("glib" ,glib)))
(home-page "https://wiki.gnome.org/LibRsvg")
(synopsis "Render SVG files using Cairo")
- 02/15: gnu: gdk-pixbuf: Fix indentation., (continued)
- 02/15: gnu: gdk-pixbuf: Fix indentation., guix-commits, 2021/03/12
- 03/15: gnu: gdk-pixbuf+svg: Add a debug output., guix-commits, 2021/03/12
- 06/15: gnu: weasyprint: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/03/12
- 07/15: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/03/12
- 08/15: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/03/12
- 11/15: gnu: librsvg-next: Do not propagate gdk-pixbuf., guix-commits, 2021/03/12
- 12/15: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/03/12
- 13/15: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/03/12
- 05/15: gnu: librsvg-next: Have its name match its symbol., guix-commits, 2021/03/12
- 09/15: gnu: libgsf: Do not propagate gdk-pixbuf., guix-commits, 2021/03/12
- 10/15: gnu: librsvg: Do not propagate gdk-pixbuf.,
guix-commits <=
- 15/15: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/03/12
- 14/15: gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/03/12