Commit Graph

13 Commits

Author SHA1 Message Date
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
Krzysztof Baranowski
5dfe2caa96
nongnu: Add Apple Symbols font.
* nongnu/packages/fonts.scm (font-apple-symbols): New variable.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-09-28 17:18:19 +02:00
Krzysztof Baranowski
2804781683
nongnu: Add Apple Color Emoji font.
* nongnu/packages/fonts.scm (font-apple-color-emoji): New variable.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-09-28 17:17:53 +02:00
Krzysztof Baranowski
f4527549bd
nongnu: Add Apple SF and New York fonts.
Closes #248.

* nongnu/packages/fonts.scm (apple-font): New function
(font-apple-sf-pro): New variable.
(font-apple-sf-compact): New variable.
(font-apple-sf-mono): New variable.
(font-apple-sf-arabic): New variable.
(font-apple-new-york): New variable.
(font-apple-sf-symbols): New variable.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-09-28 17:10:24 +02:00
Jonathan Brielmaier
62a5df4222
*.scm: Use SPDX license identifiers.
Fixes https://gitlab.com/nonguix/nonguix/-/issues/224

* *.scm: Use SPDX license identifier and remove obsolete license
statement.
2022-12-19 17:17:39 +01:00
Jonathan Brielmaier
53e294452b
nongnu: Fix typo in variable name of font-microsoft-courier-new.
Fixes https://gitlab.com/nonguix/nonguix/-/issues/221

* nongnu/packages/fonts.scm (font-microsoft-couirer-new): Rename to
font-microsoft-courier-new. Deprecate the wrong spelling.
2022-12-10 19:08:47 +01:00
SqrtMinusOne
99e9b9e15d
nongnu: Add font-microsoft-web-core-fonts and subpackages.
* nongnu/packages/fonts.scm: New file.
* nongnu/packages/fonts.scm: (font-microsoft-andale-mono,
font-microsoft-arial, font-microsoft-arial-black,
font-microsoft-comic-sans-ms, font-microsoft-couirer-new,
font-microsoft-georgia, font-microsoft-impact,
font-microsoft-trebuchet-ms, font-microsoft-times-new-roman,
font-microsoft-verdana, font-microsoft-webdings,
font-microsoft-web-core-fonts): New variables.

Co-authored-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-07-25 20:22:19 +02:00