gnu: libfontenc: Update to 1.1.4.
* gnu/packages/xorg.scm (libfontenc): Update to 1.1.4. [home-page]: Set to source repository.master
parent
ec47c07d06
commit
ce325754c5
|
@ -1084,7 +1084,7 @@ synchronization between the X server and direct-rendering clients.")
|
||||||
(define-public libfontenc
|
(define-public libfontenc
|
||||||
(package
|
(package
|
||||||
(name "libfontenc")
|
(name "libfontenc")
|
||||||
(version "1.1.3")
|
(version "1.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1094,14 +1094,14 @@ synchronization between the X server and direct-rendering clients.")
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08gxmrhgw97mv0pvkfmd46zzxrn6zdw4g27073zl55gwwqq8jn3h"))))
|
"0y90170dp8wsidr1dzza0grxr1lfh30ji3b5vkjz4j6x1n0wxz1c"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)
|
`(("zlib" ,zlib)
|
||||||
("xorgproto" ,xorgproto)))
|
("xorgproto" ,xorgproto)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://www.x.org/wiki/")
|
(home-page "https://gitlab.freedesktop.org/xorg/lib/libfontenc")
|
||||||
(synopsis "Xorg font encoding library")
|
(synopsis "Xorg font encoding library")
|
||||||
(description "Xorg font encoding library.")
|
(description "Xorg font encoding library.")
|
||||||
(license license:x11)))
|
(license license:x11)))
|
||||||
|
|
Reference in New Issue