mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: libspiro: Update to 20200505 and remove replacement.
* gnu/packages/fontutils.scm (libspiro): Update to 20200505. [replacement]: Remove. (libspiro-20200505): Remove.
This commit is contained in:
parent
c4868e3828
commit
7101691676
1 changed files with 2 additions and 16 deletions
|
@ -552,8 +552,7 @@ (define-public libotf
|
||||||
(define-public libspiro
|
(define-public libspiro
|
||||||
(package
|
(package
|
||||||
(name "libspiro")
|
(name "libspiro")
|
||||||
(version "20190731")
|
(version "20200505")
|
||||||
(replacement libspiro-20200505)
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -561,7 +560,7 @@ (define-public libspiro
|
||||||
"/download/" version "/libspiro-" version ".tar.gz"))
|
"/download/" version "/libspiro-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0m63x97b7aciviijprvy85gm03p2jsgslxn323zl9zn7qz6d3ir4"))))
|
"0j8fmyj4wz6mqk17dqs6f8jx0i52n68gv5px17qbrjnbilg9mih6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--disable-static")))
|
'(#:configure-flags '("--disable-static")))
|
||||||
|
@ -572,19 +571,6 @@ (define-public libspiro
|
||||||
(license license:gpl2+)
|
(license license:gpl2+)
|
||||||
(home-page "http://libspiro.sourceforge.net/")))
|
(home-page "http://libspiro.sourceforge.net/")))
|
||||||
|
|
||||||
(define libspiro-20200505
|
|
||||||
(package
|
|
||||||
(inherit libspiro)
|
|
||||||
(version "20200505")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://github.com/fontforge/libspiro/releases"
|
|
||||||
"/download/" version "/libspiro-dist-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0j8fmyj4wz6mqk17dqs6f8jx0i52n68gv5px17qbrjnbilg9mih6"))))))
|
|
||||||
|
|
||||||
(define-public libuninameslist
|
(define-public libuninameslist
|
||||||
(package
|
(package
|
||||||
(name "libuninameslist")
|
(name "libuninameslist")
|
||||||
|
|
Loading…
Reference in a new issue