summaryrefslogtreecommitdiffstats
path: root/system/noto-emoji/noto-emoji.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2017-11-12 17:35:16 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-11-18 12:40:20 +0700
commit0e3384f9cfe129e5fe35b8fb45f86cd8a85bf6c1 (patch)
treed0bde96a3db9e28de0bb7bf175ea1aa0a862fa82 /system/noto-emoji/noto-emoji.SlackBuild
parent89c2dbe7ce0fed8efdeb78e0ac4f7579147f6fab (diff)
downloadslackbuilds-0e3384f9cfe129e5fe35b8fb45f86cd8a85bf6c1.tar.gz
slackbuilds-0e3384f9cfe129e5fe35b8fb45f86cd8a85bf6c1.tar.xz
system/noto-emoji: Updated for version git11275b5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/noto-emoji/noto-emoji.SlackBuild')
-rw-r--r--system/noto-emoji/noto-emoji.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/system/noto-emoji/noto-emoji.SlackBuild b/system/noto-emoji/noto-emoji.SlackBuild
index 1727d342ec..c77ac8b24b 100644
--- a/system/noto-emoji/noto-emoji.SlackBuild
+++ b/system/noto-emoji/noto-emoji.SlackBuild
@@ -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