diff options
Diffstat (limited to 'libraries/libqtpas/libqtpas.SlackBuild')
-rw-r--r-- | libraries/libqtpas/libqtpas.SlackBuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/libraries/libqtpas/libqtpas.SlackBuild b/libraries/libqtpas/libqtpas.SlackBuild index e62ad67581..a95fc0efa2 100644 --- a/libraries/libqtpas/libqtpas.SlackBuild +++ b/libraries/libqtpas/libqtpas.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libqtpas -# Copyright 2022-2024 Vijay Marcel +# Copyright 2022-2025 Vijay Marcel # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -48,18 +48,20 @@ # 07/10/2024: Updated to version 3.4 +# 31/01/2025: updated to version 3.8 + ######################################################################################## cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libqtpas -VERSION=${VERSION:-3.4} +VERSION=${VERSION:-3.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} SRCNAM=${SRCNAM:-lazarus} -SRCVER=${SRCVER:-3.6} +SRCVER=${SRCVER:-3.8-0} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -100,7 +102,7 @@ rm -rf $TMP/$SRCNAM mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$SRCNAM-$SRCVER-0.tar.gz +tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz cd $SRCNAM/lcl/interfaces/qt5/cbindings/ chown -R root:root . @@ -117,7 +119,7 @@ Qt5Pas.pro make make INSTALL_ROOT=$PKG install -rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la +rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.la find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded --remove-section=.comment --remove-section=.note 2> /dev/null || true |