guix-commits
[Top][All Lists]
Advanced

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

30/334: gnu: gdk-pixbuf+svg: Update package definition.


From: guix-commits
Subject: 30/334: gnu: gdk-pixbuf+svg: Update package definition.
Date: Sat, 15 Aug 2020 16:26:10 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 5f5b6d7a018a6537b6bfa4a8298b5d984d62995b
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 7c9cc79..7eb6b35 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



reply via email to

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