From 2b6b3de57d38202630b24199a83760c43b81c954 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Thu, 19 May 2016 10:09:57 +0000 Subject: [PATCH] fix stripping of files for MinGW package Signed-off-by: Ivailo Monev --- package/archlinux-mingw/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package/archlinux-mingw/PKGBUILD b/package/archlinux-mingw/PKGBUILD index 628ad73dd..e4e833a28 100644 --- a/package/archlinux-mingw/PKGBUILD +++ b/package/archlinux-mingw/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Ivailo Monev pkgname=mingw-w64-katie-git -pkgver=4.9.0.2ac76cf +pkgver=4.9.0.1095f3c pkgrel=1 pkgdesc='C++ toolkit derived from the Qt 4.8 framework (mingw-w64)' arch=('i686' 'x86_64') @@ -41,7 +41,9 @@ package() { cd build make DESTDIR="${pkgdir}" install - ${_arch}-strip --strip-unneeded "${pkgdir}/usr/${_arch}/lib/katie/"*.dll + ${_arch}-strip --strip-all "${pkgdir}/usr/${_arch}/lib/"*.exe + ${_arch}-strip --strip-unneeded "${pkgdir}/usr/${_arch}/lib/"*.dll + ${_arch}-strip --strip-debug "${pkgdir}/usr/${_arch}/lib/"*.a install -vDm644 ../katie/LGPL_EXCEPTION.txt \ "${pkgdir}/usr/share/licenses/mingw-w64-katie-git/LGPL_EXCEPTION.txt" -- 2.11.0