[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/91: gnu: gdk-pixbuf: Update to 2.42.4.
From: |
guix-commits |
Subject: |
39/91: gnu: gdk-pixbuf: Update to 2.42.4. |
Date: |
Mon, 19 Apr 2021 17:14:05 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit be36a401c553cad4c5eeb88a5b96af4153011e9a
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 10:53:43 2021 -0500
gnu: gdk-pixbuf: Update to 2.42.4.
* gnu/packages/gtk.scm (gdk-pixbuf) [version]: Update to 2.42.4.
[native-inputs]: Add perl and libxslt.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 95b1b24..54e721b 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -581,7 +581,7 @@ highlighting and other features typical of a source code
editor.")
(define-public gdk-pixbuf
(package
(name "gdk-pixbuf")
- (version "2.42.2")
+ (version "2.42.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -589,7 +589,7 @@ highlighting and other features typical of a source code
editor.")
name "-" version ".tar.xz"))
(sha256
(base32
- "05ggmzwvrxq9w4zcvmrnnd6qplsmb4n95lj4q607c7arzlf6mil3"))))
+ "0k9f9177qxaryaxprwrhqnv5p2gdq4a8i6y05gm98qa8izc5v77y"))))
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.55
@@ -634,7 +634,9 @@ highlighting and other features typical of a source code
editor.")
("gettext" ,gettext-minimal)
("glib" ,glib "bin") ; glib-mkenums, etc.
("gobject-introspection" ,gobject-introspection) ; g-ir-compiler, etc.
- ("pkg-config" ,pkg-config)))
+ ("perl" ,perl)
+ ("pkg-config" ,pkg-config)
+ ("xsltproc" ,libxslt)))
(synopsis "GNOME image loading and manipulation library")
(description
"GdkPixbuf is a library for image loading and manipulation developed
- 86/91: gnu: ibus: Enable memconf., (continued)
- 86/91: gnu: ibus: Enable memconf., guix-commits, 2021/04/19
- 42/91: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/04/19
- 51/91: gnu: libgsf: Enable missing features., guix-commits, 2021/04/19
- 48/91: gnu: libgsf: Change build-system., guix-commits, 2021/04/19
- 59/91: gnu: atkmm: Enable documentation., guix-commits, 2021/04/19
- 67/91: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/04/19
- 69/91: gnu: json-glib: Update synopsis and description., guix-commits, 2021/04/19
- 72/91: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/04/19
- 38/91: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/04/19
- 41/91: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/04/19
- 39/91: gnu: gdk-pixbuf: Update to 2.42.4.,
guix-commits <=
- 46/91: gnu: vala: Update to 0.52.0., guix-commits, 2021/04/19
- 49/91: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/04/19
- 57/91: gnu: atk: Update home-page and license., guix-commits, 2021/04/19
- 60/91: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/04/19
- 68/91: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/04/19
- 76/91: gnu: gtk+-2: Add missing inputs and search-path., guix-commits, 2021/04/19
- 78/91: gnu: gtk+: Enable tests., guix-commits, 2021/04/19
- 79/91: gnu: gtk+: Add missing inputs., guix-commits, 2021/04/19
- 82/91: gnu: gtkmm: Update to 3.24.4., guix-commits, 2021/04/19
- 85/91: gnu: ibus: Enable documentation., guix-commits, 2021/04/19