guix-commits
[Top][All Lists]
Advanced

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

12/80: gnu: gnome-font-viewer: Update to 40.0.


From: guix-commits
Subject: 12/80: gnu: gnome-font-viewer: Update to 40.0.
Date: Tue, 28 Sep 2021 07:21:22 -0400 (EDT)

mothacehe pushed a commit to branch wip-gnome40
in repository guix.

commit 3bbd3e49ccd5a8f92c0dc8ee591f0370c8db33da
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Sep 22 19:02:22 2021 +0000

    gnu: gnome-font-viewer: Update to 40.0.
    
    * gnu/packages/gnome.scm (gnome-font-viewer): Update to 40.0.
    [source]: Fix the URL.
    [inputs]: Add libhandy, libxml2.
---
 gnu/packages/gnome.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c51231f..7c4c57a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2330,15 +2330,15 @@ and keep up to date translations of documentation.")
 (define-public gnome-font-viewer
   (package
     (name "gnome-font-viewer")
-    (version "3.30.0")
+    (version "40.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-font-viewer/"
-                                  (version-major+minor version)
+                                  (version-major version)
                                   "/gnome-font-viewer-" version ".tar.xz"))
               (sha256
                (base32
-                "1wwnx2zrlbd2d6np7m9s78alx6j6ranrnh1g2z6zrv9qcj8rpzz5"))))
+                "0hpyi0sz3gcqqs9lkwyk8b6hr39m3n27432x98kxr436jj37dk6j"))))
     (build-system meson-build-system)
     (arguments
      '(#:phases
@@ -2365,7 +2365,9 @@ and keep up to date translations of documentation.")
     (inputs
      `(("glib" ,glib)
        ("gnome-desktop" ,gnome-desktop)
-       ("gtk+" ,gtk+)))
+       ("gtk+" ,gtk+)
+       ("libhandy" ,libhandy)
+       ("libxml2" ,libxml2)))
     (home-page "https://gitlab.gnome.org/GNOME/gnome-font-viewer";)
     (synopsis "GNOME Fonts")
     (description "Application to show you the fonts installed on your computer



reply via email to

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