[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/217: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbu
From: |
guix-commits |
Subject: |
15/217: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf. |
Date: |
Sun, 14 Nov 2021 19:20:26 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit c23c156356ccac4232102832d0ec4294f201fcfa
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 17:37:57 2021 -0500
gnu: libgweather: 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/gnome.scm (libgweather)[propagated-inputs]: Replace
gdk-pixbuf by
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 864b2a1..f4ce306 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5482,7 +5482,7 @@ service via the system message bus.")
;; gweather-3.0.pc refers to GTK+, GDK-Pixbuf, GLib/GObject, libxml, and
;; libsoup.
`(("gtk+" ,gtk+)
- ("gdk-pixbuf" ,gdk-pixbuf)
+ ("gdk-pixbuf" ,gdk-pixbuf+svg)
("libxml2" ,libxml2)
("libsoup" ,libsoup)
("geocode-glib" ,geocode-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, 2021/11/14
- 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 <=
- 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
- 24/217: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/11/14
- 27/217: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/11/14
- 28/217: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/11/14
- 09/217: gnu: gdk-pixbuf: Add a debug output., guix-commits, 2021/11/14
- 11/217: gnu: librsvg: Add a debug output., guix-commits, 2021/11/14