Skip to content

Commit

Permalink
ttf-asteroid-fonts: Use Twemoji emoji fonts.
Browse files Browse the repository at this point in the history
  • Loading branch information
MagneFire authored and FlorentRevest committed Nov 28, 2021
1 parent 578f283 commit 963a01e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions recipes-graphics/ttf-fonts/ttf-asteroid-fonts/69-emoji.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
<alias binding="weak">
<family>sans-serif</family>
<prefer>
<family>emoji</family>
<family>Twemoji</family>
</prefer>
</alias>

<alias binding="weak">
<family>serif</family>
<prefer>
<family>emoji</family>
<family>Twemoji</family>
</prefer>
</alias>

<alias binding="weak">
<family>monospace</family>
<prefer>
<family>emoji</family>
<family>Twemoji</family>
</prefer>
</alias>
</fontconfig>
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
SUMMARY = "AsteroidOS fonts set"
SECTION = "fonts"
HOMEPAGE = "https://github.com/AsteroidOS/asteroid-fonts"
LICENSE = "OFL-1.1 & Apache-2.0 & CC-BY-3.0"
LIC_FILES_CHKSUM = "file://README.md;beginline=6;endline=15;md5=6ca7f8b58e9d2f7faf16259f81816ed5"
LICENSE = "OFL-1.1 & Apache-2.0 & CC-BY-3.0 & CC-BY-4.0 & MIT"
LIC_FILES_CHKSUM = "file://README.md;beginline=6;endline=18;md5=988d871903434a93789ff6e955fa5f8e"
PR = "r0"
INHIBIT_DEFAULT_DEPS = "1"

Expand All @@ -12,6 +12,8 @@ inherit fontcache
SRC_URI = "git://github.com/AsteroidOS/asteroid-fonts.git;protocol=https \
file://69-emoji.conf"
SRCREV = "${AUTOREV}"
PR = "r1"
PV = "+git${SRCPV}"
S = "${WORKDIR}/git"

FONT_PACKAGES = "ttf-asteroid-fonts"
Expand Down

0 comments on commit 963a01e

Please sign in to comment.