mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/qt-creator: Updated for version 2.8.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
dd40f34e7d
commit
4a80bb2431
3 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ Note that configure process takes some time to finish due qmake compile
|
|||
process.
|
||||
|
||||
Follow these steps to prepare source tree:
|
||||
1 - Copy Qt SlackBuild from Slackware tree to /usr/src/;
|
||||
1 - Copy Qt source directory from Slackware tree to /tmp;
|
||||
2 - Edit qt.SlackBuild and place a EXIT command AFTER configure command;
|
||||
3 - Execute qt.SlackBuild;
|
||||
4 - move /tmp/qt-everywhere-opensource-src-x.x.x to /usr/src
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
# Modified by Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
|
||||
PRGNAM=qt-creator
|
||||
VERSION=${VERSION:-2.6.2}
|
||||
VERSION=${VERSION:-2.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qt-creator"
|
||||
VERSION="2.6.2"
|
||||
VERSION="2.8.0"
|
||||
HOMEPAGE="http://qt-project.org/"
|
||||
DOWNLOAD="http://origin.releases.qt-project.org/qtcreator/2.6.2/qt-creator-2.6.2-src.tar.gz"
|
||||
MD5SUM="4700deb89e8cf92239015d7d70f0dcdd"
|
||||
DOWNLOAD="http://download.qt-project.org/official_releases/qtcreator/2.8/2.8.0/qt-creator-2.8.0-src.tar.gz"
|
||||
MD5SUM="5aacdad4491b7dda9758a81384d8da79"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue