diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-06-20 09:30:28 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-06-20 15:20:26 -0500 |
commit | 0a9a8dd70cebcca2645dc7102afff287121edbe8 (patch) | |
tree | 3635c42522549e8991c86592d122a7cbcacceaba /libraries/wxPython/wxPython.SlackBuild | |
parent | d70c8ac11c5956a67094a177003cf966e7dc0e76 (diff) | |
download | slackbuilds-0a9a8dd70cebcca2645dc7102afff287121edbe8.tar.gz |
libraries/wxPython: Updated for version 2.8.11.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 \ |