[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/227: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
From: |
guix-commits |
Subject: |
13/227: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf. |
Date: |
Thu, 11 Nov 2021 12:29:48 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 532292b5622a8a009ffc901153f3d69a13ea50b8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 17:34:33 2021 -0500
gnu: libnotify: 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 (libnotify)[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 a8280eb..b2bc144 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3104,7 +3104,7 @@ configuring CUPS.")
#t)))))
(propagated-inputs
`(;; In Requires of libnotify.pc.
- ("gdk-pixbuf" ,gdk-pixbuf)
+ ("gdk-pixbuf" ,gdk-pixbuf+svg)
("glib" ,glib)))
(inputs
`(("gtk+" ,gtk+)
- 22/227: gnu: gst-plugins-good: Update to 1.18.4., (continued)
- 22/227: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/11/11
- 24/227: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/11/11
- 40/227: gnu: gstreamer: Update to 1.19.2., guix-commits, 2021/11/11
- 36/227: gnu: python-sphinxcontrib-htmlhelp: Update to 2.0.0., guix-commits, 2021/11/11
- 35/227: gnu: gnupg: Update to 2.2.30., guix-commits, 2021/11/11
- 38/227: gnu: python-sphinx: Update to 4.2.0., guix-commits, 2021/11/11
- 02/227: gnu: gst-plugins-base: Depend on Opus for all systems., guix-commits, 2021/11/11
- 06/227: gnu: shadow: Set log in /var/log., guix-commits, 2021/11/11
- 08/227: gnu: gtk+: Add a debug output., guix-commits, 2021/11/11
- 12/227: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/11
- 13/227: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.,
guix-commits <=
- 19/227: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/11/11
- 16/227: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/11
- 17/227: gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/11
- 20/227: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/11/11
- 18/227: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/11
- 23/227: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/11/11
- 34/227: gnu: gnupg: Don't explicitly return #t from phases., guix-commits, 2021/11/11
- 21/227: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/11/11
- 25/227: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/11/11
- 30/227: gnu: farstream: Enable tests., guix-commits, 2021/11/11