summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-09-22 19:02:22 +0000
committerMathieu Othacehe <othacehe@gnu.org>2021-10-02 10:54:15 +0000
commit75fda6a01125f517a8a0e94e4551ac861acd43cd (patch)
tree809a18d8e5154bd763d7c15ce27d7f8129796792 /gnu
parentb6231f032dc1deb63b63ec43c8d4e4c4fad8a9e7 (diff)
downloadguix-patches-75fda6a01125f517a8a0e94e4551ac861acd43cd.tar
guix-patches-75fda6a01125f517a8a0e94e4551ac861acd43cd.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1d167ef80e..dc7f9f6961 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