guix-patches
[Top][All Lists]
Advanced

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

[bug#62467] [PATCH gnome-team v2 12/12] gnu: inkscape: Update stable ver


From: Maxim Cournoyer
Subject: [bug#62467] [PATCH gnome-team v2 12/12] gnu: inkscape: Update stable version to 1.2.1.
Date: Sat, 08 Apr 2023 15:51:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> * gnu/packages/inkscape.scm (inkscape/stable): Update to 1.2.1.
> [inputs]: Add bash-minimal, librsvg and python-cssselect.
> Use lib2geom-1.2 rather than lib2geom.

Could we simply make lib2geom the latest?  I think inkscape is its sole
user.

> (inkscape): Inherit build-system, arguments and inputs.
> ---
>  gnu/packages/inkscape.scm | 36 +++++++++++-------------------------
>  1 file changed, 11 insertions(+), 25 deletions(-)
>
> diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
> index d1ac5e7312..b8e78c2b11 100644
> --- a/gnu/packages/inkscape.scm
> +++ b/gnu/packages/inkscape.scm
> @@ -61,7 +61,7 @@ (define-public inkscape/stable
>    (hidden-package
>     (package
>       (name "inkscape")
> -     (version "1.1.1")
> +     (version "1.2.1")
>       (source
>        (origin
>          (method url-fetch)
> @@ -69,7 +69,7 @@ (define-public inkscape/stable
>                              "resources/file/"
>                              "inkscape-" version ".tar.xz"))
>          (sha256
> -         (base32 "1bvqg5xfs3m6r7qfdhmgzwhd1hx8wvg3nhvhmalwzcdm6ffhpjmf"))
> +         (base32 "06scilds4p4bw337ss22nfdxy2kynv5yjw6vq6nlpjm7xfh7vkj6"))
>          (modules '((guix build utils)
>                     (ice-9 format)))
>          (snippet
> @@ -196,9 +196,14 @@ (define-public inkscape/stable
>                (let ((out (assoc-ref outputs "out")))
>                  (wrap-program (string-append out "/bin/inkscape")
>                    `("GUIX_PYTHONPATH" ":" prefix
> -                    (,(getenv "GUIX_PYTHONPATH"))))))))))
> +                    (,(getenv "GUIX_PYTHONPATH")))
> +                  ;; Wrapping GDK_PIXBUF_MODULE_FILE allows Inkscape to load
> +                   ;; its own icons in pure environments.
> +                   `("GDK_PIXBUF_MODULE_FILE" =
> +                     (,(getenv "GDK_PIXBUF_MODULE_FILE"))))))))))
>       (inputs
>        `(("aspell" ,aspell)
> +        ("bash-minimal" ,bash-minimal)
>          ("autotrace" ,autotrace)
>          ("gdl" ,gdl-minimal)
>          ("gtkmm" ,gtkmm-3)
> @@ -206,12 +211,13 @@ (define-public inkscape/stable
>          ("gtkspell3" ,gtkspell3)
>          ("gsl" ,gsl)
>          ("poppler" ,poppler)
> -        ("lib2geom" ,lib2geom)
> +        ("lib2geom" ,lib2geom-1.2)
>          ("libjpeg" ,libjpeg-turbo)
>          ("libpng" ,libpng)
>          ("libxml2" ,libxml2)
>          ("libxslt" ,libxslt)
>          ("libgc" ,libgc)
> +        ("librsvg" ,librsvg) ; for the pixbuf loader
>          ("libsoup" ,libsoup-minimal-2)
>          ("libcdr" ,libcdr)
>          ("libvisio" ,libvisio)
> @@ -223,6 +229,7 @@ (define-public inkscape/stable
>          ("lcms" ,lcms)
>          ("boost" ,boost)
>          ("python" ,python-wrapper)
> +        ("python-cssselect" ,python-cssselect) ; to render qrcode
>          ("python-scour" ,python-scour)
>          ("python-pyserial" ,python-pyserial)
>          ("python-numpy" ,python-numpy)
> @@ -255,25 +262,4 @@ (define-public inkscape
>                             "inkscape-" version ".tar.xz"))

It'd be nice (in a follow-up commit) to get rid of these input labels
and use gexps for the arguments, while we're touching it.

-- 
Thanks,
Maxim





reply via email to

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