From 5f0e478881a0961fd3bdf0d7490f0320a30efc15 Mon Sep 17 00:00:00 2001 From: Chess Griffin Date: Tue, 11 May 2010 22:24:25 +0200 Subject: libraries/wxGTK: Updated for version 2.8.9 --- libraries/wxGTK/README | 2 -- libraries/wxGTK/wxGTK.SlackBuild | 11 ++++++----- libraries/wxGTK/wxGTK.info | 12 ++++++------ 3 files changed, 12 insertions(+), 13 deletions(-) (limited to 'libraries/wxGTK') diff --git a/libraries/wxGTK/README b/libraries/wxGTK/README index 213e78e56d..02fa322ea3 100644 --- a/libraries/wxGTK/README +++ b/libraries/wxGTK/README @@ -2,6 +2,4 @@ wxGTK is part of wxWidgets, a cross-platform API for writing GUI applications on multiple platforms that still utilize the native platform's controls and utilities. -This SlackBuild is meant to be used for compilation of applications -compatible with the 2.6.x wxWidget releases (aMule, for example). This is a unicode shared build. diff --git a/libraries/wxGTK/wxGTK.SlackBuild b/libraries/wxGTK/wxGTK.SlackBuild index 6e72a14951..2c4e863640 100644 --- a/libraries/wxGTK/wxGTK.SlackBuild +++ b/libraries/wxGTK/wxGTK.SlackBuild @@ -9,10 +9,11 @@ # Modified by the SlackBuilds.org project PRGNAM=wxGTK -VERSION=2.6.4 +VERSION=2.8.9 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM @@ -36,6 +37,7 @@ cd $TMP || exit 1 rm -rf $PRGNAM-$VERSION tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1 cd $PRGNAM-$VERSION || exit 1 + chown -R root:root . chmod -R u+w,go+r-w,a-s . @@ -67,15 +69,14 @@ make install DESTDIR=$PKG || exit 1 cd $PKG/usr/bin rm wx-config if [ "$UNICODE" = "YES" ]; then - ln -s /usr/lib/wx/config/gtk2-unicode-release-2.6 wx-config + ln -s /usr/lib/wx/config/gtk2-unicode-release-2.8 wx-config elif [ "$UNICODE" = "NO" ]; then - ln -s /usr/lib/wx/config/gtk2-ansi-release-2.6 wx-config + ln -s /usr/lib/wx/config/gtk2-ansi-release-2.8 wx-config fi cd - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES-GTK.txt CHANGES.txt COPYING.LIB INSTALL.txt LICENCE.txt \ - README-GTK.txt README.txt TODO.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a docs/* $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/wxGTK/wxGTK.info b/libraries/wxGTK/wxGTK.info index 55449aa1da..e36b9489c6 100644 --- a/libraries/wxGTK/wxGTK.info +++ b/libraries/wxGTK/wxGTK.info @@ -1,8 +1,8 @@ PRGNAM="wxGTK" -VERSION="2.6.4" +VERSION="2.8.9" HOMEPAGE="http://www.wxwidgets.org" -DOWNLOAD="http://downloads.sourceforge.net/wxwindows/wxGTK-2.6.4.tar.gz" -MD5SUM="f1e7b11d691be0f058af16901fac9a6f" -MAINTAINER="Marc-Andre Moreau" -EMAIL="aghaster@hotmail.com" -APPROVED="rworkman" +DOWNLOAD="http://downloads.sourceforge.net/wxwindows/wxGTK-2.8.9.tar.gz" +MD5SUM="8c845c11b02dc852471a7013eeded5ff" +MAINTAINER="Chess Griffin" +EMAIL="chess@chessgriffin.com" +APPROVED="dsomero" -- cgit v1.2.3