gnu: bdftopcf: Update to 1.1.

* gnu/packages/xorg.scm (bdftopcf): Update to 1.1.
[native-inputs]: Change from LIBXFONT to LIBXFONT2.
master
Marius Bakke 2017-11-07 23:29:23 +01:00
parent d469bc09bd
commit cd215877a0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -176,7 +176,7 @@ directory tree.")
(define-public bdftopcf
(package
(name "bdftopcf")
(version "1.0.5")
(version "1.1")
(source
(origin
(method url-fetch)
@ -186,10 +186,10 @@ directory tree.")
".tar.bz2"))
(sha256
(base32
"09i03sk878cmx2i40lkpsysn7zqcvlczb30j7x3lryb11jz4gx1q"))))
"18hiscgljrz10zjcws25bis32nyrg3hzgmiq6scrh7izqmgz0kab"))))
(build-system gnu-build-system)
(inputs
`(("libxfont" ,libxfont)))
`(("libxfont" ,libxfont2)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "https://www.x.org/wiki/")