Compare commits

...

8 commits

Author SHA1 Message Date
Krzysztof Baranowski
00681fb375 Merge branch 'apple-fonts-updates' into 'master'
Update Apple Fonts

See merge request nonguix/nonguix!521
2025-06-17 03:28:21 +00:00
Krzysztof Baranowski
8e6ff96702 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.
2024-09-26 14:09:39 +00:00
Krzysztof Baranowski
922f4bb6fd nongnu: font-apple-sf-symbols: Update to 6.
* nongnu/packages/fonts (font-apple-sf-symbols): Update to 6.
2024-09-26 14:09:39 +00:00
Krzysztof Baranowski
f70b0b8bb5 nongnu: font-apple-new-york: Update source archive.
No visible version change but all the other Apple font packages got an
update to a newer internet archive timestamp so New York gets one too.

* nongnu/packages/fonts (font-apple-new-york): Update source archive.
2024-09-26 14:09:39 +00:00
Krzysztof Baranowski
2e3b8f313a nongnu: font-apple-sf-arabic: Update to 20.0d8e1.
* nongnu/packages/fonts (font-apple-sf-arabic): Update to 20.0d8e1.
2024-09-26 14:09:39 +00:00
Krzysztof Baranowski
64dd30d302 nongnu: font-apple-sf-mono: Update to 20.0d8e1.
* nongnu/packages/fonts (font-apple-sf-mono): Update to 20.0d8e1.
2024-09-26 14:09:39 +00:00
Krzysztof Baranowski
4674639f43 nongnu: font-apple-sf-compact: Update to 20.0d8e1.
* nongnu/packages/fonts (font-apple-sf-compact): Update to 20.0d8e1.
2024-09-26 14:09:39 +00:00
Krzysztof Baranowski
121e455aac nongnu: font-apple-sf-pro: Update to 20.0d8e1.
* nongnu/packages/fonts (font-apple-sf-pro): Update to 20.0d8e1.
2024-09-26 14:09:39 +00:00

View file

@ -15,6 +15,7 @@
#:use-module (guix packages)
#:use-module (guix build-system font)
#:use-module (guix build-system copy)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (nonguix licenses))
(define mscorefont
@ -293,21 +294,22 @@ automatically align with text labels."))
(define-public font-apple-color-emoji
(package
(name "font-apple-color-emoji")
(version "18.0d4e1")
(version "17.4")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/pharcosyle/apple-fonts"
"/releases/download"
"/Apple-Color-Emoji-" version "/Apple.Color.Emoji.ttc"))
"https://github.com/samuelngs/apple-emoji-linux"
"/releases/download/v" version "/AppleColorEmoji.ttf"))
(sha256
(base32 "06i1ady7b2g1i2hl3f8yxn64g2i82c2ni9vdw25gpdqdj28vyqw3"))))
(base32 "1wahjmbfm1xgm58madvl21451a04gxham5vz67gqz1cvpi0cjva8"))))
(build-system font-build-system)
(home-page "https://www.apple.com")
(synopsis "Apple Color Emoji typeface by Apple.")
(description "Color and black-and-white Apple emoji fonts.")
(license (nonfree "https://www.apple.com"))))
(home-page "https://github.com/samuelngs/apple-emoji-linux")
(synopsis "Apple Color Emoji for Linux")
(description "A color typeface used by iOS and macOS to display emoji.")
(license
(list license:asl2.0
(nonfree "https://www.apple.com")))))
(define-public font-apple-symbols
(package