aboutsummaryrefslogtreecommitdiff
path: root/libraries/libqtpas
diff options
context:
space:
mode:
authorVijay Marcel <vijaymarcel@outlook.com>2024-01-06 07:26:37 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-06 08:08:36 +0700
commit65fe2d4623c78a5203cf026e2409cf536670c759 (patch)
tree0d7f4dbb40c3cc5acae711ff181b7a5cf3d6004b /libraries/libqtpas
parent1727d568cd0397b1095fb912c6a6a5a46fb9ea23 (diff)
downloadslackbuilds-65fe2d4623c78a5203cf026e2409cf536670c759.tar.xz
libraries/libqtpas: Updated for version 2.9.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libqtpas')
-rw-r--r--libraries/libqtpas/changelog5
-rw-r--r--libraries/libqtpas/libqtpas.SlackBuild8
-rw-r--r--libraries/libqtpas/libqtpas.info6
3 files changed, 12 insertions, 7 deletions
diff --git a/libraries/libqtpas/changelog b/libraries/libqtpas/changelog
index 3695597ae142..156ad52fa634 100644
--- a/libraries/libqtpas/changelog
+++ b/libraries/libqtpas/changelog
@@ -19,3 +19,8 @@ For pointing that out.For the 64-bit systems I have added
-march=x86-64 -mtune=native flag so it will be optimized
for the host system, also added Hardening Flags.
Bumped the build no.
+
+05/01/2024:
+
+Upgraded to version 2.9 corresponding to the lazarus
+version 2.2.6-0 in SBo.
diff --git a/libraries/libqtpas/libqtpas.SlackBuild b/libraries/libqtpas/libqtpas.SlackBuild
index 81119fe8f797..7e1271bb4c32 100644
--- a/libraries/libqtpas/libqtpas.SlackBuild
+++ b/libraries/libqtpas/libqtpas.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for libqtpas
-# Copyright 2022-2023 Vijay Marcel
+# Copyright 2022-2024 Vijay Marcel
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,12 +24,12 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libqtpas
-VERSION=${VERSION:-2.6}
-BUILD=${BUILD:-3}
+VERSION=${VERSION:-2.9}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=${SRCNAM:-lazarus}
-SRCVER=${SRCVER:-2.0.12}
+SRCVER=${SRCVER:-2.2.6-0}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/libraries/libqtpas/libqtpas.info b/libraries/libqtpas/libqtpas.info
index 8e371d2971c7..6f2aa81f53a9 100644
--- a/libraries/libqtpas/libqtpas.info
+++ b/libraries/libqtpas/libqtpas.info
@@ -1,8 +1,8 @@
PRGNAM="libqtpas"
-VERSION="2.6"
+VERSION="2.9"
HOMEPAGE="http://www.lazarus.freepascal.org/"
-DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-2.0.12.tar.gz"
-MD5SUM="208dfeb20c528649d2598cc0eb341309"
+DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-2.2.6-0.tar.gz"
+MD5SUM="51ca9d8351c368d8c3f7e89734fc17f1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""