From 0a9a8dd70cebcca2645dc7102afff287121edbe8 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sun, 20 Jun 2010 09:30:28 -0400 Subject: libraries/wxPython: Updated for version 2.8.11.0. Signed-off-by: dsomero --- libraries/wxPython/wxPython.SlackBuild | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'libraries/wxPython/wxPython.SlackBuild') diff --git a/libraries/wxPython/wxPython.SlackBuild b/libraries/wxPython/wxPython.SlackBuild index 7786f504f8..6f06dda9ec 100644 --- a/libraries/wxPython/wxPython.SlackBuild +++ b/libraries/wxPython/wxPython.SlackBuild @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wxPython -VERSION=2.8.10.1 -BUILD=${BUILD:-3} +VERSION=2.8.11.0 +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 @@ -43,9 +41,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} # Gnomeprint support -GNOMEPRINT=${GNOMEPRINT:-no} - -if [ "$GNOMEPRINT" = "no" ]; then +if [ "${GNOMEPRINT:-no}" = "no" ]; then do_gp="without" else do_gp="with" @@ -76,12 +72,6 @@ cd $PRGNAM-src-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -#patch for newer glib versions -patch -p1 -i $CWD/wxGTK-2.8.10.1-gsocket.patch - -#patch to also detect newer libpng versions -patch -p0 -i $CWD/wxPython-libpng14.diff - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ -- cgit v1.2.3