wine: update mono and gecko versions

This commit is contained in:
Danny Rawlins 2015-03-11 01:52:00 +11:00
parent 2a7a30c69a
commit ccfa1c0f20
3 changed files with 13 additions and 13 deletions

View File

@ -3665,9 +3665,9 @@ drwxr-xr-x root/root usr/share/wine/fonts/
-rw-r--r-- root/root usr/share/wine/fonts/vgasyst.fon
-rw-r--r-- root/root usr/share/wine/fonts/wingding.ttf
drwxr-xr-x root/root usr/share/wine/gecko/
-rwxr-xr-x root/root usr/share/wine/gecko/wine_gecko-2.34-x86.msi
-rwxr-xr-x root/root usr/share/wine/gecko/wine_gecko-2.34-x86_64.msi
-rwxr-xr-x root/root usr/share/wine/gecko/wine_gecko-2.36-x86.msi
-rwxr-xr-x root/root usr/share/wine/gecko/wine_gecko-2.36-x86_64.msi
-rw-r--r-- root/root usr/share/wine/l_intl.nls
drwxr-xr-x root/root usr/share/wine/mono/
-rwxr-xr-x root/root usr/share/wine/mono/wine-mono-4.5.4.msi
-rwxr-xr-x root/root usr/share/wine/mono/wine-mono-4.5.6.msi
-rw-r--r-- root/root usr/share/wine/wine.inf

View File

@ -1,4 +1,4 @@
0e2c4eae7b5093cb4b7018974994915f wine-1.7.38.tar.bz2
2d12a9475e2986177dc38572592bd94d wine-mono-4.5.4.msi
54bd9d6b4fdcd556d89b4ef83c31ac8c wine_gecko-2.34-x86.msi
2b658806733be574309c418f6c0d4cba wine_gecko-2.34-x86_64.msi
6cec03fb81eb083c517c9bb2d70a1424 wine-mono-4.5.6.msi
490668a7f1cb42ceba56208bfe51334f wine_gecko-2.36-x86.msi
7f0826b2592d35129c54bcbf612eea63 wine_gecko-2.36-x86_64.msi

View File

@ -6,11 +6,11 @@
name=wine
version=1.7.38
release=1
release=2
source=(http://downloads.sourceforge.net/wine/$name-$version.tar.bz2
http://downloads.sourceforge.net/wine/wine_gecko-2.34-x86.msi
http://downloads.sourceforge.net/wine/wine_gecko-2.34-x86_64.msi
http://downloads.sourceforge.net/wine/wine-mono-4.5.4.msi)
http://downloads.sourceforge.net/wine/wine_gecko-2.36-x86.msi
http://downloads.sourceforge.net/wine/wine_gecko-2.36-x86_64.msi
http://downloads.sourceforge.net/wine/wine-mono-4.5.6.msi)
build() {
install -d wine32 wine64
@ -50,10 +50,10 @@ build() {
install -d $PKG/usr/share/wine/mono
install -t $PKG/usr/share/wine/gecko/ \
$SRC/wine_gecko-2.34-x86.msi \
$SRC/wine_gecko-2.34-x86_64.msi
$SRC/wine_gecko-2.36-x86.msi \
$SRC/wine_gecko-2.36-x86_64.msi
install $SRC/wine-mono-4.5.4.msi $PKG/usr/share/wine/mono/
install $SRC/wine-mono-4.5.6.msi $PKG/usr/share/wine/mono/
rm -r $PKG/usr/man/??.UTF-8
}