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 | |
parent | edff766471a3f3c1535b29f795bb8ed1aa3d693a (diff) | |
download | slackbuilds-35df6fedd7167f8804346a66a5a349d079515736.tar.gz |
system/noto-emoji: Updated for version 20180102.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/noto-emoji/noto-emoji.SlackBuild | 6 | ||||
-rw-r--r-- | system/noto-emoji/noto-emoji.info | 6 |
2 files changed, 6 insertions, 6 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/ diff --git a/system/noto-emoji/noto-emoji.info b/system/noto-emoji/noto-emoji.info index 9652c0bbfd..5ee09ad4ae 100644 --- a/system/noto-emoji/noto-emoji.info +++ b/system/noto-emoji/noto-emoji.info @@ -1,9 +1,9 @@ PRGNAM="noto-emoji" -VERSION="20171204" +VERSION="20180102" HOMEPAGE="https://www.google.com/get/noto/help/emoji/" -DOWNLOAD="https://github.com/googlei18n/noto-emoji/archive/v2017-12-04-hamburger-fix/noto-emoji-2017-12-04-hamburger-fix.tar.gz \ +DOWNLOAD="https://github.com/googlei18n/noto-emoji/archive/v2018-01-02-flag-update/noto-emoji-2018-01-02-flag-update.tar.gz \ https://gist.githubusercontent.com/hexchain/47f550472e79d0805060/raw/d9ecd5a5fcb901bcfb75115f4b602f6c1d3020c1/51-noto-color-emoji.conf.xml" -MD5SUM="947865dabb498794d0d32bbe2dc52e79 \ +MD5SUM="9f0e008e695defeb46ae5a824deb618b \ e2d9cf0460fa0315a8da5d8dedacf702" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |