summaryrefslogtreecommitdiffstats
path: root/libraries/libqtpas
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2024-01-16 01:47:04 +0100
committer Willy Sudiarto Raharjo2024-01-16 01:58:03 +0100
commit2968a96dc6955893133457e58e680ec85cf500d2 (patch)
treeae9e9e15b6b0c8fea2563f2b762cbd11b9bf2a4c /libraries/libqtpas
parent1b928d9500890b249e840905012f277875ba254e (diff)
downloadslackbuilds-2968a96dc6955893133457e58e680ec85cf500d2.tar.gz
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.SlackBuild10
-rw-r--r--libraries/libqtpas/libqtpas.info6
2 files changed, 7 insertions, 9 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 .
diff --git a/libraries/libqtpas/libqtpas.info b/libraries/libqtpas/libqtpas.info
index 6f2aa81f53..6e36b91df9 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=""