libraries/pywebkitgtk: Updated for version 1.1.8.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Larry Hajali 2010-12-02 05:19:45 -06:00 committed by Robby Workman
parent 6c3580abc1
commit 9d12bf4f72
3 changed files with 10 additions and 7 deletions

View file

@ -1,4 +1,4 @@
PyWebKitGtk allows Python (Gtk) developers to create software
on top of the WebKitGtk rendering engine.
This package requires webkit.
This package requires webkitgtk.

View file

@ -5,7 +5,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=pywebkitgtk
VERSION=1.1.7
VERSION=1.1.8
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,12 +60,15 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux
make
make install-strip DESTDIR=$PKG
make install DESTDIR=$PKG
find $PKG | xargs 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/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS ChangeLog COPYING MAINTAINERS NEWS README \
$PKG/usr/doc/$PRGNAM-$VERSION
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="pywebkitgtk"
VERSION="1.1.7"
VERSION="1.1.8"
HOMEPAGE="http://code.google.com/p/pywebkitgtk/"
DOWNLOAD="http://pywebkitgtk.googlecode.com/files/pywebkitgtk-1.1.7.tar.bz2"
MD5SUM="0d5aedafbc1382dd6b5900286c2e1b67"
DOWNLOAD="http://pywebkitgtk.googlecode.com/files/pywebkitgtk-1.1.8.tar.bz2"
MD5SUM="19f3c184eebcfde1c9d1ce56bbe75cf2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"