mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xorg: Remove non-free font font-bh-ttf/font-luxi-ttf.
* gnu/packages/xorg.scm (font-luxi-ttf): Comment out variable.
This commit is contained in:
parent
5aa601a37b
commit
45f0ae8229
1 changed files with 26 additions and 25 deletions
|
@ -622,6 +622,32 @@ (define-public font-arabic-misc
|
|||
;; (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 @@ (define-public font-arabic-misc
|
|||
;; (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")
|
||||
|
|
Loading…
Reference in a new issue