summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author dsomero <xgizzmo@slackbuilds.org>2011-03-31 21:22:11 -0400
committer Robby Workman <rworkman@slackbuilds.org>2011-03-31 23:51:43 -0500
commit3722a9fdf59f4189e8ceb0a6dfdb518178c7b3c9 (patch)
tree0a266e35579ce083318ff36e3643a38bafa60ae0 /development
parente9ec8feb29aa84b8a70e259c3cab50c450c22f90 (diff)
downloadslackbuilds-3722a9fdf59f4189e8ceb0a6dfdb518178c7b3c9.tar.gz
slackbuilds-3722a9fdf59f4189e8ceb0a6dfdb518178c7b3c9.tar.xz
development/qt-creator: Updated for version 2.1.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/qt-creator/qt-creator.SlackBuild32
-rw-r--r--development/qt-creator/qt-creator.info8
2 files changed, 19 insertions, 21 deletions
diff --git a/development/qt-creator/qt-creator.SlackBuild b/development/qt-creator/qt-creator.SlackBuild
index 1b732e94a8..011595bc9a 100644
--- a/development/qt-creator/qt-creator.SlackBuild
+++ b/development/qt-creator/qt-creator.SlackBuild
@@ -3,30 +3,30 @@
# Slackware build script for qt-creator
# Copyright 2009 Andre Barboza
-# All rights reserved.
-#
+# All rights reserved.
+#
# Redistribution and use of this script, with or without modification, is
-# permitted provided that the following conditions are met:
-#
-# 1. Redistributions of this script must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
-# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
-# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Written by Andre Barboza <bmg.andre@gmail.com>
# Modified by the SlackBuilds.org project.
PRGNAM=qt-creator
-VERSION=${VERSION:-1.3.1}
+VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
@@ -86,8 +86,6 @@ make install INSTALL_ROOT=$PKG/usr
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-( cd $PKG/usr/bin; ln -s qtcreator.bin qtcreator )
-
mkdir -p $PKG/usr/share/applications
cat $CWD/qt-creator.desktop > $PKG/usr/share/applications/qt-creator.desktop
diff --git a/development/qt-creator/qt-creator.info b/development/qt-creator/qt-creator.info
index b4fde964f3..b124c47628 100644
--- a/development/qt-creator/qt-creator.info
+++ b/development/qt-creator/qt-creator.info
@@ -1,10 +1,10 @@
PRGNAM="qt-creator"
-VERSION="1.3.1"
+VERSION="2.1.0"
HOMEPAGE="http://qt.nokia.com/"
-DOWNLOAD="http://get.qt.nokia.com/qtcreator/qt-creator-1.3.1-src.zip"
-MD5SUM="b4c66810c591f62aa26739f997ffe88b"
+DOWNLOAD="http://get.qt.nokia.com/qtcreator/qt-creator-2.1.0-src.zip"
+MD5SUM="a6e48b4347314fb2a92b77f40b4fc9a5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Andre Barboza"
EMAIL="bmg.andre@gmail.com"
-APPROVED="rworkman"
+APPROVED="dsomero"