From 16e78cbb7e5723ca210c1e1b3e7fcf06df2eb6e1 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 11 Jul 2016 11:44:48 +0200 Subject: [PATCH] Font-symbola: Add Font-Symbola version 9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, as Firefox does not ship the fonts anymore, certain symbols, like ⇨, are not displayed. Therefore, install the font Symbola [1], with a lot of special Unicode characters (mathematical symbols, arrows, …). > Der kostenlose Symbola-Font von George Douros bietet eine > umfangreiche Unicode-Abdeckung, sowohl bezüglich Schriftsystemen, > als auch bezüglich Symbolen, Emoji etc. [1] http://www.typografie.info/3/Schriften/fonts.html/symbola-r71/ --- font-symbola-0.bee | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 font-symbola-0.bee diff --git a/font-symbola-0.bee b/font-symbola-0.bee new file mode 100755 index 000000000..afdc0841d --- /dev/null +++ b/font-symbola-0.bee @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +bee_version font-symbola-9.00-0 + +SRCURL[0]="http://users.teilar.gr/~g1951d/Symbola.zip" + +# PATCHURL+=() + +# EXCLUDE+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +mee_install_post() { + install -d --mode=755 ${D}${DATAROOTDIR}/fonts/Symbola + cp -av ${S}/*.ttf ${D}${DATAROOTDIR}/fonts/Symbola/ +}