wine: updated to version 1.7.12

This commit is contained in:
Giuseppe 2014-02-10 09:42:01 +00:00
parent 72380e32de
commit 81c5ae95d3
2 changed files with 5 additions and 5255 deletions

View File

@ -3,18 +3,16 @@
# maintainer: Giuseppe Cala' <gcala[at]chakra-project[dot]org>
pkgname=wine
pkgver=1.7.11
pkgver=1.7.12
pkgrel=1
_pkgbasever=${pkgver/rc/-rc}
source=(http://ibiblio.org/pub/linux/system/emulators/$pkgname/$pkgname-$_pkgbasever.tar.bz2
30-win32-aliases.conf
wine-pulse-1.7.10.patch
http://dev.gentoo.org/~tetromino/distfiles/wine/winepulse-patches-1.7.10.tar.bz2)
http://dev.gentoo.org/~tetromino/distfiles/wine/winepulse-patches-$pkgver.tar.bz2)
md5sums=('e0e55105e5c7ba5277023bd54ac60d44'
md5sums=('ce32c886af1c8a4e824e8dc1a01c5703'
'1ff4e467f59409272088d92173a0f801'
'47d6d1f23f0d0d9c3f86dead425cbf62'
'f3bede3db855f8f655921b9239bb91fc')
'79649b4c374a09054f934010b47c7132')
pkgdesc="A compatibility layer for running Windows programs"
url="http://www.winehq.com"
@ -96,13 +94,9 @@ build() {
# ncurses fix
sed -i 's|libncurses|libncursesw|g' "$srcdir/$pkgname/configure"
sed -i 's|lncurses|lncursesw|g' "$srcdir/$pkgname/configure"
# cd $pkgname
# patch -Np1 -i ../wine-pulse-1.7.10.patch
# cd "$srcdir"
cd $pkgname
for _patch in $(ls $srcdir/winepulse-patches-1.7.10/*.patch) ; do
for _patch in $(ls $srcdir/winepulse-patches-$pkgver/*.patch) ; do
patch -Np1 -i $_patch
done
cd $srcdir

File diff suppressed because it is too large Load Diff