gnu: graphite2: Update to 1.3.5. Update home-page and source URI.

* gnu/packages/fontutils.scm (graphite2): Update to 1.3.5.
  [source, home-page]: Update to reflect upstream move to github.
This commit is contained in:
Mark H Weaver 2016-02-10 17:27:20 -05:00
parent 4373278ea5
commit e86409c566

View file

@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014, 2015 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2013, 2014, 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016 Mark H Weaver <mhw@netris.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -203,16 +204,16 @@ (define-public teckit
(define-public graphite2 (define-public graphite2
(package (package
(name "graphite2") (name "graphite2")
(version "1.3.3") (version "1.3.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append "https://github.com/silnrsi/graphite/archive/"
"mirror://sourceforge/silgraphite/graphite2/graphite2-" version ".tar.gz"))
version ".tgz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1n22vvi4jl83m4sqhvd7v31bhyhyd8j6c3yjgh4zjfyrvid16jrg")))) "0jrjb56zim57xg2pckfdyrw46c624mqz9zywgwza0g1bxg26940w"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("python" ,python-2) ; because of "import imap" in tests `(("python" ,python-2) ; because of "import imap" in tests
@ -226,7 +227,7 @@ (define-public graphite2
process known as shaping. This process takes an input Unicode text string process known as shaping. This process takes an input Unicode text string
and returns a sequence of positioned glyphids from the font.") and returns a sequence of positioned glyphids from the font.")
(license license:lgpl2.1+) (license license:lgpl2.1+)
(home-page "http://projects.palaso.org/projects/graphitedev"))) (home-page "https://github.com/silnrsi/graphite")))
(define-public potrace (define-public potrace
(package (package