mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/noto-emoji: Updated for version git8056f38.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
3461f9d571
commit
268b0ab073
3 changed files with 9 additions and 8 deletions
|
@ -6,4 +6,5 @@ experimenting with the best configuration. Currently, I am using this
|
|||
https://gist.github.com/hexchain/47f550472e79d0805060
|
||||
|
||||
in /etc/fonts/conf.avail/ and symlinking it to /etc/fonts/conf.d/
|
||||
It seems to work well with chromium, somewhat less so with firefox.
|
||||
It seems to work well with chromium. (firefox since version 52 bundles
|
||||
its own emoji font)
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=noto-emoji
|
||||
GITREV=${GITREV:-8f0ab6079eadfdde2116389549eb392f55197904}
|
||||
NOTOTOOLSGITREV=${NOTOTOOLSGITREV:-fc369979dd5779d5d046b2cef95344996d045f14}
|
||||
GITREV=${GITREV:-8056f381ac3c117ab3694cb111bc723431e71b2d}
|
||||
NOTOTOOLSGITREV=${NOTOTOOLSGITREV:-21eb580489fc5864e7091fc6f0bd4781008fc91e}
|
||||
VERSION=${VERSION:-git$(echo "$GITREV" | sed 's/^\(.\{7\}\).*$/\1/')}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="noto-emoji"
|
||||
VERSION="git8f0ab60"
|
||||
VERSION="git8056f38"
|
||||
HOMEPAGE="https://www.google.com/get/noto/help/emoji/"
|
||||
DOWNLOAD="https://github.com/googlei18n/noto-emoji/archive/8f0ab6079eadfdde2116389549eb392f55197904/noto-emoji-8f0ab6079eadfdde2116389549eb392f55197904.tar.gz \
|
||||
https://github.com/googlei18n/nototools/archive/fc369979dd5779d5d046b2cef95344996d045f14/nototools-fc369979dd5779d5d046b2cef95344996d045f14.tar.gz"
|
||||
MD5SUM="735a2fcb1959a76ec90843725d7edd10 \
|
||||
47c41dd7f6874108b64ebeb21bf59647"
|
||||
DOWNLOAD="https://github.com/googlei18n/noto-emoji/archive/8056f381ac3c117ab3694cb111bc723431e71b2d/noto-emoji-8056f381ac3c117ab3694cb111bc723431e71b2d.tar.gz \
|
||||
https://github.com/googlei18n/nototools/archive/21eb580489fc5864e7091fc6f0bd4781008fc91e/nototools-21eb580489fc5864e7091fc6f0bd4781008fc91e.tar.gz"
|
||||
MD5SUM="65ba8fd89a8a55c95b135877b3e2377f \
|
||||
5a65e300e0a52fc929e207da14408e42"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="optipng python-fonttools"
|
||||
|
|
Loading…
Reference in a new issue