diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-04-20 22:53:12 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:49 +0700 |
commit | f0ecc5ac54d0974a9e045e1b3145e4fd92858898 (patch) | |
tree | 9d9919835e5c1882b10ed632c3dd086bce555b35 /system/noto-emoji | |
parent | f9ffce19a20b2f4604eb5232f9953dec1c276f98 (diff) | |
download | slackbuilds-f0ecc5ac54d0974a9e045e1b3145e4fd92858898.tar.gz |
system/noto-emoji: Updated for version git8f0ab60.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/noto-emoji')
-rw-r--r-- | system/noto-emoji/noto-emoji.SlackBuild | 6 | ||||
-rw-r--r-- | system/noto-emoji/noto-emoji.info | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/system/noto-emoji/noto-emoji.SlackBuild b/system/noto-emoji/noto-emoji.SlackBuild index 12e290c905..94a3ed62b5 100644 --- a/system/noto-emoji/noto-emoji.SlackBuild +++ b/system/noto-emoji/noto-emoji.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=noto-emoji -GITREV=${GITREV:-ff93f20f6669ee89c819640485e4e555d3df32e9} -NOTOTOOLSGITREV=${NOTOTOOLSGITREV:-eb00fba810c3472222ef1e6e91a054626b11b3bf} +GITREV=${GITREV:-8f0ab6079eadfdde2116389549eb392f55197904} +NOTOTOOLSGITREV=${NOTOTOOLSGITREV:-fc369979dd5779d5d046b2cef95344996d045f14} VERSION=${VERSION:-git$(echo "$GITREV" | sed 's/^\(.\{7\}\).*$/\1/')} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -87,8 +87,8 @@ CXXFLAGS="$SLKCFLAGS" \ make VERBOSE=true install -d $PKG/usr/share/fonts/TTF/ -install -m644 *Emoji.ttf $PKG/usr/share/fonts/TTF/ install -m644 fonts/*.ttf $PKG/usr/share/fonts/TTF/ +install -m644 *Emoji.ttf $PKG/usr/share/fonts/TTF/ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ diff --git a/system/noto-emoji/noto-emoji.info b/system/noto-emoji/noto-emoji.info index 2fd28daba9..5fb5f9928f 100644 --- a/system/noto-emoji/noto-emoji.info +++ b/system/noto-emoji/noto-emoji.info @@ -1,10 +1,10 @@ PRGNAM="noto-emoji" -VERSION="gitff93f20" +VERSION="git8f0ab60" HOMEPAGE="https://www.google.com/get/noto/help/emoji/" -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="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_x86_64="" MD5SUM_x86_64="" REQUIRES="optipng python-fonttools" |