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 ++++++-- system/noto-emoji/noto-emoji.info | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'system') 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 diff --git a/system/noto-emoji/noto-emoji.info b/system/noto-emoji/noto-emoji.info index 00134e0881..d9ef40cfdb 100644 --- a/system/noto-emoji/noto-emoji.info +++ b/system/noto-emoji/noto-emoji.info @@ -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="" -- cgit v1.2.3