diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-01-05 08:11:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:41:46 +0700 |
commit | 35df6fedd7167f8804346a66a5a349d079515736 (patch) | |
tree | 935d92ce192a2e36d91bcfa8a20e5dc3bdc87d96 /system/noto-emoji/noto-emoji.SlackBuild | |
parent | edff766471a3f3c1535b29f795bb8ed1aa3d693a (diff) | |
download | slackbuilds-35df6fedd7167f8804346a66a5a349d079515736.tar.gz |
system/noto-emoji: Updated for version 20180102.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/noto-emoji/noto-emoji.SlackBuild')
-rw-r--r-- | system/noto-emoji/noto-emoji.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/noto-emoji/noto-emoji.SlackBuild b/system/noto-emoji/noto-emoji.SlackBuild index ee14797d50..b497138458 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 Andrew Clemons, Wellington New Zealand +# Copyright 2017-2018 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:-2017-12-04-hamburger-fix} +SRCVERSION=${VERSION:-2018-01-02-flag-update} VERSION=${VERSION:-$(echo "$SRCVERSION" | cut -d- -f-3 | tr -d -)} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,7 +52,7 @@ find -L . \ install -d $PKG/usr/share/fonts/TTF/ -# https://github.com/googlei18n/noto-emoji/tree/11275b5a2e8295924c335f16e096a60ac48edf90#bw-emoji-font +# 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/ |