mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/noto-emoji: Updated for version 20171204.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4232baf80b
commit
7a3fe25ec9
2 changed files with 8 additions and 8 deletions
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=noto-emoji
|
||||
GITREV=${GITREV:-11275b5a2e8295924c335f16e096a60ac48edf90}
|
||||
VERSION=${VERSION:-git$(echo "$GITREV" | sed 's/^\(.\{7\}\).*$/\1/')}
|
||||
SRCVERSION=${VERSION:-2017-12-04-hamburger-fix}
|
||||
VERSION=${VERSION:-$(echo "$SRCVERSION" | cut -d- -f-3 | tr -d -)}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -40,9 +40,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$GITREV
|
||||
tar xvf $CWD/$PRGNAM-$GITREV.tar.gz
|
||||
cd $PRGNAM-$GITREV
|
||||
rm -rf $PRGNAM-$SRCVERSION
|
||||
tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.gz
|
||||
cd $PRGNAM-$SRCVERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="noto-emoji"
|
||||
VERSION="git11275b5"
|
||||
VERSION="20171204"
|
||||
HOMEPAGE="https://www.google.com/get/noto/help/emoji/"
|
||||
DOWNLOAD="https://github.com/googlei18n/noto-emoji/archive/11275b5a2e8295924c335f16e096a60ac48edf90/noto-emoji-11275b5a2e8295924c335f16e096a60ac48edf90.tar.gz \
|
||||
DOWNLOAD="https://github.com/googlei18n/noto-emoji/archive/v2017-12-04-hamburger-fix/noto-emoji-2017-12-04-hamburger-fix.tar.gz \
|
||||
https://gist.githubusercontent.com/hexchain/47f550472e79d0805060/raw/d9ecd5a5fcb901bcfb75115f4b602f6c1d3020c1/51-noto-color-emoji.conf.xml"
|
||||
MD5SUM="66317217b2c2a78bf8dc63b6ebeb26ba \
|
||||
MD5SUM="947865dabb498794d0d32bbe2dc52e79 \
|
||||
e2d9cf0460fa0315a8da5d8dedacf702"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue