xzutils: update to 5.2.12
This commit is contained in:
parent
8d2d5ada60
commit
97df48d23c
@ -6,7 +6,7 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=xz
|
topdir=xz
|
||||||
version=5.2.4
|
version=5.2.12
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=https://tukaani.org/xz/$topdir-$version.tar.gz
|
source[0]=https://tukaani.org/xz/$topdir-$version.tar.gz
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
@ -24,13 +24,6 @@ reg prep
|
|||||||
prep()
|
prep()
|
||||||
{
|
{
|
||||||
generic_prep
|
generic_prep
|
||||||
if [ "$arch" = "i386" ]; then
|
|
||||||
# Replacing Wl,-z text with -mimpure-text is a workaround to avoid
|
|
||||||
# "ld: fatal: relocations remain against allocatable but non-writable sections"
|
|
||||||
# when linking liblzma
|
|
||||||
setdir source
|
|
||||||
sed -i 's|\${wl}-z \${wl}text|-mimpure-text|g' configure
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
reg build
|
reg build
|
||||||
@ -50,9 +43,11 @@ install()
|
|||||||
{
|
{
|
||||||
generic_install DESTDIR
|
generic_install DESTDIR
|
||||||
${__mv} ${stagedir}${prefix}/${_docdir}/xz ${stagedir}${prefix}/${_vdocdir}
|
${__mv} ${stagedir}${prefix}/${_docdir}/xz ${stagedir}${prefix}/${_vdocdir}
|
||||||
|
${__rm} -r ${stagedir}${prefix}/${_mandir}/{de,fr}
|
||||||
compat xzutils 5.0.3 1 1
|
compat xzutils 5.0.3 1 1
|
||||||
compat xzutils 5.0.5 1 1
|
compat xzutils 5.0.5 1 1
|
||||||
compat xzutils 5.2.1 1 1
|
compat xzutils 5.2.1 1 1
|
||||||
|
compat xzutils 5.2.4 1 1
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
* Sat Oct 07 2023 Tom G. Christensen <swpkg@jupiterrise.com> - 5.2.12-1
|
||||||
|
- Update to 5.2.12
|
||||||
|
|
||||||
* Wed Apr 03 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 5.2.4-1
|
* Wed Apr 03 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 5.2.4-1
|
||||||
- Update to 5.2.4
|
- Update to 5.2.4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user