summaryrefslogtreecommitdiffstats
path: root/system/noto-emoji/noto-emoji.SlackBuild
diff options
context:
space:
mode:
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