gnu: font-abattis-cantarell: Update to 0.303-0.e049149.

* gnu/packages/fonts.scm (font-abattis-cantarell): Update to 0.303-0.e049149.
[native-inputs]: Remove python-statmake.
This commit is contained in:
Maxim Cournoyer 2023-04-12 12:17:41 -04:00
parent 4e0c1a8deb
commit ddf477e2d6
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -260,37 +260,41 @@ Cyrillic, Canadian Syllabics and most Latin based languages are supported.")
(license license:cc0))) (license license:cc0)))
(define-public font-abattis-cantarell (define-public font-abattis-cantarell
(package ;; Use the latest commit, as the last released version, 0.303, has problems
(name "font-abattis-cantarell") ;; with the newer statmake. The dependency has been removed in the latest
(version "0.303") ;; code base.
(source (let ((commit "e049149faf0c15b0711e8d790e2333be923f0486")
(origin (revision "0"))
(method git-fetch) (package
(uri (git-reference (name "font-abattis-cantarell")
(url "https://gitlab.gnome.org/GNOME/cantarell-fonts") (version (git-version "0.303" revision commit))
(commit (string-append "v" version)))) (source
(file-name (git-file-name name version)) (origin
(sha256 (method git-fetch)
(base32 (uri (git-reference
"1d1ay0fdqchk0wa5yqxis2c98imvzsbbd2kjv0x8sk4fm419847b")))) (url "https://gitlab.gnome.org/GNOME/cantarell-fonts")
(build-system meson-build-system) (commit commit)))
(arguments (file-name (git-file-name name version))
(list #:configure-flags #~(list "-Dbuildstatics=true"))) (sha256
(native-inputs (base32
(list gettext-minimal "032csq99bkmmgh9mmmbrgg4fzxgkcsvxv4wy595qms72mmlgmcc7"))))
psautohint (build-system meson-build-system)
python (arguments
python-cffsubr (list #:configure-flags #~(list "-Dbuildstatics=true")))
python-fontmath (native-inputs
python-statmake (list gettext-minimal
python-ufo2ft)) psautohint
(home-page "https://wiki.gnome.org/Projects/CantarellFonts") python
(synopsis "Cantarell sans-serif typeface") python-cffsubr
(description "The Cantarell font family is a contemporary Humanist python-fontmath
python-ufo2ft))
(home-page "https://wiki.gnome.org/Projects/CantarellFonts")
(synopsis "Cantarell sans-serif typeface")
(description "The Cantarell font family is a contemporary Humanist
sans-serif designed for on-screen reading. It is used by GNOME@tie{}3. sans-serif designed for on-screen reading. It is used by GNOME@tie{}3.
This package contains both the non-variable as well as the variable versions This package contains both the non-variable as well as the variable versions
of the font.") of the font.")
(license license:silofl1.1))) (license license:silofl1.1))))
(define-public font-lato (define-public font-lato
(package (package