mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: libraqm: Update to 0.7.2.
* gnu/packages/fontutils.scm (libraqm): Update to 0.7.2. [source]: Use git-fetch method. [build-system]: Switch to meson-build-system. [arguments]<#:phases>: Remove unnecessary (and unrecognized) configure flag per above.
This commit is contained in:
parent
fddacc9192
commit
999ef90a4c
1 changed files with 8 additions and 9 deletions
|
@ -952,18 +952,17 @@ (define-public fntsample
|
||||||
(define-public libraqm
|
(define-public libraqm
|
||||||
(package
|
(package
|
||||||
(name "libraqm")
|
(name "libraqm")
|
||||||
(version "0.7.1")
|
(version "0.7.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/HOST-Oman/libraqm/"
|
(uri (git-reference
|
||||||
"releases/download/v" version "/"
|
(url "https://github.com/HOST-Oman/libraqm")
|
||||||
"raqm-" version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0a4q9dziirb85sa9rmkamg2krdhd009di2vlz91njwxcp3q8qj46"))))
|
(base32 "1shcs5l27l7380dvacvhl8wrdq3lix0wnhzvfdh7vx2pkzjs3zk6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
|
||||||
`(#:configure-flags (list "--disable-static")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gtk-doc" ,gtk-doc/stable)
|
`(("gtk-doc" ,gtk-doc/stable)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue