me
/
guix
Archived
1
0
Fork 0

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
Tobias Geerinckx-Rice 2019-03-04 19:44:16 +01:00
parent 2d8e1e286d
commit 73c5c4820a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 12 additions and 22 deletions

View File

@ -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
"/terminus-font-"
version
".tar.gz"))
(sha256 (sha256
(base32 (base32 "15qjcpalcxjiwsjgjg5k88vkwp56cs2nnx4ghya6mqp4i1c206qg"))))
"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