diff mbox series

[meta-oe,v2] ttf-google-fira: add recipe

Message ID 20230817085604.24511-1-tymoteusz.burak@3mdeb.com
State New
Headers show
Series [meta-oe,v2] ttf-google-fira: add recipe | expand

Commit Message

Tymoteusz Burak Aug. 17, 2023, 8:56 a.m. UTC
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 <tymoteusz.burak@3mdeb.com>
---
 .../ttf-fonts/ttf-google-fira.bb                 | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)
diff mbox series

Patch

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}"