From: Josselin Poiret via Guix-patches via <guix-patches@gnu.org>
To: 52485@debbugs.gnu.org
Cc: Josselin Poiret <dev@jpoiret.xyz>
Subject: [bug#52485] [PATCH] gnu: fontmanager: Use libsoup2 and vala-0.52
Date: Tue, 14 Dec 2021 18:08:44 +0100 [thread overview]
Message-ID: <20211214170844.26364-1-dev@jpoiret.xyz> (raw)
* 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
next reply other threads:[~2021-12-14 17:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-14 17:08 Josselin Poiret via Guix-patches via [this message]
2021-12-14 17:43 ` [bug#52485] [PATCH] gnu: fontmanager: Use libsoup2 and vala-0.52 Leo Famulari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211214170844.26364-1-dev@jpoiret.xyz \
--to=guix-patches@gnu.org \
--cc=52485@debbugs.gnu.org \
--cc=dev@jpoiret.xyz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.