GNU bug report logs - #52485
[PATCH] gnu: fontmanager: Use libsoup2 and vala-0.52

Previous Next

Package: guix-patches;

Reported by: Josselin Poiret <dev <at> jpoiret.xyz>

Date: Tue, 14 Dec 2021 17:10:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#52485: closed ([PATCH] gnu: fontmanager: Use libsoup2 and
 vala-0.52)
Date: Tue, 14 Dec 2021 17:44:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 14 Dec 2021 12:43:50 -0500
with message-id <YbjX1lOjSyiWcyAP <at> jasmine.lan>
and subject line Re: [bug#52485] [PATCH] gnu: fontmanager: Use libsoup2 and vala-0.52
has caused the debbugs.gnu.org bug report #52485,
regarding [PATCH] gnu: fontmanager: Use libsoup2 and vala-0.52
to be marked as done.

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


-- 
52485: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52485
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Josselin Poiret <dev <at> jpoiret.xyz>
To: guix-patches <at> gnu.org
Cc: Josselin Poiret <dev <at> jpoiret.xyz>
Subject: [PATCH] gnu: fontmanager: Use libsoup2 and vala-0.52
Date: Tue, 14 Dec 2021 18:08:44 +0100
* gnu/packages/fontutils.scm (fontmanager): Do it.
---
 gnu/packages/fontutils.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 2a34198828..f92029dd31 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -898,16 +898,16 @@ (define-public fontmanager
       ("glib" ,glib "bin")
       ("gobject-introspection" ,gobject-introspection)
       ("pkg-config" ,pkg-config)
-      ("vala" ,vala)
+      ("vala" ,vala-0.52)
       ("yelp-tools" ,yelp-tools)))
    (inputs
     `(("fonconfig" ,fontconfig)
       ("freetype" ,freetype)
       ("gtk+" ,gtk+)
       ("json-glib" ,json-glib)
-      ("libsoup" ,libsoup)
+      ("libsoup" ,libsoup-minimal-2)
       ("sqlite" ,sqlite)
-      ("webkitgtk" ,webkitgtk)))
+      ("webkitgtk" ,webkitgtk-with-libsoup2)))
    (home-page "https://fontmanager.github.io/")
    (synopsis "Simple font management for GTK+ desktop environments")
    (description "Font Manager is intended to provide a way for users to
-- 
2.34.0



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Josselin Poiret via Guix-patches via <guix-patches <at> gnu.org>
Cc: Josselin Poiret <dev <at> jpoiret.xyz>, 52485-done <at> debbugs.gnu.org
Subject: Re: [bug#52485] [PATCH] gnu: fontmanager: Use libsoup2 and vala-0.52
Date: Tue, 14 Dec 2021 12:43:50 -0500
On Tue, Dec 14, 2021 at 06:08:44PM +0100, Josselin Poiret via Guix-patches via wrote:
> * gnu/packages/fontutils.scm (fontmanager): Do it.

Thanks! Pushed as 6aece4b94d445e04fca308c1048c8765364797e3


This bug report was last modified 3 years and 159 days ago.

Previous Next


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