From 62b05eec592391a1faf08ae79c32e2d02bccaedd Mon Sep 17 00:00:00 2001 From: Andre Barboza Date: Wed, 31 Aug 2016 00:29:07 +0100 Subject: development/qt-creator: Updated for version 4.1.0. Signed-off-by: David Spencer --- development/qt-creator/qt-creator.SlackBuild | 10 +++++----- development/qt-creator/qt-creator.info | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'development/qt-creator') diff --git a/development/qt-creator/qt-creator.SlackBuild b/development/qt-creator/qt-creator.SlackBuild index bc688623dc..bf8f043275 100644 --- a/development/qt-creator/qt-creator.SlackBuild +++ b/development/qt-creator/qt-creator.SlackBuild @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qt-creator -VERSION=${VERSION:-4.0.2} +VERSION=${VERSION:-4.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-opensource-src-$VERSION -tar xvf $CWD/$PRGNAM-opensource-src-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-opensource-src-$VERSION.tar.xz cd $PRGNAM-opensource-src-$VERSION chown -R root:root . find -L . \ diff --git a/development/qt-creator/qt-creator.info b/development/qt-creator/qt-creator.info index 5fc4567d0c..db6379c2f4 100644 --- a/development/qt-creator/qt-creator.info +++ b/development/qt-creator/qt-creator.info @@ -1,8 +1,8 @@ PRGNAM="qt-creator" -VERSION="4.0.2" +VERSION="4.1.0" HOMEPAGE="http://wiki.qt.io/Qt_Creator" -DOWNLOAD="http://download.qt.io/official_releases/qtcreator/4.0/4.0.2/qt-creator-opensource-src-4.0.2.tar.gz" -MD5SUM="80eea55be0d1ad45d7b6837a5027493c" +DOWNLOAD="http://download.qt.io/official_releases/qtcreator/4.1/4.1.0/qt-creator-opensource-src-4.1.0.tar.xz" +MD5SUM="c90743aad6e222db88e4d52267b82cff" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5 qbs" -- cgit v1.2.3