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>
This commit is contained in:
Vijay Marcel 2024-01-06 07:26:37 +09:00 committed by Willy Sudiarto Raharjo
parent 1727d568cd
commit 65fe2d4623
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 12 additions and 7 deletions

View File

@ -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.

View File

@ -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

View File

@ -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=""