[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/115: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbu
From: |
guix-commits |
Subject: |
15/115: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf. |
Date: |
Fri, 15 Oct 2021 09:48:51 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 922c29d0e11e2874fff63a7227b9919ddc1dc291
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 8cbaa42..81015e1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5475,7 +5475,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)))
- 13/115: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., (continued)
- 13/115: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/15
- 03/115: gnu: rust: Update to 1.50., guix-commits, 2021/10/15
- 04/115: gnu: pulseaudio: Update to 14.2., guix-commits, 2021/10/15
- 07/115: gnu: json-c: Update to 0.15., guix-commits, 2021/10/15
- 09/115: gnu: gdk-pixbuf: Add a debug output., guix-commits, 2021/10/15
- 12/115: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/15
- 14/115: gnu: librsvg-next: Do not propagate gdk-pixbuf., guix-commits, 2021/10/15
- 17/115: gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/15
- 18/115: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/15
- 19/115: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/10/15
- 15/115: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.,
guix-commits <=
- 20/115: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/10/15
- 27/115: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/10/15
- 16/115: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/15
- 21/115: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/10/15
- 22/115: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/10/15
- 25/115: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/10/15
- 30/115: gnu: farstream: Enable tests., guix-commits, 2021/10/15
- 32/115: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/10/15
- 34/115: gnu: gnupg: Don't explicitly return #t from phases., guix-commits, 2021/10/15
- 23/115: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/10/15