[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/15: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pix
From: |
guix-commits |
Subject: |
07/15: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf. |
Date: |
Fri, 12 Mar 2021 09:07:18 -0500 (EST) |
apteryx pushed a commit to branch staging
in repository guix.
commit fb6a1ff921199280e160e20966b665d2302497f1
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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 9cc2b1b..8de6e19 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2017 Petter <petter@mykolab.ch>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
-;;; Copyright © 2019 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2019, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 2019, 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
@@ -1001,7 +1001,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 staging updated (5a9350a -> 42231bc), guix-commits, 2021/03/12
- 01/15: gnu: gdk-pixbuf: Add a debug output., guix-commits, 2021/03/12
- 04/15: gnu: librsvg: Add a debug output., guix-commits, 2021/03/12
- 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 <=
- 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, 2021/03/12
- 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