[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/44: gnu: gdk-pixbuf+svg: Update package definition.
From: |
guix-commits |
Subject: |
31/44: gnu: gdk-pixbuf+svg: Update package definition. |
Date: |
Thu, 25 Jun 2020 08:20:55 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit f1724fa13f49f50906ca1e4da612af0d9606b059
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Jun 4 14:25:23 2020 -0400
gnu: gdk-pixbuf+svg: Update package definition.
* gnu/packages/gtk.scm (gdk-pixbuf+svg): Update package definition.
[arguments]: Modify.
[synopsis]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
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 f5f2bcb..9520d6c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -547,10 +547,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"))
@@ -564,9 +563,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
- 38/44: gnu: gsettings-desktop-schemas: Update package definition., (continued)
- 38/44: gnu: gsettings-desktop-schemas: Update package definition., guix-commits, 2020/06/25
- 37/44: gnu: graphene: Update package definition., guix-commits, 2020/06/25
- 27/44: gnu: fcitx: Update package definition., guix-commits, 2020/06/25
- 29/44: gnu: gcr: Update to 3.36.0., guix-commits, 2020/06/25
- 32/44: gnu: geoclue: Update to 2.5.6., guix-commits, 2020/06/25
- 39/44: gnu: Add esound., guix-commits, 2020/06/25
- 35/44: gnu: glib-networking: Update to 2.62.4., guix-commits, 2020/06/25
- 41/44: gnu: glib: Update package definition., guix-commits, 2020/06/25
- 16/44: gnu: clutter: Update to 1.26.4., guix-commits, 2020/06/25
- 20/44: gnu: dconf: Update to 0.36.0., guix-commits, 2020/06/25
- 31/44: gnu: gdk-pixbuf+svg: Update package definition.,
guix-commits <=
- 33/44: gnu: Add sysprof., guix-commits, 2020/06/25
- 42/44: gnu: glib-with-documentation: Update package definition., guix-commits, 2020/06/25
- 43/44: gnu: glib-networking: Update to 2.64.3., guix-commits, 2020/06/25
- 44/44: gnu: gobject-introspection: Update package definition., guix-commits, 2020/06/25
- 11/44: gnu: at-spi2-core: Update package definition., guix-commits, 2020/06/25
- 15/44: gnu: font-cantarell: Update package definition., guix-commits, 2020/06/25
- 18/44: gnu: clutter-gst: Update package definition., guix-commits, 2020/06/25
- 19/44: gnu: cogl: Update package definition., guix-commits, 2020/06/25
- 26/44: gnu: Add presage., guix-commits, 2020/06/25
- 28/44: gnu: gcab: Update to 1.4., guix-commits, 2020/06/25