mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
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.
This commit is contained in:
parent
b6231f032d
commit
75fda6a011
1 changed files with 6 additions and 4 deletions
|
@ -2330,15 +2330,15 @@ (define-public gnome-disk-utility
|
||||||
(define-public gnome-font-viewer
|
(define-public gnome-font-viewer
|
||||||
(package
|
(package
|
||||||
(name "gnome-font-viewer")
|
(name "gnome-font-viewer")
|
||||||
(version "3.30.0")
|
(version "40.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/gnome-font-viewer/"
|
(uri (string-append "mirror://gnome/sources/gnome-font-viewer/"
|
||||||
(version-major+minor version)
|
(version-major version)
|
||||||
"/gnome-font-viewer-" version ".tar.xz"))
|
"/gnome-font-viewer-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wwnx2zrlbd2d6np7m9s78alx6j6ranrnh1g2z6zrv9qcj8rpzz5"))))
|
"0hpyi0sz3gcqqs9lkwyk8b6hr39m3n27432x98kxr436jj37dk6j"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -2365,7 +2365,9 @@ (define-public gnome-font-viewer
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)
|
||||||
("gnome-desktop" ,gnome-desktop)
|
("gnome-desktop" ,gnome-desktop)
|
||||||
("gtk+" ,gtk+)))
|
("gtk+" ,gtk+)
|
||||||
|
("libhandy" ,libhandy)
|
||||||
|
("libxml2" ,libxml2)))
|
||||||
(home-page "https://gitlab.gnome.org/GNOME/gnome-font-viewer")
|
(home-page "https://gitlab.gnome.org/GNOME/gnome-font-viewer")
|
||||||
(synopsis "GNOME Fonts")
|
(synopsis "GNOME Fonts")
|
||||||
(description "Application to show you the fonts installed on your computer
|
(description "Application to show you the fonts installed on your computer
|
||||||
|
|
Loading…
Reference in a new issue