Added recipe for Google Fira Fonts collection (Fira Mono, Fira Code, Fira Sans, Fira Sans Condensed, Fira Sans Extra Condensed) to meta-oe. This commit introduces support for integrating the highly legible and versatile Fira Fonts into the project, enhancing typographic options for user interfaces and code display.
Signed-off-by: Tymoteusz Burak <[email protected]> --- .../ttf-fonts/ttf-google-fira.bb | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb index b330f40387bb..10047c6f7da6 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb @@ -8,13 +8,17 @@ LIC_FILES_CHKSUM = " \ file://${S}/firasanscondensed/OFL.txt;md5=de28deb2f8c1f23fd4d6918113ac3ddd \ file://${S}/firasansextracondensed/OFL.txt;md5=de28deb2f8c1f23fd4d6918113ac3ddd \ " -SRCREV = "47a6c224b3e0287b2e48e3ffef8c9ce2ca4931f4" +SRCREV_firamono = "701bd391b1a4b3238de193a8523009ecef1be42c" +SRCREV_firacode = "701bd391b1a4b3238de193a8523009ecef1be42c" +SRCREV_firasans = "701bd391b1a4b3238de193a8523009ecef1be42c" +SRCREV_firasanscondensed = "701bd391b1a4b3238de193a8523009ecef1be42c" +SRCREV_firasansextracondensed = "701bd391b1a4b3238de193a8523009ecef1be42c" -SRC_URI = "git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firamono \ - git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firacode \ - git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firasans \ - git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firasanscondensed \ - git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firasansextracondensed" +SRC_URI = "git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firamono;name=firamono \ + git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firacode;name=firacode \ + git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firasans;name=firasans \ + git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firasanscondensed;name=firasanscondensed \ + git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firasansextracondensed;name=firasansextracondensed" S = "${WORKDIR}" -- 2.41.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#104451): https://lists.openembedded.org/g/openembedded-devel/message/104451 Mute This Topic: https://lists.openembedded.org/mt/100796886/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
