[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
295/377: gnu: gdk-pixbuf+svg: Correct package definition to include chan
From: |
guix-commits |
Subject: |
295/377: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf. |
Date: |
Thu, 2 Sep 2021 17:56:01 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 466fc5a115e60830650370b487c270fb04078e85
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 11:08:24 2021 -0500
gnu: gdk-pixbuf+svg: Correct package definition to include changes from
gdk-pixbuf.
* gnu/packages/gtk.scm (gdk-pixbuf+svg) [arguments]: Modify.
[synopsis]: Modify.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 145a035..563fb9c3 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -663,10 +663,9 @@ scaled, composited, modified, saved, or rendered.")
`(("librsvg" ,librsvg)
,@(package-inputs gdk-pixbuf)))
(arguments
- '(#:configure-flags '("-Dinstalled-tests=false")
- #:tests? #f ; tested by the gdk-pixbuf package already
- #:phases
- (modify-phases %standard-phases
+ (substitute-keyword-arguments (package-arguments gdk-pixbuf)
+ ((#:phases phases)
+ `(modify-phases ,phases
(add-after 'install 'register-svg-loader
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
@@ -680,9 +679,8 @@ scaled, composited, modified, saved, or rendered.")
(apply invoke
gdk-pixbuf-query-loaders
"--update-cache"
- loaders)))))))
- (synopsis
- "GNOME image loading and manipulation library, with SVG support")))
+ loaders))))))))
+ (synopsis "Image loading library, with SVG support")))
(define-public at-spi2-core
(package
- 265/377: gnu: Add libsigc++-2., (continued)
- 265/377: gnu: Add libsigc++-2., guix-commits, 2021/09/02
- 281/377: gnu: pango: Add missing arguments., guix-commits, 2021/09/02
- 272/377: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/09/02
- 270/377: gnu: gtk-doc: Enable help., guix-commits, 2021/09/02
- 268/377: gnu: gtk-doc: Correct inputs., guix-commits, 2021/09/02
- 280/377: gnu: cairomm-1.13: Fix build., guix-commits, 2021/09/02
- 261/377: gnu: libsigc++: Update to 3.0.6., guix-commits, 2021/09/02
- 286/377: gnu: pangomm: Enable documentation., guix-commits, 2021/09/02
- 292/377: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/09/02
- 287/377: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/09/02
- 295/377: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf.,
guix-commits <=
- 288/377: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/09/02
- 293/377: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/09/02
- 291/377: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/09/02
- 296/377: gnu: vala: Change build-system., guix-commits, 2021/09/02
- 297/377: gnu: vala: Enable coverage support., guix-commits, 2021/09/02
- 300/377: gnu: vala: Update synopsis and description., guix-commits, 2021/09/02
- 305/377: gnu: libgsf: Correct inputs., guix-commits, 2021/09/02
- 308/377: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/02
- 303/377: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/02
- 309/377: gnu: atk: Update to 2.36.0., guix-commits, 2021/09/02