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

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

bug#52485: closed ([PATCH] gnu: fontmanager: Use libsoup2 and vala-0.52)


From: GNU bug Tracking System
Subject: bug#52485: closed ([PATCH] gnu: fontmanager: Use libsoup2 and vala-0.52)
Date: Tue, 14 Dec 2021 17:44:03 +0000

Your message dated Tue, 14 Dec 2021 12:43:50 -0500
with message-id <YbjX1lOjSyiWcyAP@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@gnu.org.)


-- 
52485: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52485
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- 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


--- End Message ---

reply via email to

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