gnu: Add libxfont@2.

* gnu/packages/xorg.scm (libxfont2): New variable.
master
Marius Bakke 2017-01-25 17:00:58 +01:00
parent d270c606b3
commit 404e48c4ed
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 11 additions and 0 deletions

View File

@ -4796,6 +4796,17 @@ not be used by normal X11 clients. X11 clients access fonts via either the
new API's in libXft, or the legacy API's in libX11.") new API's in libXft, or the legacy API's in libX11.")
(license license:x11))) (license license:x11)))
(define-public libxfont2
(package
(inherit libxfont)
(version "2.0.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/lib/libXfont2-"
version ".tar.bz2"))
(sha256
(base32
"0znvwk36nhmyqpmhbm9mzisgixp1mp5qkfald8x1n5yxbm3vpyz9"))))))
(define-public libxi (define-public libxi
(package (package