Skip to content

Commit

Permalink
Font-symbola: Add Font-Symbola version 9
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
david committed Jul 12, 2016
1 parent d70e4a1 commit 16e78cb
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions font-symbola-0.bee
Original file line number Diff line number Diff line change
@@ -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/
}

0 comments on commit 16e78cb

Please sign in to comment.