diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2019-08-19 16:51:15 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-24 08:24:03 +0700 |
commit | 3968337ffcea761c61b07a1509a755c5bcbf35f7 (patch) | |
tree | cb188dbd8c696d3e8a3d0d138d4529af2a94828b /libraries/lxqt-build-tools/lxqt-build-tools.SlackBuild | |
parent | f0b83ec8d572053474052e2dd128b2ed4e918d83 (diff) | |
download | slackbuilds-3968337ffcea761c61b07a1509a755c5bcbf35f7.tar.gz |
libraries/lxqt-build-tools: Updated for version 0.6.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/lxqt-build-tools/lxqt-build-tools.SlackBuild')
-rw-r--r-- | libraries/lxqt-build-tools/lxqt-build-tools.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/lxqt-build-tools/lxqt-build-tools.SlackBuild b/libraries/lxqt-build-tools/lxqt-build-tools.SlackBuild index 8bebc82219..6d7a11dc22 100644 --- a/libraries/lxqt-build-tools/lxqt-build-tools.SlackBuild +++ b/libraries/lxqt-build-tools/lxqt-build-tools.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for lxqt-build-tools # # Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. -# Copyright 2018 Matteo Bernardini, Pisa, Italy. +# Copyright 2018-2019 Matteo Bernardini, Pisa, Italy. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="lxqt-build-tools" -VERSION=${VERSION:-0.5.0} +VERSION=${VERSION:-0.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,9 +70,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# glib2 >= 2.50 is really needed to build all of the LXQt components, but we -# can't have them on 14.2 because we lack kde framework 5, so we force a -# lower requirement to let us use this for what we can +# glib2 >= 2.50 is actually needed to build all of the LXQt components, +# but we can't have them on 14.2 because we lack kde framework 5, so we +# force a lower requirement to let us use this for what we can sed -i "s|2\.50|2.46|" CMakeLists.txt || exit 1 mkdir build |