diff options
Diffstat (limited to 'system/noto-emoji/noto-emoji.SlackBuild')
-rw-r--r-- | system/noto-emoji/noto-emoji.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/noto-emoji/noto-emoji.SlackBuild b/system/noto-emoji/noto-emoji.SlackBuild index 12e290c905d5e..94a3ed62b5b8d 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 \ |