[arch-commits] Commit in wine/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Mon May 19 03:37:29 UTC 2014


    Date: Monday, May 19, 2014 @ 05:37:29
  Author: svenstaro
Revision: 111464

upgpkg: wine 1.7.19-2

Try to fix FS#40064 and FS#40310

Modified:
  wine/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-19 02:56:24 UTC (rev 111463)
+++ PKGBUILD	2014-05-19 03:37:29 UTC (rev 111464)
@@ -6,15 +6,17 @@
 
 pkgname=wine
 pkgver=1.7.19
-pkgrel=1
+pkgrel=2
 
 _pkgbasever=${pkgver/rc/-rc}
 
 source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-        30-win32-aliases.conf)
-md5sums=('31bec293e8c87ce3696f1e78730f5d4d'
-         'SKIP'
-         '1ff4e467f59409272088d92173a0f801')
+        30-win32-aliases.conf
+        "gcc49.patch::http://bugs.winehq.org/attachment.cgi?id=48545&action=diff&context=patch&collapsed=&headers=1&format=raw")
+sha1sums=('ee142be03db09290b4adcdf1d412ee1850acd1e9'
+          'SKIP'
+          '023a5c901c6a091c56e76b6a62d141d87cce9fdb'
+          '031ceed1a5fd4e1c26b183abfc7c0749b806a237')
 
 pkgdesc="A compatibility layer for running Windows programs"
 url="http://www.winehq.com"
@@ -57,6 +59,7 @@
   mesa            lib32-mesa
   mesa-libgl      lib32-mesa-libgl
   libcl           lib32-libcl
+  libxslt         lib32-libxslt
   samba
   opencl-headers
 )
@@ -79,6 +82,7 @@
   libxinerama     lib32-libxinerama
   ncurses         lib32-ncurses
   libcl           lib32-libcl
+  libxslt         lib32-libxslt
   cups
   samba           dosbox
 )
@@ -96,6 +100,11 @@
   replaces=('bin32-wine')
 fi
 
+prepare() {
+  cd $pkgname-$_pkgbasever
+  patch -Np1 < $srcdir/gcc49.patch
+}
+
 build() {
   cd "$srcdir"
 




More information about the arch-commits mailing list