emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#58467: closed ([PATCH] gnu: epiphany: Use 'librsvg-for-system'.)


From: GNU bug Tracking System
Subject: bug#58467: closed ([PATCH] gnu: epiphany: Use 'librsvg-for-system'.)
Date: Thu, 13 Oct 2022 10:22:01 +0000

Your message dated Thu, 13 Oct 2022 11:21:21 +0100
with message-id <87ilko81ml.fsf@cbaines.net>
and subject line Re: [bug#58467] [PATCH] gnu: epiphany: Use 
'librsvg-for-system'.
has caused the debbugs.gnu.org bug report #58467,
regarding [PATCH] gnu: epiphany: Use 'librsvg-for-system'.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58467: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58467
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: epiphany: Use 'librsvg-for-system'. Date: Wed, 12 Oct 2022 14:24:13 +0200
This adds support for non x86_64 architectures.

* gnu/packages/gnome.scm (epiphany)[inputs]: Use
  'librsvg-for-system' instead of 'librsvg'.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 18001ccff2..09a991b14c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7286,7 +7286,7 @@ (define-public epiphany
            libhandy
            libnotify
            libportal
-           librsvg                      ; for loading SVG files
+           (librsvg-for-system)         ; for loading SVG files
            libsecret
            libsoup
            libxslt

base-commit: e1baf802ccd8af4f7b416b0987db706f2dbfc42f
-- 
2.38.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#58467] [PATCH] gnu: epiphany: Use 'librsvg-for-system'. Date: Thu, 13 Oct 2022 11:21:21 +0100 User-agent: mu4e 1.8.9; emacs 28.1
Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> writes:

> This adds support for non x86_64 architectures.
>
> * gnu/packages/gnome.scm (epiphany)[inputs]: Use
>   'librsvg-for-system' instead of 'librsvg'.
>
> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
> ---
>  gnu/packages/gnome.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, pushed to master as cc58a0c62739d93c1d22a9930f11abdb0bd7ac04.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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