gnu: Rename fonts according to our new naming scheme.
* gnu/packages/fonts.scm (ttf-dejavu): Rename to ... * gnu/packages/fonts.scm (font-dejavu): ... this. * gnu/packages/fonts.scm (ttf-bitstream-vera): Rename to ... * gnu/packages/fonts.scm (font-bitstream-vera): ... this. * gnu/packages/fonts.scm (freefont-ttf): Rename to ... * gnu/packages/fonts.scm (font-gnu-freefont-ttf): ... this. * gnu/packages/fonts.scm (terminus-font): Rename to ... * gnu/packages/fonts.scm (font-terminus): ... this.
This commit is contained in:
parent
3b09332adf
commit
5e6bdf06a7
|
@ -32,9 +32,9 @@
|
||||||
#:use-module (gnu packages xorg)
|
#:use-module (gnu packages xorg)
|
||||||
#:use-module (gnu packages pkg-config))
|
#:use-module (gnu packages pkg-config))
|
||||||
|
|
||||||
(define-public ttf-dejavu
|
(define-public font-dejavu
|
||||||
(package
|
(package
|
||||||
(name "ttf-dejavu")
|
(name "font-dejavu")
|
||||||
(version "2.34")
|
(version "2.34")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -98,9 +98,9 @@ provide serif, sans and monospaced variants.")
|
||||||
(license:x11-style
|
(license:x11-style
|
||||||
"http://dejavu-fonts.org/"))))
|
"http://dejavu-fonts.org/"))))
|
||||||
|
|
||||||
(define-public ttf-bitstream-vera
|
(define-public font-bitstream-vera
|
||||||
(package
|
(package
|
||||||
(name "ttf-bitstream-vera")
|
(name "font-bitstream-vera")
|
||||||
(version "1.10")
|
(version "1.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -152,9 +152,9 @@ package provides the TrueType (TTF) files.")
|
||||||
(license:x11-style
|
(license:x11-style
|
||||||
"https://www-old.gnome.org/fonts/#Final_Bitstream_Vera_Fonts"))))
|
"https://www-old.gnome.org/fonts/#Final_Bitstream_Vera_Fonts"))))
|
||||||
|
|
||||||
(define-public freefont-ttf
|
(define-public font-gnu-freefont-ttf
|
||||||
(package
|
(package
|
||||||
(name "freefont-ttf")
|
(name "font-gnu-freefont-ttf")
|
||||||
(version "20100919")
|
(version "20100919")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -269,9 +269,9 @@ and Bitstream Vera Sans Mono).
|
||||||
The Liberation Fonts are sponsored by Red Hat.")
|
The Liberation Fonts are sponsored by Red Hat.")
|
||||||
(license license:silofl1.1)))
|
(license license:silofl1.1)))
|
||||||
|
|
||||||
(define-public terminus-font
|
(define-public font-terminus
|
||||||
(package
|
(package
|
||||||
(name "terminus-font")
|
(name "font-terminus")
|
||||||
(version "4.39")
|
(version "4.39")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
|
Loading…
Reference in New Issue