summaryrefslogtreecommitdiffstats
path: root/development/qbs
diff options
context:
space:
mode:
author Nikos Giotis2017-01-25 20:13:45 +0100
committer Willy Sudiarto Raharjo2017-01-28 01:38:05 +0100
commit6d67cc734b7f3f0bddbe6180a02db4032d85c462 (patch)
tree7089be92f4d09847edfdee58be26b740ac1ad6c2 /development/qbs
parenta7bb525f8f0ccb9ea168713f2c87bc00ce258ebf (diff)
downloadslackbuilds-6d67cc734b7f3f0bddbe6180a02db4032d85c462.tar.gz
development/qbs: Updated for version 1.7.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/qbs')
-rw-r--r--development/qbs/README19
-rw-r--r--development/qbs/qbs.SlackBuild7
-rw-r--r--development/qbs/qbs.info6
3 files changed, 21 insertions, 11 deletions
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 <nikos.giotis@mail.com>
+# Copyright 2014-2017 Nikos Giotis <nikos.giotis@mail.com>
# 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"