[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/91: gnu: gdk-pixbuf+svg: Correct package definition to include change
From: |
guix-commits |
Subject: |
42/91: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf. |
Date: |
Mon, 19 Apr 2021 17:14:06 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit d46dc76d7521af7fa55716f1989e5ec9bd1c6382
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 8136bd0..327ab39 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -660,10 +660,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"))
@@ -677,9 +676,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
- 33/91: gnu: pangomm: Enable documentation., (continued)
- 33/91: gnu: pangomm: Enable documentation., guix-commits, 2021/04/19
- 35/91: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/04/19
- 40/91: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/04/19
- 56/91: gnu: atk: Update to 2.36.0., guix-commits, 2021/04/19
- 62/91: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/04/19
- 65/91: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/04/19
- 66/91: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/04/19
- 77/91: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/04/19
- 81/91: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/04/19
- 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 <=
- 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, 2021/04/19
- 46/91: gnu: vala: Update to 0.52.0., guix-commits, 2021/04/19