summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andre Barboza <bmg.andre@gmail.com>2016-08-31 00:29:07 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-03 07:48:57 +0700
commit62b05eec592391a1faf08ae79c32e2d02bccaedd (patch)
tree9c2135c39644cbccb8ecb00d30f55e900cdba894
parent837c894f23b6da99c4910b26fc9cd042a9ae1992 (diff)
downloadslackbuilds-62b05eec592391a1faf08ae79c32e2d02bccaedd.tar.gz
slackbuilds-62b05eec592391a1faf08ae79c32e2d02bccaedd.tar.xz
development/qt-creator: Updated for version 4.1.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--development/qt-creator/qt-creator.SlackBuild10
-rw-r--r--development/qt-creator/qt-creator.info6
2 files changed, 8 insertions, 8 deletions
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"