gnu: font-terminus: Update to 4.47.
* gnu/packages/fonts.scm (font-terminus): Update to 4.47. Re-indent. [native-inputs]: Replace perl with python. Order alphabetically. [arguments]: Remove #:configure-flags.master
parent
2d8e1e286d
commit
73c5c4820a
|
@ -344,33 +344,23 @@ Biolinum is available in both Regular and Bold weights.")
|
||||||
(define-public font-terminus
|
(define-public font-terminus
|
||||||
(package
|
(package
|
||||||
(name "font-terminus")
|
(name "font-terminus")
|
||||||
(version "4.40")
|
(version "4.47")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "mirror://sourceforge/terminus-font/terminus-font-"
|
||||||
"mirror://sourceforge/terminus-font/terminus-font-"
|
version "/terminus-font-" version ".tar.gz"))
|
||||||
version
|
(sha256
|
||||||
"/terminus-font-"
|
(base32 "15qjcpalcxjiwsjgjg5k88vkwp56cs2nnx4ghya6mqp4i1c206qg"))))
|
||||||
version
|
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0487cyx5h1f0crbny5sg73a22gmym5vk1i7646gy7hgiscj2rxb4"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("bdftopcf" ,bdftopcf)
|
||||||
("perl" ,perl)
|
|
||||||
("bdftopcf" ,bdftopcf)
|
|
||||||
("font-util" ,font-util)
|
("font-util" ,font-util)
|
||||||
("mkfontdir" ,mkfontdir)))
|
("mkfontdir" ,mkfontdir)
|
||||||
|
("pkg-config" ,pkg-config)
|
||||||
|
("python" ,python)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list
|
`(#:tests? #f)) ; no test target in tarball
|
||||||
;; install fonts into subdirectory of package output
|
|
||||||
;; instead of font-util-?.?.?/share/fonts/X11
|
|
||||||
(string-append "--with-fontrootdir="
|
|
||||||
%output "/share/fonts/X11"))
|
|
||||||
#:tests? #f)) ;; No test target in tarball
|
|
||||||
(home-page "http://terminus-font.sourceforge.net/")
|
(home-page "http://terminus-font.sourceforge.net/")
|
||||||
(synopsis "Simple bitmap programming font")
|
(synopsis "Simple bitmap programming font")
|
||||||
(description "Terminus Font is a clean, fixed-width bitmap font, designed
|
(description "Terminus Font is a clean, fixed-width bitmap font, designed
|
||||||
|
|
Reference in New Issue