mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/webkit: Updated for version r45012
This commit is contained in:
parent
1c16334243
commit
1fcdb5ec04
4 changed files with 20 additions and 23 deletions
|
@ -1,5 +1,4 @@
|
|||
WebKit is an opensource web browser engine. Webkit is still under heavy
|
||||
development, so use with caution.
|
||||
|
||||
Note: To build the snapshot, you will need icu4c and sqlite, both available
|
||||
on slackbuilds.org.
|
||||
This requires gail, icu4c, and libsoup.
|
||||
|
|
|
@ -5,14 +5,13 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler---------------------------------------------------------|
|
||||
webkit: webkit is a small, efficient, and fast rendering engine
|
||||
webkit: for web browsers.
|
||||
webkit:
|
||||
webkit: For more information, see http://www.webkit.org.
|
||||
webkit:
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
webkit: WebKit (rendering engine for web browsers)
|
||||
webkit:
|
||||
webkit:
|
||||
webkit: WebKit is a small, efficient, and fast
|
||||
webkit: rendering engine for web browsers.
|
||||
webkit:
|
||||
webkit: Homepage: http://www.webkit.org
|
||||
webkit:
|
||||
webkit:
|
||||
webkit:
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=webkit
|
||||
VERSION=r35963
|
||||
VERSION=r45012
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG=_SBo}
|
||||
|
@ -35,12 +35,16 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "s390" ]; then
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
fi
|
||||
|
||||
rm -rf $PKG
|
||||
|
@ -56,24 +60,19 @@ CFLAGS="$SLKCFLAGS" \
|
|||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./autogen.sh \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--mandir=/usr/man \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var/lib \
|
||||
--enable-svg \
|
||||
--enable-svg-experimental \
|
||||
--enable-svg-animation \
|
||||
--enable-fast-malloc \
|
||||
--with-font-backend=pango \
|
||||
--disable-static \
|
||||
--disable-samples \
|
||||
--disable-tests \
|
||||
--build=$ARCH-slackware-linux \
|
||||
|| exit 1
|
||||
|
||||
make || exit 1
|
||||
make install-strip DESTDIR=$PKG || exit 1
|
||||
|
||||
gzip -9 $PKG/usr/man/man?/*
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp INSTALL README WebKit/LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/webkit.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/webkit.SlackBuild
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="webkit"
|
||||
VERSION="r35963"
|
||||
VERSION="r45012"
|
||||
HOMEPAGE="http://www.webkit.org/"
|
||||
DOWNLOAD="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r35963.tar.bz2"
|
||||
MD5SUM="9699dca783a00aebe5338be20f10bc51"
|
||||
MAINTAINER="Andrew Brouwers"
|
||||
EMAIL="abrouwers@gmail.com"
|
||||
APPROVED="rworkman,Erik Hanson"
|
||||
DOWNLOAD="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r45012.tar.bz2"
|
||||
MD5SUM="7f5674936a6162e1a7560099127144f5"
|
||||
MAINTAINER="alkos333"
|
||||
EMAIL="me@alkos333.net"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue