included autoconf download info

This commit is contained in:
shelldweller 2023-04-18 15:35:25 -05:00
parent 1b60c60fb3
commit 73230bd444
3 changed files with 7 additions and 7 deletions

Binary file not shown.

View File

@ -40,7 +40,7 @@ PRGNAM=palemoon
VERSION=${VERSION:-32.1.1}
SRCNAM1=${SRCNAM1:-$PRGNAM-${VERSION}_Release}
SRCNAM2=${SRCNAM2:-uxp-RB_20230320}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_shldwlr}
PKGTYPE=${PKGTYPE:-txz}
@ -83,8 +83,8 @@ elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC -Wno-format-overflow"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi
# The default is to build with official branding. This SlackBuild is used to
@ -94,6 +94,7 @@ fi
# In general, the "unstable" branding is intended for those building from the
# master trunck of the Pale Moon github repository.
BRANDING=${BRANDING:---disable-official-branding --with-branding=palemoon/branding/unofficial}
#BRANDING=${BRANDING:---disable-official-branding --with-branding=palemoon/branding/unstable}
#if [ "$BRANDING" = "NewMoon" ]; then
# BRANDING="--disable-official-branding --with-branding=palemoon/branding/unofficial"
#elif [ "$BRANDING" = "unstable" ]; then
@ -158,7 +159,7 @@ PATH=$TMP/autoconf-tmp/usr/bin:$PATH
# Build Pale Moon
cd $TMP
#git clone https://repo.palemoon.org/MoonchildProductions/Pale-Moon.git
git clone https://repo.palemoon.org/MoonchildProductions/Pale-Moon.git
# rm $SRCNAM1
ln -s Pale-Moon $SRCNAM1
cd $SRCNAM1
@ -171,7 +172,6 @@ git checkout release && git submodule update
#tar -xvzf $CWD/$SRCNAM1.tar.gz --transform s/pale-moon/${SRCNAM1}/
#cd $SRCNAM1
#tar -xvzf $CWD/$SRCNAM2.tar.gz --transform s/${SRCNAM2}/platform/
echo "git cloned, on with patching...."
#patch -p1 < $CWD/basilisk-include-limits.patch
GLIB_C_1PATCH=${GLIB_C_1PATCH:-0}
if [ $GLIB_C_1PATCH = 1 ]; then

View File

@ -1,8 +1,8 @@
PRGNAM="palemoon"
VERSION="32.1.1"
HOMEPAGE="http://www.palemoon.org/"
DOWNLOAD=""
MD5SUM=""
DOWNLOAD="http://ponce.cc/slackware/sources/repo/autoconf-2.13.tar.xz"
MD5SUM="f2994d302cf736e7e71974edfa51da3c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""