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 | |
parent | 1b928d9500890b249e840905012f277875ba254e (diff) |
libraries/libqtpas: Updated for version 2.15.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libqtpas')
-rw-r--r-- | libraries/libqtpas/libqtpas.SlackBuild | 10 | ||||
-rw-r--r-- | libraries/libqtpas/libqtpas.info | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/libraries/libqtpas/libqtpas.SlackBuild b/libraries/libqtpas/libqtpas.SlackBuild index 7e1271bb4c324..ee0160a08a2dc 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 . diff --git a/libraries/libqtpas/libqtpas.info b/libraries/libqtpas/libqtpas.info index 6f2aa81f53a9f..6e36b91df923a 100644 --- a/libraries/libqtpas/libqtpas.info +++ b/libraries/libqtpas/libqtpas.info @@ -1,8 +1,8 @@ PRGNAM="libqtpas" -VERSION="2.9" +VERSION="2.15" HOMEPAGE="http://www.lazarus.freepascal.org/" -DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-2.2.6-0.tar.gz" -MD5SUM="51ca9d8351c368d8c3f7e89734fc17f1" +DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-3.0-0.tar.gz" +MD5SUM="d4130b835451e3a61df3a9d9603e8063" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |