diff options
Diffstat (limited to 'system/noto-emoji/noto-emoji.SlackBuild')
-rw-r--r-- | system/noto-emoji/noto-emoji.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/system/noto-emoji/noto-emoji.SlackBuild b/system/noto-emoji/noto-emoji.SlackBuild index a3c8bc25c814c..5dab99a22a7ff 100644 --- a/system/noto-emoji/noto-emoji.SlackBuild +++ b/system/noto-emoji/noto-emoji.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for noto-emoji -# Copyright 2017-2018 Andrew Clemons, Wellington New Zealand +# Copyright 2017-2019 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=noto-emoji -SRCVERSION=${VERSION:-2018-08-10-unicode11} +SRCVERSION=${VERSION:-2019-11-19-unicode12} VERSION=${VERSION:-$(echo "$SRCVERSION" | cut -d- -f-3 | tr -d -)} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,9 +52,6 @@ find -L . \ install -d $PKG/usr/share/fonts/TTF/ -# https://github.com/googlei18n/noto-emoji/tree/153e1d4c026c124fbac6ee93e559b5df375f24f5#bw-emoji-font -# skip installing b/w emoji font (colour font is rendered in black and white on -# slack anyway) install -m644 fonts/NotoColorEmoji.ttf $PKG/usr/share/fonts/TTF/ mkdir -p $PKG/etc/fonts/conf.avail/ |