me
/
guix
Archived
1
0
Fork 0

gnu: graphite2: Update to 1.3.1.

* gnu/packages/fontutils.scm (graphite2): Update to 1.3.1.  Remove
  unused PERL from inputs.
  [native-inputs]: New field.
master
宋文武 2015-08-22 11:33:35 +08:00
parent d582eaacec
commit e6f22a828e
1 changed files with 6 additions and 5 deletions

View File

@ -203,7 +203,7 @@ applications should be.")
(define-public graphite2 (define-public graphite2
(package (package
(name "graphite2") (name "graphite2")
(version "1.2.4") (version "1.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -212,12 +212,13 @@ applications should be.")
version ".tgz")) version ".tgz"))
(sha256 (sha256
(base32 (base32
"00xhv1mp640fr3wmdzwn4yz0g56jd4r9fb7b02mc1g19h0bdbhsb")))) "0xvhmlyyxg2qmbwyl8k2f9w7mrbjyl59823pnjd8xmxpyl6976d5"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs
`(("python" ,python-2) ; because of "import imap" in tests
("python-fonttools" ,python2-fonttools)))
(inputs (inputs
`(("freetype" ,freetype) `(("freetype" ,freetype)))
("perl" ,perl)
("python" ,python-2))) ; because of "import imap" in tests
(synopsis "Reimplementation of the SIL Graphite text processing engine") (synopsis "Reimplementation of the SIL Graphite text processing engine")
(description (description
"Graphite2 is a reimplementation of the SIL Graphite text processing "Graphite2 is a reimplementation of the SIL Graphite text processing