gnu: xorg: Remove non-free font font-bh-ttf/font-luxi-ttf.

* gnu/packages/xorg.scm (font-luxi-ttf): Comment out variable.
master
Andreas Enge 2013-08-20 14:27:43 +02:00
parent 5aa601a37b
commit 45f0ae8229
1 changed files with 26 additions and 25 deletions

View File

@ -622,6 +622,32 @@ tracking.")
;; (license non-free)))
;;
;;
;; (define-public font-bh-ttf
;; (package
;; (name "font-luxi-ttf")
;; (version "1.0.3")
;; (source
;; (origin
;; (method url-fetch)
;; (uri (string-append
;; "mirror://xorg/X11R7.7/src/everything/font-bh-ttf-"
;; version
;; ".tar.bz2"))
;; (sha256
;; (base32
;; "0pyjmc0ha288d4i4j0si4dh3ncf3jiwwjljvddrb0k8v4xiyljqv"))))
;; (build-system gnu-build-system)
;; (inputs
;; `(("mkfontdir" ,mkfontdir)
;; ("pkg-config" ,pkg-config)))
;; (home-page "http://www.x.org/wiki/")
;; (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)))
;; (license non-free)))
;;
;;
;; (define-public font-bh-type1
;; (package
;; (name "font-bh-type1")
@ -697,31 +723,6 @@ tracking.")
;; (license non-free)))
(define-public font-luxi-ttf
(package
(name "font-luxi-ttf")
(version "1.0.3")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/X11R7.7/src/everything/font-bh-ttf-"
version
".tar.bz2"))
(sha256
(base32
"0pyjmc0ha288d4i4j0si4dh3ncf3jiwwjljvddrb0k8v4xiyljqv"))))
(build-system gnu-build-system)
(inputs
`(("mkfontdir" ,mkfontdir)
("pkg-config" ,pkg-config)))
(home-page "http://www.x.org/wiki/")
(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)))
(define-public font-cronyx-cyrillic
(package
(name "font-cronyx-cyrillic")