/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/figlet/figlet/ |
H A D | 0001-build-add-autotools-support-to-allow-easy-cross-comp.patch | 53 -# define TLF_FONTS to use TOIlet TLF fonts 65 -# Where figlet will search first for fonts (the ".flf" files). 68 -#DEFAULTFONTDIR = fonts 110 - cp fonts/*.flf $(DESTDIR)$(DEFAULTFONTDIR) 111 - cp fonts/*.flc $(DESTDIR)$(DEFAULTFONTDIR) 117 - mkdir $(DIST)/fonts 118 - cp fonts/*.fl[fc] $(DIST)/fonts 131 - @./run-tests.sh fonts 164 + fonts/646-ca2.flc \ 165 + fonts/646-fr.flc \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/groff/files/ |
H A D | groff-not-search-fonts-on-build-host.patch | 4 Subject: [PATCH] groff searchs fonts which are provided by ghostscript on 26 …fonts/type1/gsfonts:/usr/share/fonts/default/Type1:/usr/share/fonts/default/Type1/adobestd35:/usr/… 32 # URW fonts are typically shipped with Ghostscript, but can be replaced. 35 …fonts/type1/gsfonts:/usr/share/fonts/default/Type1:/usr/share/fonts/default/Type1/adobestd35:/usr/…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ |
H A D | source-code-pro-fonts_2.030_1.050.bb | 4 HOMEPAGE = "https://github.com/adobe-fonts/source-code-pro" 11 …https://github.com/adobe-fonts/source-code-pro/releases/download/2.030R-ro/1.050R-it/source-code-p… 12 file://44-source-code-pro-fonts-fontconfig.conf \ 17 UPSTREAM_CHECK_URI = "https://github.com/adobe-fonts/source-code-pro/tags" 21 install -d ${D}${sysconfdir}/fonts/conf.d/ 22 …install -m 0644 ${UNPACKDIR}/44-source-code-pro-fonts-fontconfig.conf ${D}${sysconfdir}/fonts/conf… 24 install -d ${D}${datadir}/fonts/truetype/ 25 find ./ -name '*.otf' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \; 29 ${sysconfdir}/fonts \ 30 ${datadir}/fonts \
|
H A D | ttf-dejavu_2.37.bb | 17 SRC_URI = "${SOURCEFORGE_MIRROR}/dejavu/dejavu-fonts-ttf-${PV}.tar.bz2 \ 20 S = "${WORKDIR}/dejavu-fonts-ttf-${PV}/ttf" 25 install -d ${D}${sysconfdir}/fonts/conf.d/ 26 install -m 0644 ${UNPACKDIR}/30-dejavu-aliases.conf ${D}${sysconfdir}/fonts/conf.d/ 39 FILES:${PN}-sans = "${datadir}/fonts/truetype/DejaVuSans.ttf ${datadir}/fonts/truetype/D… 40 FILES:${PN}-sans-mono = "${datadir}/fonts/truetype/DejaVuSansMono*.ttf" 41 FILES:${PN}-sans-condensed = "${datadir}/fonts/truetype/DejaVuSansCondensed*.ttf" 42 FILES:${PN}-serif = "${datadir}/fonts/truetype/DejaVuSerif.ttf ${datadir}/fonts/truetype/… 43 FILES:${PN}-serif-condensed = "${datadir}/fonts/truetype/DejaVuSerifCondensed*.ttf" 44 FILES:${PN}-mathtexgyre = "${datadir}/fonts/truetype/DejaVuMathTeXGyre.ttf" [all …]
|
H A D | ttf-liberation-sans-narrow_1.07.4.bb | 8 HOMEPAGE = "https://fedorahosted.org/liberation-fonts/" 12 SRC_URI = "https://releases.pagure.org/liberation-fonts/liberation-fonts-ttf-${PV}.tar.gz \ 18 S = "${WORKDIR}/liberation-fonts-ttf-${PV}" 21 install -d ${D}${datadir}/fonts/TTF/ 22 install -d ${D}${sysconfdir}/fonts/conf.d/ 23 install -m 0644 LiberationSansNarrow*.ttf ${D}${datadir}/fonts/TTF/ 26 # normal liberation fonts come from ttf-liberation recipe so delete here 27 rm -rf ${D}${datadir}/fonts/truetype 33 FILES:${PN} = "${datadir}/fonts ${sysconfdir} ${datadir}/licenses"
|
H A D | source-han-sans-fonts.inc | 3 HOMEPAGE = "https://github.com/adobe-fonts/source-han-sans" 10 …https://github.com/adobe-fonts/source-han-sans/releases/download/${PV}R/${ZIPNAME}.zip;subdir=${BP… 15 install -d ${D}${sysconfdir}/fonts/conf.d/ 16 install -m 0644 ${UNPACKDIR}/44-${BPN}.conf ${D}${sysconfdir}/fonts/conf.d/ 18 install -d ${D}${datadir}/fonts/truetype/ 19 find ./ -name '*.otf' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \; 23 ${sysconfdir}/fonts \ 24 ${datadir}/fonts \
|
H A D | ttf-liberation_0.2.bb | 3 SUMMARY = "Liberation fonts - TTF Version" 4 HOMEPAGE = "https://www.redhat.com/promo/fonts/" 11 … = "http://fedorahosted.org/liberation-fonts/export/807b6dfd069b998cd9b4d3158da98817ef23c79d/F-9/l… 12 S = "${WORKDIR}/liberation-fonts-${PV}" 17 FILES:ttf-liberation-mono = "${datadir}/fonts/truetype/*Mono*" 18 FILES:ttf-liberation-sans = "${datadir}/fonts/truetype/*Sans*" 19 FILES:ttf-liberation-serif = "${datadir}/fonts/truetype/*Serif*"
|
H A D | ttf-google-fira.bb | 2 HOMEPAGE = "https://fonts.google.com/?query=fira" 20 SRC_URI = "git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firamono;name=f… 21 … git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firacode;name=firacode \ 22 … git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firasans;name=firasans \ 23 …git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firasanscondensed;name=fi… 24 …git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firasansextracondensed;na… 30 install -d ${D}${datadir}/fonts/truetype/ 31 find ${S} -path 'fira*/*.tt[cf]' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/{} \; 42 ${datadir}/fonts/truetype/FiraMono* \ 46 ${datadir}/fonts/truetype/FiraCode* \ [all …]
|
H A D | ttf-droid_git.bb | 3 SUMMARY = "Droid fonts - TTF Edition" 12 S = "${WORKDIR}/git/data/fonts" 18 rm -f ${D}${datadir}/fonts/truetype/$f 26 FILES:ttf-droid-sans = "${datadir}/fonts/truetype/DroidSans.ttf ${datadir}/fonts/truetype/DroidSans… 27 FILES:ttf-droid-sans-mono = "${datadir}/fonts/truetype/DroidSansMono.ttf" 28 FILES:ttf-droid-sans-fallback = "${datadir}/fonts/truetype/DroidSansFallback.ttf" 29 FILES:ttf-droid-sans-japanese = "${datadir}/fonts/truetype/DroidSansJapanese.ttf" 30 FILES:ttf-droid-serif = "${datadir}/fonts/truetype/DroidSerif*.ttf"
|
H A D | ttf-tlwg_0.6.1.bb | 4 HOMEPAGE = "http://linux.thai.net/projects/fonts-tlwg" 6 LIC_FILES_CHKSUM = "file://${UNPACKDIR}/fonts-tlwg-${PV}/COPYING;md5=3d20cd7eadf4afd5460c0adb32e387… 8 SRC_URI = "http://linux.thai.net/pub/ThaiLinux/software/fonts-tlwg/fonts-tlwg-${PV}.tar.xz;name=sou… 16 install -d ${D}${sysconfdir}/fonts/conf.d 18 for x in ${S}/etc/fonts/conf.avail/*.conf; do 19 install -m 0644 $x ${D}${sysconfdir}/fonts/conf.d/ 26 FILES:${PN} = "${datadir}/fonts ${sysconfdir}"
|
H A D | ttf-takao_003.03.01.bb | 6 HOMEPAGE = "https://launchpad.net/takao-fonts" 20 FILES:ttf-takao-pgothic = "${datadir}/fonts/truetype/TakaoPGothic.ttf" 21 FILES:ttf-takao-gothic = "${datadir}/fonts/truetype/TakaoGothic.ttf" 22 FILES:ttf-takao-pmincho = "${datadir}/fonts/truetype/TakaoPMincho.ttf" 23 FILES:ttf-takao-mincho = "${datadir}/fonts/truetype/TakaoMincho.ttf" 25 FILES:${PN} += "${datadir}/fonts/*.ttf"
|
H A D | ttf-pt-sans_1.1.bb | 5 SECTION = "x11/fonts" 14 SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/paratype-pt-sans-fonts/PTSans.zip/c3f5a0e20a75cf… 21 install -d ${D}${datadir}/fonts/X11/TTF/ 23 install -m 0644 $i ${D}${prefix}/share/fonts/X11/TTF/${i} 31 for fontdir in `find $D/usr/lib/X11/fonts -type d`; do 35 for fontdir in `find $D/usr/share/fonts/X11 -type d`; do
|
H A D | ttf-ipa_003.03.01.bb | 3 SUMMARY = "Ipa fonts - TTF Version" 18 FILES:ttf-ipag = "${datadir}/fonts/truetype/ipag.ttf" 19 FILES:ttf-ipagp = "${datadir}/fonts/truetype/ipagp.ttf" 20 FILES:ttf-ipam = "${datadir}/fonts/truetype/ipam.ttf" 21 FILES:ttf-ipamp = "${datadir}/fonts/truetype/ipamp.ttf"
|
H A D | ttf.inc | 2 SECTION = "fonts" 4 # we don't need a compiler nor a c library for these fonts 8 install -d ${D}${datadir}/fonts/truetype/ 9 find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \;
|
H A D | ttf-gentium_1.02.bb | 3 SUMMARY = "Gentium fonts - TTF Version" 27 FILES:${PN}-alt = "${datadir}/fonts/truetype/GenAI*.ttf \ 28 ${datadir}/fonts/truetype/GenAR*.ttf \ 31 FILES:${PN} = "${datadir}/fonts/truetype/GenI*.ttf \ 32 ${datadir}/fonts/truetype/GenR*.ttf \
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/ |
H A D | xorg-font-common.inc | 4 SECTION = "x11/fonts" 24 find ${D}${libdir}/X11/fonts -type f -name fonts.dir | xargs rm -f 25 find ${D}${libdir}/X11/fonts -type f -name fonts.scale | xargs rm -f 26 find ${D}${datadir}/fonts/X11 -type f -name fonts.dir | xargs rm -f 27 find ${D}${datadir}/fonts/X11 -type f -name fonts.scale | xargs rm -f 30 FILES:${PN} += " ${libdir}/X11/fonts ${datadir}" 34 for fontdir in `find $D/usr/lib/X11/fonts -type d`; do 38 for fontdir in `find $D/usr/share/fonts/X11 -type d`; do
|
H A D | xorg-minimal-fonts.bb | 1 SUMMARY = "Xorg minimal fonts data" 2 DESCRIPTION = "Minimal fonts required by X.org." 5 SECTION = "x11/fonts" 8 LIC_FILES_CHKSUM = "file://../misc/fonts.dir;md5=82a143d94d6a974aafe97132d2d519ab \ 25 FILES:${PN} = "${libdir}/X11/ ${datadir}/fonts/X11/" 29 install -d ${D}/${datadir}/fonts/X11/misc 30 install -m 0644 ${S}/* ${D}/${datadir}/fonts/X11/misc/ 32 touch -d @1613559011 ${D}/${datadir}/fonts/X11/misc/* 34 ln -sf ${datadir}/fonts/X11/ ${D}/${libdir}/X11/fonts -s
|
H A D | font-alias_1.0.5.bb | 7 file://cyrillic/fonts.alias;md5=d27bc65a2655cacdbc2644b51c064c20 \ 8 file://75dpi/fonts.alias;md5=6bc48023f2ae7f3bfc105db7b0ee6b49 \ 9 file://misc/fonts.alias;md5=1bdafa7c31aa54f87f3531f2ef8ed5a6 \ 10 file://100dpi/fonts.alias;md5=85bebd6ca213aa656c301a72eb4397cb \
|
/openbmc/openbmc/poky/meta/recipes-graphics/ttf-fonts/ |
H A D | liberation-fonts_2.1.5.bb | 5 HOMEPAGE = "https://github.com/liberationfonts/liberation-fonts" 8 SECTION = "x11/fonts" 13 SRC_URI = "https://github.com/liberationfonts/liberation-fonts/files/7261482/liberation-fonts-ttf-$… 16 GITHUB_BASE_URI = "https://github.com/liberationfonts/liberation-fonts/releases" 18 S = "${WORKDIR}/liberation-fonts-ttf-${PV}" 23 install -d ${D}${datadir}/fonts/ttf/ 25 install -m 0644 $i ${D}${prefix}/share/fonts/ttf/${i} 28 install -d ${D}${sysconfdir}/fonts/conf.d/ 29 install -m 0644 ${UNPACKDIR}/30-liberation-aliases.conf ${D}${sysconfdir}/fonts/conf.d/
|
H A D | ttf-bitstream-vera_1.10.bb | 1 SUMMARY = "The Bitstream Vera fonts - TTF Edition" 2 HOMEPAGE = "https://www.gnome.org/fonts/" 3 DESCRIPTION = "The Bitstream Vera fonts include four monospace and sans \ 8 SECTION = "x11/fonts" 21 install -d ${D}${datadir}/fonts/ttf 23 install -m 644 $i ${D}${datadir}/fonts/ttf 32 FILES:${PN} = "${datadir}/fonts"
|
/openbmc/linux/lib/fonts/ |
H A D | fonts.c | 23 static const struct font_desc *fonts[] = { variable 65 #define num_fonts ARRAY_SIZE(fonts) 68 #error No fonts configured. 88 if (!strcmp(fonts[i]->name, name)) in find_font() 89 return fonts[i]; in find_font() 118 f = fonts[i]; in get_default_font()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | BitstreamVera | 3 The fonts have a generous copyright, allowing derivative works (as 8 The fonts are distributed under the following copyright: 17 a copy of the fonts accompanying this license ("Fonts") and associated 31 Fonts, only if the fonts are renamed to names not containing either 57 fonts at gnome dot org. 64 Bitstream is giving away these fonts, but wishes to ensure its 65 competitors can't just drop the fonts as is into a font sale system 67 from the Bitstream Vera fonts, their competitors should not be able to 68 do so either. You can sell the fonts as part of any software package, 71 2. I want to package these fonts separately for distribution and [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-graphics/ttf-fonts/ |
H A D | liberation-fonts_%.bbappend | 2 install -d ${D}${datadir}/fonts/ttf/ 4 install -m 0644 $i ${D}${prefix}/share/fonts/ttf/${i} 6 install -d ${D}${sysconfdir}/fonts/conf.d/ 7 install -m 0644 ${UNPACKDIR}/30-liberation-aliases.conf ${D}${sysconfdir}/fonts/conf.d/
|
/openbmc/openbmc/poky/meta/recipes-graphics/fontconfig/ |
H A D | fontconfig_2.15.0.bb | 4 fonts within the system and select them according to requirements \ 9 rasterize fonts." 64 # /usr/share/fonts is already included by default (you can change it with --with-default-fonts) 67 …F = " --disable-docs --with-default-fonts=${datadir}/fonts --with-cache-dir=${FONTCONFIG_CACHE_DIR…
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
H A D | libxft_2.3.8.bb | 4 fonts, and to do so efficiently. Unlike the core fonts system, it \ 8 possible. Finally, it allows applications to use fonts that are not \ 9 installed system-wide for displaying documents with embedded fonts. Xft \ 10 is not compatible with the core fonts system: usage of Xft requires \
|