gnu: Correct name and description of the Luxi font package.
* gnu/packages/xorg.scm (font-bitstream-type1): Rename to... (font-luxi-ttf): ... this. Change name to "font-luxi-ttf". Adjust synopsis and description.master
parent
e12b3eb93e
commit
3b4f21bd1b
|
@ -693,9 +693,9 @@ tracking.")
|
||||||
;; (license non-free)))
|
;; (license non-free)))
|
||||||
|
|
||||||
|
|
||||||
(define-public font-bitstream-type1
|
(define-public font-luxi-ttf
|
||||||
(package
|
(package
|
||||||
(name "font-bitstream-type1")
|
(name "font-luxi-ttf")
|
||||||
(version "1.0.3")
|
(version "1.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -712,8 +712,9 @@ tracking.")
|
||||||
`(("mkfontdir" ,mkfontdir)
|
`(("mkfontdir" ,mkfontdir)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://www.x.org/wiki/")
|
(home-page "http://www.x.org/wiki/")
|
||||||
(synopsis "xorg implementation of the X Window System")
|
(synopsis "Luxi fonts by Bigelow & Holmes, Inc.")
|
||||||
(description "X.org provides an implementation of the X Window System")
|
(description "Luxi fonts is a family of sans-serif fonts for the X Window
|
||||||
|
System. This package provides the TrueType (TTF) files.")
|
||||||
(license license:x11)))
|
(license license:x11)))
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue