guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

44/125: gnu: gdk-pixbuf+svg: Correct package definition to include chang


From: guix-commits
Subject: 44/125: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf.
Date: Sat, 3 Jul 2021 21:17:24 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit cc1cd8ac2b5f877c251789221f1d843b2acea742
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 5a19fb3..8c368a3 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -662,10 +662,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"))
@@ -679,9 +678,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]