all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52485] [PATCH] gnu: fontmanager: Use libsoup2 and vala-0.52
@ 2021-12-14 17:08 Josselin Poiret via Guix-patches via
  2021-12-14 17:43 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2021-12-14 17:08 UTC (permalink / raw)
  To: 52485; +Cc: Josselin Poiret

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#52485] [PATCH] gnu: fontmanager: Use libsoup2 and vala-0.52
  2021-12-14 17:08 [bug#52485] [PATCH] gnu: fontmanager: Use libsoup2 and vala-0.52 Josselin Poiret via Guix-patches via
@ 2021-12-14 17:43 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-12-14 17:43 UTC (permalink / raw)
  To: 52485; +Cc: Josselin Poiret, 52485-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-14 17:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-14 17:08 [bug#52485] [PATCH] gnu: fontmanager: Use libsoup2 and vala-0.52 Josselin Poiret via Guix-patches via
2021-12-14 17:43 ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.