mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
development/qt-creator: Updated for version 4.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2bae619ba7
commit
f6090d66be
2 changed files with 5 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue