diff options
Diffstat (limited to 'development/xa/xa.SlackBuild')
-rw-r--r-- | development/xa/xa.SlackBuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/development/xa/xa.SlackBuild b/development/xa/xa.SlackBuild index 1a0ce5e185..ffe7d9fba6 100644 --- a/development/xa/xa.SlackBuild +++ b/development/xa/xa.SlackBuild @@ -6,6 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20191129 bkw: +# - update for xa-2.3.10 and dxa-0.1.4 +# - remove the patches for dxa, 0.1.4 has all the fixes applied +# - switch to naptime URLs since upstream breaks download links +# every time a new release comes out + # 20170711 bkw: # - update for xa-2.3.8 # - REALLY remove unused *.txt.1 copies of the patches (wtf?) @@ -18,12 +24,12 @@ # they were included in the script tarball all along. PRGNAM=xa -VERSION=${VERSION:-2.3.8} +VERSION=${VERSION:-2.3.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # dxa is a separate distribution with its own version number -DXAVER=0.1.3 +DXAVER=0.1.4 if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -85,10 +91,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild tar xvf $CWD/dxa-$DXAVER.tar.gz cd dxa-$DXAVER -# These patches took a minute to figure out how to apply -patch -l < $CWD/dxa-valgrind-patch.txt -patch -p0 < $CWD/dxa-malloc-patch.txt - # Can't see a disadvantage to enabling the --long-options sed -i "s,-O6,$SLKCFLAGS -DLONG_OPTIONS," Makefile |