diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-08-15 23:13:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-08-15 23:51:52 +0200 |
commit | 3b4f21bd1b7e32dfbf55b5a86d96331415ef0785 (patch) | |
tree | f10d8afbdb0dff3719bee067cfcf2b4bafb0e118 /gnu/packages/xorg.scm | |
parent | e12b3eb93eb8746438c8e74569c8196f2552f1d4 (diff) | |
download | gnu-guix-3b4f21bd1b7e32dfbf55b5a86d96331415ef0785.tar gnu-guix-3b4f21bd1b7e32dfbf55b5a86d96331415ef0785.tar.gz |
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.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index c1b3ee4c35..2390447211 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -693,9 +693,9 @@ tracking.") ;; (license non-free))) -(define-public font-bitstream-type1 +(define-public font-luxi-ttf (package - (name "font-bitstream-type1") + (name "font-luxi-ttf") (version "1.0.3") (source (origin @@ -712,8 +712,9 @@ tracking.") `(("mkfontdir" ,mkfontdir) ("pkg-config" ,pkg-config))) (home-page "http://www.x.org/wiki/") - (synopsis "xorg implementation of the X Window System") - (description "X.org provides an implementation of the X Window System") + (synopsis "Luxi fonts by Bigelow & Holmes, Inc.") + (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))) |