diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-11-23 18:00:49 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-23 16:01:50 +0700 |
commit | 54988cade6c051647a25f8fc8247b5a780e76f37 (patch) | |
tree | e1e270b3b950b4d2619ee58be9c45bea7c43b3b6 /system/noto-emoji/noto-emoji.SlackBuild | |
parent | 93ee68f0ee60e73000c1e38e2fb6f090f483a9f4 (diff) |
system/noto-emoji: Updated for version 20191119.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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/ |