diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-04-27 13:19:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-28 20:39:12 +0700 |
commit | 9578f0085d4ffe37f4b4e4a88cad8449bdb1ee70 (patch) | |
tree | 135c47050718c7d8e8534d8438280f2483d4cab5 /development/qt-creator | |
parent | cfdb6c4b58919f42d8bbe7bcb05755d674575bed (diff) |
development/qt-creator: Updated for version 4.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/qt-creator')
-rw-r--r-- | development/qt-creator/qt-creator.SlackBuild | 5 | ||||
-rw-r--r-- | development/qt-creator/qt-creator.info | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/development/qt-creator/qt-creator.SlackBuild b/development/qt-creator/qt-creator.SlackBuild index 6ef901f0bb92..5fe875d7d066 100644 --- a/development/qt-creator/qt-creator.SlackBuild +++ b/development/qt-creator/qt-creator.SlackBuild @@ -29,7 +29,7 @@ # VERSION=4.2.0_rc1 or VERSION=4.2.0_beta1 (note the underscore). PRGNAM=qt-creator -VERSION=${VERSION:-4.2.1} +VERSION=${VERSION:-4.2.2} SRCVER=$(echo $VERSION | tr _ -) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -144,9 +144,6 @@ fi find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -mkdir -p $PKG/usr/share/applications -cat $CWD/qt-creator.desktop > $PKG/usr/share/applications/qt-creator.desktop - mkdir -p $PKG/usr/share/mime/packages cat $CWD/qt-creator.xml > $PKG/usr/share/mime/packages/qt-creator.xml diff --git a/development/qt-creator/qt-creator.info b/development/qt-creator/qt-creator.info index 6748f7e44064..6cc6ab3a4837 100644 --- a/development/qt-creator/qt-creator.info +++ b/development/qt-creator/qt-creator.info @@ -1,14 +1,14 @@ PRGNAM="qt-creator" -VERSION="4.2.1" +VERSION="4.2.2" HOMEPAGE="http://wiki.qt.io/Qt_Creator" -DOWNLOAD="https://download.qt.io/official_releases/qtcreator/4.2/4.2.1/qt-creator-opensource-src-4.2.1.tar.xz \ +DOWNLOAD="https://download.qt.io/official_releases/qtcreator/4.2/4.2.2/qt-creator-opensource-src-4.2.2.tar.xz \ http://llvm.org/releases/3.9.1/llvm-3.9.1.src.tar.xz \ http://llvm.org/releases/3.9.1/cfe-3.9.1.src.tar.xz" -MD5SUM="b8a0ad71025567953c44397407688083 \ +MD5SUM="e63ed4d896b1b83dd9bb9c8e66c227d1 \ 3259018a7437e157f3642df80f1983ea \ 45713ec5c417ed9cad614cd283d786a1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="qt5 qbs" +REQUIRES="qbs" MAINTAINER="Andre Barboza" EMAIL="bmg.andre@gmail.com" |