system/noto-emoji: Updated for version gitff93f20.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
bba0ee648f
commit
e68659e5c7
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=noto-emoji
|
||||
GITREV=${GITREV:-732cb454ac854efe6ce00630fee9ae5499062056}
|
||||
NOTOTOOLSGITREV=${NOTOTOOLSGITREV:-4bcd7d5bc55963c30cceaadf637836446662fec3}
|
||||
GITREV=${GITREV:-ff93f20f6669ee89c819640485e4e555d3df32e9}
|
||||
NOTOTOOLSGITREV=${NOTOTOOLSGITREV:-eb00fba810c3472222ef1e6e91a054626b11b3bf}
|
||||
VERSION=${VERSION:-git$(echo "$GITREV" | sed 's/^\(.\{7\}\).*$/\1/')}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -78,7 +78,7 @@ export PYTHONPATH=$(pwd)
|
|||
cd ..
|
||||
|
||||
# Slackware's Python is a narrow-build - workaround
|
||||
for sha in d34c13fb99f07d09c0c98192e7998186a622e28c 1e8488167c26ac1e780e374961d08f1fb1d1e880 ; do
|
||||
for sha in c8259f2cb0fe0579e1391811edaf8ed5bb86e220 293da509043595a052efbead51a9effbbb13794c ; do
|
||||
patch -p1 < $CWD/patches/$sha.patch
|
||||
done
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="noto-emoji"
|
||||
VERSION="git732cb45"
|
||||
VERSION="gitff93f20"
|
||||
HOMEPAGE="https://www.google.com/get/noto/help/emoji/"
|
||||
DOWNLOAD="https://github.com/googlei18n/noto-emoji/archive/732cb454ac854efe6ce00630fee9ae5499062056/noto-emoji-732cb454ac854efe6ce00630fee9ae5499062056.tar.gz \
|
||||
https://github.com/googlei18n/nototools/archive/4bcd7d5bc55963c30cceaadf637836446662fec3/nototools-4bcd7d5bc55963c30cceaadf637836446662fec3.tar.gz"
|
||||
MD5SUM="760193841db3b502fbb3462384eca64b \
|
||||
40d0a5ac9d5ad1aeb9e9be43017828f3"
|
||||
DOWNLOAD="https://github.com/googlei18n/noto-emoji/archive/ff93f20f6669ee89c819640485e4e555d3df32e9/noto-emoji-ff93f20f6669ee89c819640485e4e555d3df32e9.tar.gz \
|
||||
https://github.com/googlei18n/nototools/archive/eb00fba810c3472222ef1e6e91a054626b11b3bf/nototools-eb00fba810c3472222ef1e6e91a054626b11b3bf.tar.gz"
|
||||
MD5SUM="8f2686d7c2a558022feb7c8b25ad66d7 \
|
||||
96d8dad6f19386032830bc46f8919a74"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="optipng python-fonttools"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
From 1e8488167c26ac1e780e374961d08f1fb1d1e880 Mon Sep 17 00:00:00 2001
|
||||
From 293da509043595a052efbead51a9effbbb13794c Mon Sep 17 00:00:00 2001
|
||||
From: Andrew Clemons <andrew.clemons@gmail.com>
|
||||
Date: Thu, 9 Mar 2017 21:48:18 +1300
|
||||
Subject: [PATCH] Add support for "narrow" python to emoji_builder.py
|
|
@ -1,4 +1,4 @@
|
|||
From d34c13fb99f07d09c0c98192e7998186a622e28c Mon Sep 17 00:00:00 2001
|
||||
From c8259f2cb0fe0579e1391811edaf8ed5bb86e220 Mon Sep 17 00:00:00 2001
|
||||
From: Andrew Clemons <andrew.clemons@gmail.com>
|
||||
Date: Tue, 7 Mar 2017 18:13:40 +1300
|
||||
Subject: [PATCH] Tidy mixed tabs and spaces
|
Loading…
Reference in New Issue