diff options
author | B. Watson <yalhcru@gmail.com> | 2019-11-29 02:31:52 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-15 17:06:19 +0700 |
commit | f0aa4dec5a7921d78834e68e19b867d110ce0e82 (patch) | |
tree | 17a5b0232cce01f9c94c52e3a28dc63cfa7e3c73 /development/xa/xa.SlackBuild | |
parent | 21086672ce4bf711e0c6618cc6e573a6f09e1d50 (diff) |
development/xa: Updated for version 2.3.10.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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 1a0ce5e185fb9..ffe7d9fba6e8b 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 |