Merge branch 'apple-fonts-updates' into 'master'
Update Apple Fonts See merge request nonguix/nonguix!521
This commit is contained in:
commit
5a8561e0f5
|
@ -12,6 +12,7 @@
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (guix build-system font)
|
#:use-module (guix build-system font)
|
||||||
#:use-module (guix build-system copy)
|
#:use-module (guix build-system copy)
|
||||||
|
#:use-module ((guix licenses) #:prefix license:)
|
||||||
#:use-module (nonguix licenses))
|
#:use-module (nonguix licenses))
|
||||||
|
|
||||||
(define mscorefont
|
(define mscorefont
|
||||||
|
@ -290,21 +291,22 @@ automatically align with text labels."))
|
||||||
(define-public font-apple-color-emoji
|
(define-public font-apple-color-emoji
|
||||||
(package
|
(package
|
||||||
(name "font-apple-color-emoji")
|
(name "font-apple-color-emoji")
|
||||||
(version "18.0d4e1")
|
(version "17.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://github.com/pharcosyle/apple-fonts"
|
"https://github.com/samuelngs/apple-emoji-linux"
|
||||||
"/releases/download"
|
"/releases/download/v" version "/AppleColorEmoji.ttf"))
|
||||||
"/Apple-Color-Emoji-" version "/Apple.Color.Emoji.ttc"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06i1ady7b2g1i2hl3f8yxn64g2i82c2ni9vdw25gpdqdj28vyqw3"))))
|
(base32 "1wahjmbfm1xgm58madvl21451a04gxham5vz67gqz1cvpi0cjva8"))))
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(home-page "https://www.apple.com")
|
(home-page "https://github.com/samuelngs/apple-emoji-linux")
|
||||||
(synopsis "Apple Color Emoji typeface by Apple.")
|
(synopsis "Apple Color Emoji for Linux")
|
||||||
(description "Color and black-and-white Apple emoji fonts.")
|
(description "A color typeface used by iOS and macOS to display emoji.")
|
||||||
(license (nonfree "https://www.apple.com"))))
|
(license
|
||||||
|
(list license:asl2.0
|
||||||
|
(nonfree "https://www.apple.com")))))
|
||||||
|
|
||||||
(define-public font-apple-symbols
|
(define-public font-apple-symbols
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue
Block a user