gnu: harfbuzz: Add 3.0.
* gnu/packages/gtk.scm (harfbuzz-3.0): New public variable.
This commit is contained in:
parent
017bf198f4
commit
74f2bb1b77
1 changed files with 13 additions and 0 deletions
|
@ -238,6 +238,19 @@ affine transformation (scale, rotation, shear, etc.).")
|
||||||
"See 'COPYING' in the distribution."))
|
"See 'COPYING' in the distribution."))
|
||||||
(home-page "https://www.freedesktop.org/wiki/Software/HarfBuzz/")))
|
(home-page "https://www.freedesktop.org/wiki/Software/HarfBuzz/")))
|
||||||
|
|
||||||
|
(define-public harfbuzz-3.0
|
||||||
|
(package
|
||||||
|
(inherit harfbuzz)
|
||||||
|
(version "3.0.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://github.com/harfbuzz/harfbuzz"
|
||||||
|
"/releases/download/" version
|
||||||
|
"/harfbuzz-" version ".tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1ngk8vn06rryx3s4v5pbl91bw1j1pd4431n77rw3j5a533hhwsq3"))))))
|
||||||
|
|
||||||
(define-public libdatrie
|
(define-public libdatrie
|
||||||
(package
|
(package
|
||||||
(name "libdatrie")
|
(name "libdatrie")
|
||||||
|
|
Reference in a new issue