diff options
Diffstat (limited to 'libraries/wxPython/wxPython.SlackBuild')
-rw-r--r-- | libraries/wxPython/wxPython.SlackBuild | 16 |
1 files changed, 3 insertions, 13 deletions
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 \ |