nongnu: font-apple-color-emoji: Update to 17.4.
And switch over from my silly li'l copy to this very nice project I just discovered that also offers the Apple color emoji for linux. They have their own versioning which unfortunately is will make it appear to Guix as if this version is older than the current one (17.4 < 18.0d4e1) so `guix upgrade` won't switch to it automatically but whatever, the only alternative is formal deprecation of the existing package and adding this one under a new one which doesn't feel worth it. * nongnu/packages/fonts (font-apple-color-emoji): Update to 17.4. [source]: Change for new upstream. [home-page]: Change for new upstream. [synopsis]: Change for new upstream. [description]: Change for new upstream. [license]: Change for new upstream.
This commit is contained in:
parent
922f4bb6fd
commit
8e6ff96702
|
@ -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