mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
libraries/lxqt-build-tools: Updated for version 0.8.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
846edaa3c1
commit
fb74a5045d
2 changed files with 6 additions and 11 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for lxqt-build-tools
|
||||
#
|
||||
# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2018-2019 Matteo Bernardini, Pisa, Italy.
|
||||
# Copyright 2018-2020 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.6.0}
|
||||
VERSION=${VERSION:-0.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -61,7 +61,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -70,11 +70,6 @@ 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 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
|
||||
cd build
|
||||
cmake \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lxqt-build-tools"
|
||||
VERSION="0.6.0"
|
||||
VERSION="0.8.0"
|
||||
HOMEPAGE="https://github.com/lxde/lxqt-build-tools"
|
||||
DOWNLOAD="https://github.com/lxde/lxqt-build-tools/archive/0.6.0/lxqt-build-tools-0.6.0.tar.gz"
|
||||
MD5SUM="5688b9dd430d0730c31bb9a7873ed9fd"
|
||||
DOWNLOAD="https://github.com/lxqt/lxqt-build-tools/releases/download/0.8.0/lxqt-build-tools-0.8.0.tar.xz"
|
||||
MD5SUM="503532ae4aa7ed35c75d3120e28fd343"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5"
|
||||
|
|
Loading…
Reference in a new issue