/m4/

'/cgit-static/better-cgit-markdown-heading-color.css'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/fontutils.scm
AgeCommit message (Expand)Author
2024-12-13build-system/pyproject: Use python-sans-pip-wrapper as default-python....Also adds python-setuptools and python-wheel to relevant packages, either to native-inputs or to propagated inputs if the pkg_resources Python module is loaded at runtime. * guix/build-system/pyproject.scm (default-python): Default to python-sans-pip-wrapper. Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4 Lars-Dominik Braun
2024-10-24gnu: fcft: Update to 3.1.9....* gnu/packages/fontutils.scm (fcft): Update to 3.1.9. Change-Id: I460a8821a56b7046c34f11bc2a00cb3ab2ace76b Ashish SHUKLA
2024-10-03gnu: Add fontopia....* gnu/packages/fontutils.scm (fontopia): New variable. Change-Id: I8f9b51922af06f994955b755ec8345d42189cfd7 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Andy Tai
2024-09-08gnu: python-defcon-bootstrap: Update to 0.10.3....* gnu/packages/fontutils.scm (python-defcon-bootstrap): Update to 0.10.3. Change-Id: Ifde8d3011f94a27e493d9c826c4c2edbc03a64f0 Tobias Geerinckx-Rice
2024-08-31gnu: fontforge: Fix build....This follows up on commit 3f2c6cc3933bc01077383e4ff83b6a5d00f83129 (gnu: fontutils: Add 'bash' input for 'wrap-program'.). gnu/packages/fontutils.scm(fontforge)[arguments]<#:phases>: Adjust input names. Change-Id: I64c3992e995294cb04a9f4c79cd841bfc51ba08d Signed-off-by: Hilton Chain <hako@ultrarare.space> Zheng Junjie
2024-08-31gnu: fontutils: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/fontutils.scm (fontforge): Adjust indentation. [inputs]: Add 'bash-minimal'. Remove labels. (fntsample)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ib3498e8ab1e499db6bc512da31718690e46f90f1 Maxime Devos
2024-06-06gnu: Remove fontforge-20190801....* gnu/packages/fontutils.scm (fontforge-20190801): Delete variable. Change-Id: I65b148f77468a46e4c40a57ffdd44b3e43321449 Efraim Flashner
2024-05-05gnu: python-statmake: Adjust tests and version checks....* gnu/packages/fontutils.scm (python-statmake)[arguments]: Disable broken test; relax check for cattrs. Change-Id: Ibd479743160d3591088d17635e26484e7de5250f Ricardo Wurmus
2024-03-17gnu: libraqm: Update to 0.10.1....* gnu/packages/fontutils.scm (libraqm): Update to 0.10.1. Change-Id: Ic159b198a9f2c5b884df5568b0d4e528e36d2bb8 Nicolas Goaziou
2024-02-10gnu: fcft: Enable shaping support....While utf8proc is an optional dependency, it is required for shaping support. Without utf8proc, fcft_rasterize_text_run_utf32() is a no-op. This is a popular function used—among other things—by yambar, foot, fuzzel and fnott. Therefore, many other Linux distributions (Arch, Debian, Fedora, …) enable this feature and I think it would be nice to have in Guix as well. * gnu/packages/fontutils.scm (fcft): Depend on utf8proc. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I7489dbc7a42ffcca509d090df7d2a6250bf996ff Sören Tempel