l/webkit2: Upgraded to webkit2-2.16.3.
This commit is contained in:
parent
a44309527b
commit
0f99233a2d
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# Build script for Slackware
|
||||
# Copyright (C) 2016 Damien Goutte-Gattat
|
||||
# Copyright (C) 2016,2017 Damien Goutte-Gattat
|
||||
#
|
||||
# Redistribution and use of this script, with or without modifications,
|
||||
# is permitted provided that the following conditions are met:
|
||||
|
@ -25,11 +25,11 @@
|
|||
# Latest webkitgtk sourcecode is available at:
|
||||
# <https://www.webkitgtk.org/>.
|
||||
#
|
||||
# Depends: l/hyphen, l/geoclue
|
||||
# Depends: l/hyphen, l/geoclue, l/libwebp
|
||||
|
||||
# Source package infos
|
||||
NAMESRC=${NAMESRC:-webkitgtk}
|
||||
VERSION=${VERSION:-2.14.2}
|
||||
VERSION=${VERSION:-2.16.3}
|
||||
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.xz}
|
||||
WGET=${WGET:-https://www.webkitgtk.org/releases/$ARCHIVE}
|
||||
|
||||
|
@ -78,7 +78,7 @@ if [ ! -r $ARCHIVE ]; then
|
|||
wget -c -O $ARCHIVE.part "$WGET"
|
||||
mv $ARCHIVE.part $ARCHIVE
|
||||
fi
|
||||
sha1sum -c $ARCHIVE.sha1
|
||||
sha256sum -c $ARCHIVE.sha256
|
||||
NAME=$(tar ft $ARCHIVE | head -n 1 | cut -d / -f 1)
|
||||
|
||||
# Compile
|
||||
|
@ -101,6 +101,13 @@ install -m 644 ../NEWS $PKG/usr/doc/$NAMEPKG-$VERSION
|
|||
# Copy slack-desc file
|
||||
install -D -m 644 $CWD/slack-desc $PKG/install/slack-desc
|
||||
|
||||
# Add dependency infos
|
||||
cat <<EOF > $PKG/install/slack-required
|
||||
geoclue
|
||||
hyphen
|
||||
libwebp
|
||||
EOF
|
||||
|
||||
# Package the tree
|
||||
cd $PKG
|
||||
mkdir -p $OUT
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
857590669ed1c6278413dfbf0619e8473664537f webkitgtk-2.14.2.tar.xz
|
|
@ -0,0 +1 @@
|
|||
204e9131da0101b9bc8765716e70a897121af04b964d9827cd9f20816a77b512 webkitgtk-2.16.3.tar.xz
|
Loading…
Reference in New Issue