gnu: fontforge: Update to 20220308.
* gnu/packages/fontutils.scm (fontforge): Update to 20220308. [inputs]: Remove LIBUNINAMESLIST.
This commit is contained in:
parent
757aeb1d3a
commit
7f81f09641
1 changed files with 2 additions and 3 deletions
|
@ -1464,14 +1464,14 @@ definitions.")
|
||||||
(define-public fontforge
|
(define-public fontforge
|
||||||
(package
|
(package
|
||||||
(name "fontforge")
|
(name "fontforge")
|
||||||
(version "20201107")
|
(version "20220308")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://github.com/fontforge/fontforge/releases/download/"
|
"https://github.com/fontforge/fontforge/releases/download/"
|
||||||
version "/fontforge-" version ".tar.xz"))
|
version "/fontforge-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0y3c8x1i6yf6ak9m5dhr1nldgfmg7zhnwdfd57ffs698c27vmg38"))))
|
(base32 "0ncfc4ajwy4ng6b6h79w52jh9z3lngvf3f3ldi1wzkhcg9zh3r01"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
@ -1489,7 +1489,6 @@ definitions.")
|
||||||
("libspiro" ,libspiro)
|
("libspiro" ,libspiro)
|
||||||
("libtiff" ,libtiff)
|
("libtiff" ,libtiff)
|
||||||
("libungif" ,libungif)
|
("libungif" ,libungif)
|
||||||
("libuninameslist" ,libuninameslist)
|
|
||||||
("libxft" ,libxft)
|
("libxft" ,libxft)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("pango" ,pango)
|
("pango" ,pango)
|
||||||
|
|
Reference in a new issue