summaryrefslogtreecommitdiff
path: root/gnu/packages/fonts.scm
AgeCommit message (Collapse)Author
2024-06-14gnu: Add font-teko.Luis Felipe
* gnu/packages/fonts.scm (font-teko): New variable. Change-Id: I09ca2e04bfe1e4decf2a8fd9c028cb58bcda1033 Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-06-06gnu: font-gnu-freefont: Build with newer fontforge.Efraim Flashner
* gnu/packages/fonts.scm (font-gnu-freefont)[source]: Add patch. Add snippet to remove processed python code. * gnu/packages/patches/font-gnu-freefont-python3-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I042697aba1ca4ff7448cd4fb62268e62fd883bc2
2024-04-21gnu: font-public-sans: Update to 2.001.宋文武
* gnu/packages/fonts.scm (font-public-sans): Update to 2.001. Change-Id: I404ec907827b4ce5b08f5021ef22dc0e8bb55e7a
2024-04-21gnu: font-mononoki: Update to 1.6.宋文武
* gnu/packages/fonts.scm (font-mononoki): Update to 1.6. Change-Id: I39d2690481197afa86ebdf959fd5f904d0b3104f
2024-04-21gnu: font-spleen: Update to 2.1.0.宋文武
* gnu/packages/fonts.scm (font-spleen): Update to 2.1.0. Change-Id: Icd27bdfa3d30dee6bc182bb21780e55f58185e7a
2024-04-19gnu: Add font-lxgw-heartserif.Zhu Zihao
* gnu/packages/fonts.scm (font-lxgw-heartserif): New variable. Change-Id: I94cab117c35c536526e8f88d7ba05a3e6b5747d5 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-04-19gnu: Add font-lxgw-neozhisong.Zhu Zihao
* gnu/packages/fonts.scm (font-lxgw-neozhisong): New variable. Change-Id: I351bb86a22ad610f51d6e0e8aea290285529cbd3 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-04-19gnu: Add font-plangothic.Zhu Zihao
* gnu/packages/fonts.scm (font-plangothic): New variable. Change-Id: I5982af96057dbb7c354ebfa32c173b25cf883461 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-04-19gnu: Add font-jigmo.Zhu Zihao
* gnu/packages/fonts.scm (font-jigmo): New variable. Change-Id: Icdc619043d9f88eb413344fa9e7c2915ec86acc8 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-03-17gnu: font-google-noto-serif-cjk: Update to 2.002.Hilton Chain
* gnu/packages/fonts.scm (font-google-noto-serif-cjk): Update to 2.002. [source]: Switch to variable fonts. [arguments]<#:phases>: Keep only TTCs in "out". Install OTFs into "otf" output. [outputs]: Add "otf". Change-Id: Id22401ce85028951b6044ba418dbad764d581f01
2024-03-17gnu: font-google-noto-sans-cjk: Switch to variable fonts.Hilton Chain
* gnu/packages/fonts.scm (font-google-noto-sans-cjk) [source]: Switch to variable fonts. [arguments]<#:phases>: Keep only TTCs in "out". Install OTFs into "otf" output. [outputs]: Add "otf". Change-Id: I996d75b7892333bc69d21af53a5243a442e3a6b3
2024-03-17gnu: font-google-noto-emoji: Update to 2.042.Hilton Chain
* gnu/packages/fonts.scm (font-google-noto-emoji): Update to 2.042. [arguments]<#:phases>: Remove 'remove-unsupported. Replace install phase instead. Change-Id: I76cfbf3f8d34c484ed59b99969da7d93aaf41d72
2024-03-17gnu: font-google-noto: Prefer variable fonts and split outputs.Hilton Chain
* gnu/packages/fonts.scm (font-google-noto) [arguments]<#:phase>: Prefer variable fonts. Install hinted TTFs into "ttf" output. [outputs]: Add "ttf". Suggested-by: Jiwei YANG <yangjiwei@protonmail.com> Change-Id: Icac2927fb6c35d08504c379e273a5fc03b08ac46
2024-03-17gnu: font-google-noto: Update to 24.2.1.Hilton Chain
* gnu/packages/fonts.scm (font-google-noto): Update to 24.2.1. Change-Id: I238f914388a2d808b817de1252ba8ee84c6299bd
2024-03-09gnu: font-lxgw-wenkai-tc: Update to 1.320.Hilton Chain
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 1.320. Change-Id: Id7881c2fd486341a48cc7f1cb9708988f672ab5a
2024-03-09gnu: font-lxgw-wenkai: Update to 1.320.Hilton Chain
* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.320. Change-Id: I2c533eec088a5b62a4a54138c179a5a9f89d79a6
2024-03-09gnu: font-chiron-sung-hk: Split outputs.Hilton Chain
* gnu/packages/fonts.scm (font-chiron-sung-hk)[arguments]: Split outputs. [outputs]: Add "otf" and "ttf". Change-Id: Id96bba47e8f9ae9404a528bcceab3e110a05db4e
2024-03-09gnu: font-chiron-hei-hk: Update to 2.509.Hilton Chain
* gnu/packages/fonts.scm (font-chiron-hei-hk): Update to 2.509. Change-Id: I29f2ad3409eaa9ecbdf964397d03110d83a91f75
2024-03-09gnu: font-chiron-sung-hk: Update to 1.011.Hilton Chain
* gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.011. Change-Id: Ib462e1707e611a2ff8053d69d38d28324e8d1cfe
2024-03-05gnu: font-gnu-unifont: Update to 15.1.05.Andy Tai
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 15.1.05. Change-Id: I79b51df78735d52afc5dde129bff299f3e83b7f6 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-02-26gnu: Add font-dongle.Christina O'Donnell
* gnu/packages/fonts.scm (font-dongle): New variable. Change-Id: I48449c3681b6bc9e90d41a8de7be0dfdd4e78153 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-02-22gnu: font-intel-one-mono: Split outputs for "out", "ttf" and "woff".宋文武
* gnu/packages/fonts.scm (font-intel-one-mono)[outputs]: New field. [arguments]: Add 'split-outputs phase. Change-Id: I0323fb55b9609c93c916b32fef4821533d580b48 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-02-22gnu: font-intel-one-mono: Update to 1.3.0.宋文武
* gnu/packages/fonts.scm (font-intel-one-mono): Update to 1.3.0. Change-Id: I635100c90829de55d922b4e28a2f2524f44566dd Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-02-20gnu: Add font-libre-franklin.Nicolas Graves
* gnu/packages/fonts.scm (font-libre-franklin): New variable. Change-Id: I4732b76b74be861d5c7b071a4f562373664e8282 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-05gnu: Add font-oswald.Luis Felipe
* gnu/packages/fonts.scm (font-oswald): New variable. Change-Id: Ief63b944b722d5ed1b3cabd041bcd75948a1f59e Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-05gnu: font-sarasa-gothic: Update to 1.0.5.Hilton Chain
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 1.0.5. Change-Id: I53b2a12f607e0a75645759f8e9190fe7117b49cd
2024-01-07gnu: Add font-cardo.Hilton Chain
* gnu/packages/fonts.scm (font-cardo): New variable. Change-Id: I60edadc74c33690bb14dff209979a57f22dd5277 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07gnu: font-sarasa-gothic: Update to 1.0.3.Hilton Chain
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 1.0.3. [source]: Update the URI. Change-Id: I227632d725fb341199c738a5aa6ac17e7ea635cb Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-12-31gnu: font-lxgw-wenkai: Update to 1.315.Hilton Chain
* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.315. Change-Id: I28d0526af7868a50a378fcbd5bd2d11d27b02aa1 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-12-19gnu: font-jetbrains-mono: Use the correct license.Saku Laesvuori
The build scripts are licensed under asl2.0 but the packaged font files are licensed under silofl1.1. * gnu/packages/fonts.scm (font-jetbrains-mono)[license]: Use silofl1.1 instead of asl2.0. Change-Id: I256a89b6e4bdb368c9cc94cae0808f72c76e7599 Signed-off-by: Hilton Chain <hako@ultrarare.space>
2023-12-19gnu: font-jetbrains-mono: Update to 2.304Saku Laesvuori
* gnu/packages/fonts.scm (font-jetbrains-mono): Update to version 2.304. Change-Id: Id325fda8f9b50cf830107823c6ca1b439a6bdca0 Signed-off-by: Hilton Chain <hako@ultrarare.space>
2023-11-25gnu: font-sarasa-gothic: Update to 0.42.6.Hilton Chain
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.42.6. Change-Id: I84203bf94b3b147c440a473fef0fcff4596fcd29
2023-11-25gnu: font-lxgw-wenkai-tc: Update to 1.011.Hilton Chain
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 1.011. Change-Id: I632f25389077825320db741ab23ef6e2ec09b6fb
2023-11-25gnu: font-lxgw-wenkai: Update to 1.311.Hilton Chain
* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.311. Change-Id: I0d7530c917a78e9f283ebfd4b84064b77261338d
2023-11-05gnu: font-google-noto: Update to 23.11.1.Bruno Victal
[1] indicates that [2] is the new _distribution_ upstream for Noto fonts. [1]: <https://github.com/notofonts/noto-fonts> [2]: <https://github.com/notofonts/notofonts.github.io> * gnu/packages/fonts.scm (font-google-noto): Update to 23.11.1. [source]<method>: Switch to git-fetch. Change-Id: I242710336ec81489f9800b68416f45c57d28b2bd Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-15gnu: font-terminus: Install the README.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-terminus): Add a new 'install-documentation phase.
2023-10-08gnu: Add font-orbitron.Luis Felipe
* gnu/packages/fonts.scm (font-orbitron): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-03gnu: font-lxgw-wenkai-tc: Update to 1.010.Hilton Chain
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 1.010.
2023-10-03gnu: font-lxgw-wenkai: Update to 1.310.Hilton Chain
* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.310.
2023-10-03gnu: font-sarasa-gothic: Update to 0.42.1.Hilton Chain
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.42.1.
2023-10-03gnu: font-chiron-hei-hk: Update to 2.508.Hilton Chain
* gnu/packages/fonts.scm (font-chiron-hei-hk): Update to 2.508.
2023-09-30gnu: font-sarasa-gothic: Update to 0.42.0.Hilton Chain
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.42.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-18gnu: font-gnu-unifont: Update to 15.1.01.Efraim Flashner
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 15.1.01. [source]: Adjust snippet to not remove non-existent precompiled files. [arguments]: Disable parallel build. Adjust custom 'install phase to not duplicate actions from the Makefile.
2023-09-08gnu: font-chiron-sung-hk: Update to 1.010.Hilton Chain
* gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.010. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-05gnu: Add font-junicode.Philip McGrath
* gnu/packages/fonts.scm (font-junicode): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu: Add fonts-tlwg.chris
* gnu/packages/fonts.scm (fonts-tlwg): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-02gnu: font-openmoji: Update to 14.0.0-1.93f059d.Liliana Marie Prikler
Up until and including 14.0.0, the OpenMoji font only works in Icecat. However, the git sources already include variants that work in other browsers and desktop applications, so let's use them. * gnu/packages/fonts.scm (font-openmoji): Update to 14.0.0-1.93f059d. [source]: Change to git-fetch. [arguments]: Add ‘chdir’, ‘strip-alternative-variants’ and ‘chdir-back’.
2023-08-29gnu: font-sarasa-gothic: Update to 0.41.8.Hilton Chain
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.41.8.
2023-08-29gnu: font-sarasa-gothic: Update to 0.41.7.Hilton Chain
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.41.7. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-08-28gnu: Add font-unscii.宋文武
* gnu/packages/fonts.scm (font-unscii): New variable.