From 6d67cc734b7f3f0bddbe6180a02db4032d85c462 Mon Sep 17 00:00:00 2001 From: Nikos Giotis Date: Wed, 25 Jan 2017 19:13:45 +0000 Subject: development/qbs: Updated for version 1.7.1. Signed-off-by: David Spencer --- development/qbs/README | 19 +++++++++++++------ development/qbs/qbs.SlackBuild | 7 +++++-- development/qbs/qbs.info | 6 +++--- 3 files changed, 21 insertions(+), 11 deletions(-) (limited to 'development/qbs') diff --git a/development/qbs/README b/development/qbs/README index 350ac08a83..4f4821d94c 100644 --- a/development/qbs/README +++ b/development/qbs/README @@ -1,12 +1,19 @@ QBS - The Qt Build Suite -Qt Build Suite (Qbs) is a tool that helps simplify the build process for -developing projects across multiple platforms. Qbs can be used for any +Qt Build Suite (Qbs) is a tool that helps simplify the build process for +developing projects across multiple platforms. Qbs can be used for any software project, whether it is written in Qt or not. -Qbs is an all-in-one tool that generates a build graph from a high-level -project description (like qmake or cmake) and additionally undertakes +Qbs is an all-in-one tool that generates a build graph from a high-level +project description (like qmake or cmake) and additionally undertakes the task of executing the commands in the low-level build graph (like make). -NOTE: -Please remove any previous version of qbs before building. + +Notes: + +1. Please remove any previous version of qbs before building. + +2. Sometimes the old qbs profiles do not work when updating qbs. + These files are located in the ~/.config/QtProject/qbs directory. + Deleting this directory and recreating the profiles is a possible + workround. diff --git a/development/qbs/qbs.SlackBuild b/development/qbs/qbs.SlackBuild index 3ace7dc2ea..771c6d504c 100644 --- a/development/qbs/qbs.SlackBuild +++ b/development/qbs/qbs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for qbs -# Copyright 2014,2015,2016 Nikos Giotis +# Copyright 2014-2017 Nikos Giotis # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,8 +22,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Changelog +# 20170125: Updated script for version 1.7.1 + PRGNAM=qbs -VERSION=${VERSION:-1.7.0} +VERSION=${VERSION:-1.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/qbs/qbs.info b/development/qbs/qbs.info index 7bee9da7d9..3f0ae19ee1 100644 --- a/development/qbs/qbs.info +++ b/development/qbs/qbs.info @@ -1,8 +1,8 @@ PRGNAM="qbs" -VERSION="1.7.0" +VERSION="1.7.1" HOMEPAGE="http://qt-project.org/wiki/qbs" -DOWNLOAD="http://download.qt.io/official_releases/qbs/1.7.0/qbs-src-1.7.0.tar.gz" -MD5SUM="7810e751aa1f588ea503356b9a10bcd0" +DOWNLOAD="https://download.qt.io/official_releases/qbs/1.7.1/qbs-src-1.7.1.tar.gz" +MD5SUM="a8c5a188b135e40f29f23b1510f16422" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" -- cgit v1.2.3-65-gdbad