gnu: ncurses: Upgrade to 6.0.

* gnu/packages/ncurses.scm (ncurses): Upgrade to 6.0.  Change library names to
  '.so.6'.
This commit is contained in:
Ludovic Courtès 2015-08-19 22:52:09 +02:00
parent f02c902cbe
commit 7b06688048
1 changed files with 4 additions and 4 deletions

View File

@ -56,9 +56,9 @@
(define lib.a (define lib.a
(string-append "lib" lib ".a")) (string-append "lib" lib ".a"))
(define libw.so.x (define libw.so.x
(string-append "lib" lib "w.so.5")) (string-append "lib" lib "w.so.6"))
(define lib.so.x (define lib.so.x
(string-append "lib" lib ".so.5")) (string-append "lib" lib ".so.6"))
(define lib.so (define lib.so
(string-append "lib" lib ".so")) (string-append "lib" lib ".so"))
@ -73,14 +73,14 @@
'("curses" "ncurses" "form" "panel" "menu"))))))) '("curses" "ncurses" "form" "panel" "menu")))))))
(package (package
(name "ncurses") (name "ncurses")
(version "5.9") (version "6.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/ncurses/ncurses-" (uri (string-append "mirror://gnu/ncurses/ncurses-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0fsn7xis81za62afan0vvm38bvgzg5wfmv1m86flqcj0nj7jjilh")))) "0q3jck7lna77z5r42f13c4xglc7azd19pxfrjrpgp2yf615w4lgm"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags