mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/qt-creator: Updated for version 2.5.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f1ea333e05
commit
692fd63390
3 changed files with 9 additions and 8 deletions
|
@ -24,10 +24,11 @@
|
|||
|
||||
# Written by Andre Barboza <bmg.andre@gmail.com>
|
||||
# Modified by the SlackBuilds.org project.
|
||||
# Modified by Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
|
||||
PRGNAM=qt-creator
|
||||
VERSION=${VERSION:-2.2.1}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -63,7 +64,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION-src
|
||||
unzip $CWD/$PRGNAM-$VERSION-src.zip
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-src.tar.gz
|
||||
cd $PRGNAM-$VERSION-src
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qt-creator"
|
||||
VERSION="2.2.1"
|
||||
HOMEPAGE="http://qt.nokia.com/"
|
||||
DOWNLOAD="http://get.qt.nokia.com/qtcreator/qt-creator-2.2.1-src.zip"
|
||||
MD5SUM="8a3165f7f68d4932c9a902452993099d"
|
||||
VERSION="2.5.2"
|
||||
HOMEPAGE="http://qt-project.org/"
|
||||
DOWNLOAD="http://get.qt.nokia.com/qtcreator/qt-creator-2.5.2-src.tar.gz"
|
||||
MD5SUM="4a9c09cdf4609753283c31451c84ceb8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -12,7 +12,7 @@ qt-creator: The goal of Qt Creator is to provide a cross-platform, complete
|
|||
qt-creator: Integrated Development Environment (IDE) to develop Qt projects.
|
||||
qt-creator: It is available for the Linux, Mac OS X and Windows platforms.
|
||||
qt-creator:
|
||||
qt-creator: Homepage: http://qt.nokia.com/
|
||||
qt-creator: Homepage: http://qt-project.org/
|
||||
qt-creator:
|
||||
qt-creator:
|
||||
qt-creator:
|
||||
|
|
Loading…
Reference in a new issue