summaryrefslogtreecommitdiffstats
path: root/system/alacritty/alacritty.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/alacritty/alacritty.SlackBuild')
-rw-r--r--system/alacritty/alacritty.SlackBuild198
1 files changed, 94 insertions, 104 deletions
diff --git a/system/alacritty/alacritty.SlackBuild b/system/alacritty/alacritty.SlackBuild
index d94ba8b3a3..b73c466f14 100644
--- a/system/alacritty/alacritty.SlackBuild
+++ b/system/alacritty/alacritty.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for alacritty
-# Copyright 2017 Andrew Clemons, Wellington New Zealand
+# Copyright 2017-2018 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=alacritty
-GITREV=${GITREV:-9bdac6b50aa911cd8f94624a1084a1ba35be6ed4}
+GITREV=${GITREV:-7b4ba80bb195b862f50c16263405a9507f99bb82}
VERSION=${VERSION:-git$(echo "$GITREV" | sed 's/^\(.\{7\}\).*$/\1/')}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -43,19 +43,15 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
CARGOTARGET="--target i586-unknown-linux-gnu"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
CARGOTARGET="--target i686-unknown-linux-gnu"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
CARGOTARGET="--target x86_64-unknown-linux-gnu"
else
SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
CARGOTARGET=""
fi
@@ -90,143 +86,135 @@ mkdir vendor
(
cd vendor
- for dependency in aho-corasick=0.6.3 \
+ for dependency in aho-corasick=0.6.4 \
android_glue=0.2.3 \
- ansi_term=0.9.0 \
+ ansi_term=0.10.2 \
approx=0.1.1 \
arraydeque=0.2.3 \
- atty=0.2.2 \
+ atty=0.2.6 \
+ base64=0.9.0 \
bitflags=0.4.0 \
bitflags=0.7.0 \
bitflags=0.8.2 \
bitflags=0.9.1 \
+ bitflags=1.0.1 \
block=0.1.6 \
- built=0.2.0 \
- byteorder=1.1.0 \
+ byteorder=1.2.1 \
bytes=0.3.0 \
cargo_metadata=0.2.3 \
cc=1.0.3 \
cfg-if=0.1.2 \
cgl=0.2.1 \
cgmath=0.15.0 \
- clap=2.27.1 \
- clippy=0.0.174 \
- clippy_lints=0.0.174 \
- cmake=0.1.25 \
- cocoa=0.9.2 \
- conv=0.3.3 \
- core-foundation=0.3.0 \
- core-foundation=0.4.4 \
- core-foundation-sys=0.3.1 \
- core-foundation-sys=0.4.4 \
- core-graphics=0.8.2 \
- core-text=6.1.2 \
- custom_derive=0.1.7 \
- dlib=0.3.1 \
+ clap=2.29.0 \
+ clippy=0.0.177 \
+ clippy_lints=0.0.177 \
+ cmake=0.1.29 \
+ cocoa=0.13.0 \
+ core-foundation-sys=0.4.6 \
+ core-foundation=0.4.6 \
+ core-graphics=0.12.4 \
+ core-text=8.0.0 \
+ dlib=0.4.0 \
dtoa=0.4.2 \
- dwmapi-sys=0.1.0 \
- either=1.1.0 \
+ dwmapi-sys=0.1.1 \
+ either=1.4.0 \
env_logger=0.4.3 \
errno=0.2.3 \
- euclid=0.12.0 \
+ euclid=0.16.1 \
expat-sys=2.1.5 \
- filetime=0.1.10 \
- fnv=1.0.5 \
- foreign-types=0.2.0 \
+ filetime=0.1.14 \
+ fnv=1.0.6 \
+ foreign-types-shared=0.1.1 \
+ foreign-types=0.3.2 \
freetype-rs=0.13.0 \
freetype-sys=0.4.0 \
- fs2=0.2.5 \
- fsevent=0.2.16 \
fsevent-sys=0.1.6 \
- gcc=0.3.53 \
- gdi32-sys=0.1.1 \
+ fsevent=0.2.17 \
+ fuchsia-zircon-sys=0.2.0 \
+ fuchsia-zircon-sys=0.3.2 \
+ fuchsia-zircon=0.2.1 \
+ fuchsia-zircon=0.3.2 \
+ gdi32-sys=0.1.2 \
getopts=0.2.15 \
- git2=0.6.8 \
- gl_generator=0.5.5 \
- gleam=0.4.8 \
- glutin=0.9.2 \
- heapsize=0.3.9 \
+ gl_generator=0.6.1 \
+ gl_generator=0.7.0 \
+ gleam=0.4.17 \
+ glutin=0.12.0 \
idna=0.1.4 \
if_chain=0.1.2 \
inotify=0.3.0 \
- iovec=0.1.0 \
- itertools=0.6.3 \
- itoa=0.3.3 \
+ iovec=0.1.1 \
+ itertools=0.6.5 \
+ itoa=0.3.4 \
kernel32-sys=0.2.2 \
- khronos_api=1.0.1 \
- lazy_static=0.2.8 \
+ khronos_api=2.0.0 \
+ lazy_static=0.2.11 \
+ lazy_static=1.0.0 \
lazycell=0.4.0 \
lazycell=0.5.1 \
- libc=0.2.30 \
- libgit2-sys=0.6.16 \
- libloading=0.3.4 \
- libz-sys=1.0.16 \
- linked-hash-map=0.3.0 \
- linked-hash-map=0.4.2 \
- log=0.3.8 \
- magenta=0.1.1 \
- magenta-sys=0.1.1 \
+ libc=0.2.34 \
+ libloading=0.4.3 \
+ libz-sys=1.0.18 \
+ linked-hash-map=0.5.0 \
+ log=0.3.9 \
+ log=0.4.0 \
malloc_buf=0.0.6 \
matches=0.1.6 \
- memchr=1.0.1 \
- memmap=0.4.0 \
- mio=0.5.1 \
- mio=0.6.10 \
+ memchr=2.0.1 \
+ memmap=0.6.1 \
mio-more=0.1.0 \
+ mio=0.5.1 \
+ mio=0.6.11 \
miow=0.1.5 \
miow=0.2.1 \
net2=0.2.31 \
nix=0.5.1 \
- nodrop=0.1.9 \
- notify=4.0.1 \
- num-traits=0.1.40 \
- objc=0.2.2 \
+ nodrop=0.1.12 \
+ notify=4.0.3 \
+ num-traits=0.1.41 \
objc-foundation=0.1.1 \
+ objc=0.2.2 \
objc_id=0.1.0 \
- odds=0.2.25 \
+ odds=0.2.26 \
osmesa-sys=0.1.2 \
owning_ref=0.3.3 \
- parking_lot=0.4.5 \
- parking_lot_core=0.2.4 \
- percent-encoding=1.0.0 \
- phf=0.7.21 \
- phf_codegen=0.7.21 \
- phf_generator=0.7.21 \
- phf_shared=0.7.21 \
+ parking_lot=0.5.3 \
+ parking_lot_core=0.2.8 \
+ percent-encoding=1.0.1 \
pkg-config=0.3.9 \
pulldown-cmark=0.0.15 \
quine-mc_cluskey=0.2.4 \
quote=0.3.15 \
- rand=0.3.16 \
- redox_syscall=0.1.31 \
- regex=0.2.2 \
+ rand=0.3.19 \
+ redox_syscall=0.1.33 \
+ redox_termios=0.1.1 \
regex-syntax=0.4.1 \
- rustc-serialize=0.3.24 \
- semver=0.6.0 \
+ regex=0.2.3 \
+ safemem=0.2.0 \
+ same-file=1.0.0 \
semver-parser=0.7.0 \
- serde=0.9.15 \
- serde=1.0.11 \
- serde_derive=1.0.11 \
- serde_derive_internals=0.15.1 \
- serde_json=0.9.10 \
- serde_json=1.0.2 \
- serde_yaml=0.7.1 \
- shared_library=0.1.7 \
- shell32-sys=0.1.1 \
- siphasher=0.2.2 \
+ semver=0.6.0 \
+ serde=1.0.26 \
+ serde_derive=1.0.26 \
+ serde_derive_internals=0.18.1 \
+ serde_json=1.0.8 \
+ serde_yaml=0.7.3 \
+ shared_library=0.1.8 \
+ shell32-sys=0.1.2 \
slab=0.1.3 \
slab=0.3.0 \
- smallvec=0.4.3 \
+ smallvec=0.6.0 \
stable_deref_trait=1.0.0 \
strsim=0.6.0 \
syn=0.11.11 \
synom=0.11.3 \
- target_build_utils=0.3.1 \
- tempfile=2.1.6 \
+ tempfile=2.2.0 \
+ termion=1.5.1 \
textwrap=0.9.0 \
- thread_local=0.3.4 \
+ thread_local=0.3.5 \
time=0.1.38 \
- toml=0.2.1 \
+ token_store=0.1.2 \
toml=0.4.5 \
unicode-bidi=0.3.4 \
unicode-normalization=0.1.5 \
@@ -234,29 +222,31 @@ mkdir vendor
unicode-xid=0.0.4 \
unreachable=1.0.0 \
url=1.6.0 \
- user32-sys=0.1.2 \
+ user32-sys=0.1.3 \
utf8-ranges=1.0.0 \
utf8parse=0.1.0 \
vcpkg=0.2.2 \
vec_map=0.8.0 \
void=1.0.2 \
vte=0.3.2 \
- walkdir=0.1.8 \
- wayland-client=0.9.9 \
- wayland-kbd=0.9.1 \
- wayland-protocols=0.9.9 \
- wayland-scanner=0.9.9 \
- wayland-sys=0.9.9 \
- wayland-window=0.7.0 \
- winapi=0.2.8 \
+ walkdir=2.0.1 \
+ wayland-client=0.12.4 \
+ wayland-kbd=0.13.0 \
+ wayland-protocols=0.12.4 \
+ wayland-scanner=0.12.4 \
+ wayland-sys=0.12.4 \
+ wayland-window=0.13.2 \
winapi-build=0.1.1 \
- winit=0.7.6 \
+ winapi-i686-pc-windows-gnu=0.3.2 \
+ winapi-x86_64-pc-windows-gnu=0.3.2 \
+ winapi=0.2.8 \
+ winapi=0.3.2 \
+ winit=0.10.0 \
ws2_32-sys=0.2.1 \
- x11-dl=2.15.0 \
+ x11-dl=2.17.2 \
xdg=2.1.0 \
- xml-rs=0.3.6 \
- xml-rs=0.6.1 \
- yaml-rust=0.3.5 \
+ xml-rs=0.7.0 \
+ yaml-rust=0.4.0 \
servo-fontconfig=0.4.0 \
servo-fontconfig-sys=4.0.3 ; do
dep="$(echo "$dependency" | cut -d= -f1)"