[arch-commits] Commit in wine/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Sep 28 11:36:04 UTC 2020
Date: Monday, September 28, 2020 @ 11:36:03
Author: felixonmars
Revision: 712907
upgpkg: wine 5.18-2: strip dll (FS#68007)
Modified:
wine/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-28 11:35:58 UTC (rev 712906)
+++ PKGBUILD 2020-09-28 11:36:03 UTC (rev 712907)
@@ -5,7 +5,7 @@
pkgname=wine
pkgver=5.18
-pkgrel=1
+pkgrel=2
_pkgbasever=${pkgver/rc/-rc}
@@ -170,6 +170,9 @@
install -m644 "$srcdir/30-win32-aliases.conf" "$pkgdir/etc/fonts/conf.avail"
ln -s ../conf.avail/30-win32-aliases.conf "$pkgdir/etc/fonts/conf.d/30-win32-aliases.conf"
install -Dm 644 "$srcdir/wine-binfmt.conf" "$pkgdir/usr/lib/binfmt.d/wine.conf"
+
+ i686-w64-mingw32-strip --strip-unneeded "$pkgdir"/usr/lib32/wine/*.dll
+ x86_64-w64-mingw32-strip --strip-unneeded "$pkgdir"/usr/lib/wine/*.dll
}
# vim:set ts=8 sts=2 sw=2 et:
More information about the arch-commits
mailing list