GNU bug report logs - #68813
[PATCH core-updates] Replace pkg-config with pkgconf to reduce propagation / Inkscape updates

Previous Next

Package: guix-patches;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Tue, 30 Jan 2024 05:25:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: 68813 <at> debbugs.gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: [bug#68813] [core-updates PATCH 18/20] gnu: inkscape: Sort inputs.
Date: Thu, 22 Feb 2024 11:10:17 -0500
* gnu/packages/inkscape.scm (inkscape/stable) [inputs]: Sort.
[native-inputs]: Likewise.

Change-Id: I64253e52bf157013e6c55361f7633cbd01dcb020
---

 gnu/packages/inkscape.scm | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 1e674add9e..5449bf8d92 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -254,43 +254,43 @@ (define-public inkscape/stable
                  `("GDK_PIXBUF_MODULE_FILE" =
                    (,(getenv "GDK_PIXBUF_MODULE_FILE")))))))))
      (inputs
-      (list autotrace
+      (list (librsvg-for-system)        ;for the pixbuf loader
+            autotrace
             bash-minimal
+            boost
+            freetype
             gdl-minimal
-            gtkmm-3
-            gtk+
             gsl
             gspell
-            poppler
+            gtk+
+            gtkmm-3
+            lcms
             lib2geom
+            libcdr
+            libgc
             libjpeg-turbo
             libpng
-            libxml2
-            libxslt
-            libgc
-            (librsvg-for-system)        ;for the pixbuf loader
             libsoup-minimal-2
-            libcdr
             libvisio
             libwpd
             libwpg
-            freetype
+            libxml2
+            libxslt
+            poppler
             popt
             potrace
-            lcms
-            boost
-            python-wrapper
-            python-scour
-            python-pyserial
-            python-numpy
             python-lxml
+            python-numpy
+            python-pyserial
+            python-scour
+            python-wrapper
             readline))
      (native-inputs
-      (list bc
+      (list `(,glib "bin")
+            bc
             gettext-minimal
-            imagemagick/stable          ;for tests
-            `(,glib "bin")
             googletest
+            imagemagick/stable          ;for tests
             perl
             pkg-config))
      (home-page "https://inkscape.org/")
-- 
2.41.0





This bug report was last modified 1 year and 129 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.