xz: Update to 5.2.2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
||||
|
||||
pkgname=('xz' 'liblzma' 'liblzma-devel')
|
||||
pkgver=5.2.1
|
||||
pkgver=5.2.2
|
||||
pkgrel=1
|
||||
pkgdesc='Library and command line tools for XZ and LZMA compressed files'
|
||||
arch=('i686' 'x86_64')
|
||||
@@ -12,9 +12,9 @@ makedepends=('libiconv-devel' 'gettext-devel')
|
||||
options=('staticlibs')
|
||||
source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
|
||||
xz-5.0.5-msys2.patch)
|
||||
sha256sums=('b918b6648076e74f8d7ae19db5ee663df800049e187259faf5eb997a7b974681'
|
||||
sha256sums=('73df4d5d34f0468bd57d09f2d8af363e95ed6cc3a4a86129d2f2c366259902a2'
|
||||
'SKIP'
|
||||
'3d800a027f7f43b5553f3ad937f4fb31872c6cf0995b419922b5ea63316c1602')
|
||||
'1533f2376692db6ee426ea9717d341acba968df421c42ea20378e6526ddea0ee')
|
||||
|
||||
prepare() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
||||
@@ -80,33 +80,3 @@ diff -Naur xz-5.0.5/build-aux/config.rpath xz-5.0.5-msys2/build-aux/config.rpath
|
||||
shrext=.dll
|
||||
library_names_spec='$libname.dll.a $libname.lib'
|
||||
;;
|
||||
diff -Naur xz-5.0.5/configure.ac xz-5.0.5-msys2/configure.ac
|
||||
--- xz-5.0.5/configure.ac 2013-06-30 16:49:46.000000000 +0400
|
||||
+++ xz-5.0.5-msys2/configure.ac 2013-07-03 09:05:25.711914000 +0400
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
# We do some special things on Windows (32-bit or 64-bit) builds.
|
||||
case $host_os in
|
||||
- mingw* | cygwin*) is_w32=yes ;;
|
||||
+ mingw* | cygwin* | msys*) is_w32=yes ;;
|
||||
*) is_w32=no ;;
|
||||
esac
|
||||
AM_CONDITIONAL([COND_W32], [test "$is_w32" = yes])
|
||||
@@ -44,7 +44,7 @@
|
||||
# that symlinks don't have the .exe suffix. To make this work, we
|
||||
# define LN_EXEEXT.
|
||||
case $host_os in
|
||||
- cygwin) LN_EXEEXT= ;;
|
||||
+ cygwin | msys) LN_EXEEXT= ;;
|
||||
*) LN_EXEEXT='$(EXEEXT)' ;;
|
||||
esac
|
||||
AC_SUBST([LN_EXEEXT])
|
||||
@@ -283,7 +283,7 @@
|
||||
case $host_os in
|
||||
# Darwin should work too but only if not creating universal
|
||||
# binaries. Solaris x86 could work too but I cannot test.
|
||||
- linux* | *bsd* | mingw* | cygwin* | *djgpp*)
|
||||
+ linux* | *bsd* | mingw* | cygwin* | msys* | *djgpp*)
|
||||
case $host_cpu in
|
||||
i?86) enable_assembler=x86 ;;
|
||||
x86_64) enable_assembler=x86_64 ;;
|
||||
|
||||
Reference in New Issue
Block a user