network/palemoon: updated for version 32.5.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
khronosschoty 2023-11-15 22:44:36 +00:00 committed by Willy Sudiarto Raharjo
parent 840fc918fe
commit 0439477e92
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 10 additions and 14 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for Pale Moon
# Copyright 2018,2019,2022 Vasily Sora USA
# Copyright 2018,2019,2022,2023 Vasily Sora USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -28,10 +28,10 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=palemoon
VERSION=${VERSION:-31.3.0.1}
VERSION=${VERSION:-32.5.0}
SRCNAM1=${SRCNAM1:-$PRGNAM-${VERSION}_Release}
SRCNAM2=${SRCNAM2:-uxp-RB_20220928}
BUILD=${BUILD:-2}
SRCNAM2=${SRCNAM2:-uxp-RB_20231030}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -43,9 +43,6 @@ if [ -z "$ARCH" ]; then
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
@ -224,8 +221,7 @@ if ! pkg-config --exists libpulse; then
TAG=${TAG}_alsa
elif [ $ALSA = 1 ]; then
echo "ac_add_options --disable-pulseaudio" >> .mozconfig
TAG=${TAG}_alsa
fi
TAG=${TAG}_alsa; fi
if pkg-config --exists jack && [ "${BLACKLIST_JACK:-no}" != "yes" ]; then
echo "ac_add_options --enable-jack" >> .mozconfig; fi

View file

@ -1,11 +1,11 @@
PRGNAM="palemoon"
VERSION="31.3.0.1"
VERSION="32.5.0"
HOMEPAGE="http://www.palemoon.org/"
DOWNLOAD="http://git.schotynet.org/palemoon/snapshot/palemoon-31.3.0.1_Release.tar.gz \
http://git.schotynet.org/uxp/snapshot/uxp-RB_20220928.tar.gz \
DOWNLOAD="http://git.schotynet.org/palemoon/snapshot/palemoon-32.5.0_Release.tar.gz \
http://git.schotynet.org/uxp/snapshot/uxp-RB_20231030.tar.gz \
http://ponce.cc/slackware/sources/repo/autoconf-2.13.tar.xz"
MD5SUM="95d91ab1ab2730221a85668e5a91b04c \
19c48eaf945f2313cb975b08fc7475f0 \
MD5SUM="cddcee238979eaa9b9d945acff2b2ed5 \
0c8a09957c2617e128de391278397cd6 \
f2994d302cf736e7e71974edfa51da3c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""