system/noto-emoji: Updated for version git11275b5.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2017-11-12 17:35:16 +00:00 committed by Willy Sudiarto Raharjo
parent 89c2dbe7ce
commit 0e3384f9cf
2 changed files with 9 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=noto-emoji
GITREV=${GITREV:-7159f45c5845426e9cc5b923474d8b49796f9255}
GITREV=${GITREV:-11275b5a2e8295924c335f16e096a60ac48edf90}
VERSION=${VERSION:-git$(echo "$GITREV" | sed 's/^\(.\{7\}\).*$/\1/')}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -51,7 +51,11 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
install -d $PKG/usr/share/fonts/TTF/
install -m644 fonts/*.ttf $PKG/usr/share/fonts/TTF/
# https://github.com/googlei18n/noto-emoji/tree/11275b5a2e8295924c335f16e096a60ac48edf90#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/
install -m 0644 $CWD/51-noto-color-emoji.conf.xml $PKG/etc/fonts/conf.avail/51-noto-color-emoji.conf

View file

@ -1,9 +1,9 @@
PRGNAM="noto-emoji"
VERSION="git7159f45"
VERSION="git11275b5"
HOMEPAGE="https://www.google.com/get/noto/help/emoji/"
DOWNLOAD="https://github.com/googlei18n/noto-emoji/archive/7159f45c5845426e9cc5b923474d8b49796f9255/noto-emoji-7159f45c5845426e9cc5b923474d8b49796f9255.tar.gz \
DOWNLOAD="https://github.com/googlei18n/noto-emoji/archive/11275b5a2e8295924c335f16e096a60ac48edf90/noto-emoji-11275b5a2e8295924c335f16e096a60ac48edf90.tar.gz \
https://gist.githubusercontent.com/hexchain/47f550472e79d0805060/raw/d9ecd5a5fcb901bcfb75115f4b602f6c1d3020c1/51-noto-color-emoji.conf.xml"
MD5SUM="c8627ccb64f00ac3680f3adb676604d2 \
MD5SUM="66317217b2c2a78bf8dc63b6ebeb26ba \
e2d9cf0460fa0315a8da5d8dedacf702"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""