diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-16 07:47:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-16 07:58:03 +0700 |
commit | 2968a96dc6955893133457e58e680ec85cf500d2 (patch) | |
tree | ae9e9e15b6b0c8fea2563f2b762cbd11b9bf2a4c /libraries/libqtpas/libqtpas.SlackBuild | |
parent | 1b928d9500890b249e840905012f277875ba254e (diff) |
libraries/libqtpas: Updated for version 2.15.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libqtpas/libqtpas.SlackBuild')
-rw-r--r-- | libraries/libqtpas/libqtpas.SlackBuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/libraries/libqtpas/libqtpas.SlackBuild b/libraries/libqtpas/libqtpas.SlackBuild index 7e1271bb4c..ee0160a08a 100644 --- a/libraries/libqtpas/libqtpas.SlackBuild +++ b/libraries/libqtpas/libqtpas.SlackBuild @@ -24,12 +24,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libqtpas -VERSION=${VERSION:-2.9} +VERSION=${VERSION:-2.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} SRCNAM=${SRCNAM:-lazarus} -SRCVER=${SRCVER:-2.2.6-0} +SRCVER=${SRCVER:-3.0} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -39,9 +39,6 @@ case "$( uname -m )" in esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -75,10 +72,11 @@ set -e trap 'echo "$0 FAILED at line $LINENO!" | tee -a $OUTPUT/error-${PRGNAM}.log' ERR rm -rf $PKG +rm -rf $TMP/$SRCNAM mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz +tar xvf $CWD/$SRCNAM-$SRCVER-0.tar.gz cd $SRCNAM/lcl/interfaces/qt5/cbindings/ chown -R root:root . |