summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali2010-06-16 21:13:06 +0200
committer Erik Hanson2010-06-17 00:08:29 +0200
commitb947a018a308555598cb0c5e490186e9d7b51a68 (patch)
tree265418d89e41d53fa462408e744f2b73c16dd9ab
parentd5ee0b74f5617f236154d38ca4e636ef836fe474 (diff)
downloadslackbuilds-b947a018a308555598cb0c5e490186e9d7b51a68.tar.gz
libraries/pywebkitgtk: Updated for version 1.1.7.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r--libraries/pywebkitgtk/pywebkitgtk.SlackBuild6
-rw-r--r--libraries/pywebkitgtk/pywebkitgtk.info8
2 files changed, 6 insertions, 8 deletions
diff --git a/libraries/pywebkitgtk/pywebkitgtk.SlackBuild b/libraries/pywebkitgtk/pywebkitgtk.SlackBuild
index ccee0f096e..c4aa08c8f3 100644
--- a/libraries/pywebkitgtk/pywebkitgtk.SlackBuild
+++ b/libraries/pywebkitgtk/pywebkitgtk.SlackBuild
@@ -5,16 +5,14 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=pywebkitgtk
-VERSION=${VERSION:-1.1.5}
+VERSION=1.1.7
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -66,7 +64,7 @@ make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS ChangeLog COPYING INSTALL MAINTAINERS NEWS README \
+ AUTHORS ChangeLog COPYING MAINTAINERS NEWS README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/libraries/pywebkitgtk/pywebkitgtk.info b/libraries/pywebkitgtk/pywebkitgtk.info
index 13cf557ddc..5feae43c88 100644
--- a/libraries/pywebkitgtk/pywebkitgtk.info
+++ b/libraries/pywebkitgtk/pywebkitgtk.info
@@ -1,10 +1,10 @@
PRGNAM="pywebkitgtk"
-VERSION="1.1.5"
+VERSION="1.1.7"
HOMEPAGE="http://code.google.com/p/pywebkitgtk/"
-DOWNLOAD="http://pywebkitgtk.googlecode.com/files/pywebkitgtk-1.1.5.tar.bz2"
-MD5SUM="3bbcca6af720001dc31b2768a526715a"
+DOWNLOAD="http://pywebkitgtk.googlecode.com/files/pywebkitgtk-1.1.7.tar.bz2"
+MD5SUM="0d5aedafbc1382dd6b5900286c2e1b67"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
-APPROVED="rworkman"
+APPROVED="Erik Hanson"