summaryrefslogtreecommitdiffstats
path: root/system/alacritty/alacritty.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2018-03-07 19:47:11 +1300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-10 07:11:10 +0700
commit6c1e49b07eafde35963138bcacf831eb641de0cc (patch)
tree5ffda41b00450c255991029199747a21eac9c335 /system/alacritty/alacritty.SlackBuild
parent9ceacaec3e11cdfdb92eab8aca840af93aa07833 (diff)
downloadslackbuilds-6c1e49b07eafde35963138bcacf831eb641de0cc.tar.gz
slackbuilds-6c1e49b07eafde35963138bcacf831eb641de0cc.tar.xz
system/alacritty: Updated for version gitf298ebb.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system/alacritty/alacritty.SlackBuild')
-rw-r--r--system/alacritty/alacritty.SlackBuild24
1 files changed, 18 insertions, 6 deletions
diff --git a/system/alacritty/alacritty.SlackBuild b/system/alacritty/alacritty.SlackBuild
index 72c4a91aca..329d669979 100644
--- a/system/alacritty/alacritty.SlackBuild
+++ b/system/alacritty/alacritty.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=alacritty
-GITREV=${GITREV:-475ebecfc4e0648242e82e256dee1489f3a3fe81}
+GITREV=${GITREV:-f298ebb2179eff947cdb9cb7a4bd96e9739eac5c}
VERSION=${VERSION:-git$(echo "$GITREV" | sed 's/^\(.\{7\}\).*$/\1/')}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -96,7 +96,7 @@ mkdir vendor
android_glue=0.2.3 \
ansi_term=0.10.2 \
approx=0.1.1 \
- arraydeque=0.4.1 \
+ arraydeque=0.4.2 \
atty=0.2.6 \
base64=0.9.0 \
bitflags=0.4.0 \
@@ -108,7 +108,7 @@ mkdir vendor
byteorder=1.2.1 \
bytes=0.3.0 \
cargo_metadata=0.2.3 \
- cc=1.0.4 \
+ cc=1.0.5 \
cfg-if=0.1.2 \
cgl=0.2.1 \
cgmath=0.16.0 \
@@ -126,7 +126,7 @@ mkdir vendor
either=1.4.0 \
env_logger=0.5.4 \
errno=0.2.3 \
- euclid=0.17.0 \
+ euclid=0.17.1 \
expat-sys=2.1.5 \
filetime=0.1.15 \
fnv=1.0.6 \
@@ -142,7 +142,7 @@ mkdir vendor
gl_generator=0.9.0 \
gleam=0.4.23 \
glutin=0.13.0 \
- humantime=1.1.0 \
+ humantime=1.1.1 \
idna=0.1.4 \
if_chain=0.1.2 \
inotify=0.3.0 \
@@ -173,7 +173,7 @@ mkdir vendor
nix=0.5.1 \
notify=4.0.3 \
num-traits=0.1.43 \
- num-traits=0.2.0 \
+ num-traits=0.2.1 \
objc-foundation=0.1.1 \
objc=0.2.2 \
objc_id=0.1.0 \
@@ -325,6 +325,18 @@ find target -name $PRGNAM -exec install -m 755 {} $PKG/usr/bin/$PRGNAM \;
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+mkdir -p $PKG/usr/man/man1
+install -m644 alacritty.man $PKG/usr/man/man1/alacritty.1
+
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
+
+mkdir -p $PKG/usr/share/bash-completion/completions
+install -m644 alacritty-completions.bash $PKG/usr/share/bash-completion/completions/alacritty
+
+mkdir -p $PKG/usr/share/zsh/site-functions
+install -m644 alacritty-completions.zsh $PKG/usr/share/zsh/site-functions/_alacritty
+
mkdir -p $PKG/usr/share/terminfo
tic -o $PKG/usr/share/terminfo alacritty.info