summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libraries/pywebkitgtk/README2
-rw-r--r--libraries/pywebkitgtk/pywebkitgtk.SlackBuild9
-rw-r--r--libraries/pywebkitgtk/pywebkitgtk.info6
3 files changed, 10 insertions, 7 deletions
diff --git a/libraries/pywebkitgtk/README b/libraries/pywebkitgtk/README
index ba7af64e01..fb38d0edf6 100644
--- a/libraries/pywebkitgtk/README
+++ b/libraries/pywebkitgtk/README
@@ -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.
diff --git a/libraries/pywebkitgtk/pywebkitgtk.SlackBuild b/libraries/pywebkitgtk/pywebkitgtk.SlackBuild
index c4aa08c8f3..66f8e0d3df 100644
--- a/libraries/pywebkitgtk/pywebkitgtk.SlackBuild
+++ b/libraries/pywebkitgtk/pywebkitgtk.SlackBuild
@@ -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
diff --git a/libraries/pywebkitgtk/pywebkitgtk.info b/libraries/pywebkitgtk/pywebkitgtk.info
index 5feae43c88..4d4ffdacb2 100644
--- a/libraries/pywebkitgtk/pywebkitgtk.info
+++ b/libraries/pywebkitgtk/pywebkitgtk.info
@@ -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"