unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46659] [PATCH] gnu: fontmanager: Update to 0.8.4.
@ 2021-02-20  8:03 Boris A. Dekshteyn
  2021-02-21  0:33 ` bug#46659: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Boris A. Dekshteyn @ 2021-02-20  8:03 UTC (permalink / raw)
  To: 46659; +Cc: Boris A. Dekshteyn

* gnu/packages/fontutils.scm (fontmanager): Update to 0.8.3.
[inputs]: Add libsoup and webkitgtk.
[native-inputs]: Remove vala; add vala-0.50.
---
 gnu/packages/fontutils.scm | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index cacda2ed04..12eb937010 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -55,6 +55,7 @@
   #:use-module (gnu packages python)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages sqlite)
+  #:use-module (gnu packages webkit)
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages xorg)
@@ -843,7 +844,7 @@ generated list of fallback fonts are checked.")
 (define-public fontmanager
   (package
    (name "fontmanager")
-   (version "0.7.7")
+   (version "0.8.4")
    (source
     (origin
       (method git-fetch)
@@ -853,7 +854,7 @@ generated list of fallback fonts are checked.")
       (file-name (git-file-name name version))
       (sha256
        (base32
-        "1bzqvspplp1zj0n0869jqbc60wgbjhf0vdrn5bj8dfawxynh8s5f"))))
+        "09rv0srpj8ann2n1zpv1frlpxz0x10d2y21c5lys7pmfngljlxi9"))))
    (build-system meson-build-system)
    (arguments
     `(#:glib-or-gtk? #t
@@ -863,19 +864,21 @@ generated list of fallback fonts are checked.")
                            (assoc-ref %outputs "out")
                            "/lib/font-manager"))))
    (native-inputs
-    `(("pkg-config" ,pkg-config)
-      ("vala" ,vala)
-      ("yelp-tools" ,yelp-tools)
+    `(("desktop-file-utils" ,desktop-file-utils)
       ("gettext" ,gettext-minimal)
       ("glib" ,glib "bin")
       ("gobject-introspection" ,gobject-introspection)
-      ("desktop-file-utils" ,desktop-file-utils)))
+      ("pkg-config" ,pkg-config)
+      ("vala" ,vala-0.50)
+      ("yelp-tools" ,yelp-tools)))
    (inputs
-    `(("json-glib" ,json-glib)
-      ("sqlite" ,sqlite)
-      ("fonconfig" ,fontconfig)
+    `(("fonconfig" ,fontconfig)
       ("freetype" ,freetype)
-      ("gtk+" ,gtk+)))
+      ("json-glib" ,json-glib)
+      ("libsoup" ,libsoup)
+      ("sqlite" ,sqlite)
+      ("gtk+" ,gtk+)
+      ("webkitgtk" ,webkitgtk)))
    (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.30.1





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

* bug#46659: [PATCH] gnu: fontmanager: Update to 0.8.4.
  2021-02-20  8:03 [bug#46659] [PATCH] gnu: fontmanager: Update to 0.8.4 Boris A. Dekshteyn
@ 2021-02-21  0:33 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-02-21  0:33 UTC (permalink / raw)
  To: Boris A. Dekshteyn; +Cc: 46659-done

Hello,

"Boris A. Dekshteyn" <boris.dekshteyn@gmail.com> writes:

> * gnu/packages/fontutils.scm (fontmanager): Update to 0.8.3.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-02-21  0:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20  8:03 [bug#46659] [PATCH] gnu: fontmanager: Update to 0.8.4 Boris A. Dekshteyn
2021-02-21  0:33 ` bug#46659: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).