From 0e3384f9cfe129e5fe35b8fb45f86cd8a85bf6c1 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sun, 12 Nov 2017 17:35:16 +0000 Subject: system/noto-emoji: Updated for version git11275b5. Signed-off-by: David Spencer --- system/noto-emoji/noto-emoji.SlackBuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'system/noto-emoji/noto-emoji.SlackBuild') 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 -- cgit v1.2.3