wine: update mono and gecko versions
This commit is contained in:
parent
2a7a30c69a
commit
ccfa1c0f20
@ -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/vgasyst.fon
|
||||||
-rw-r--r-- root/root usr/share/wine/fonts/wingding.ttf
|
-rw-r--r-- root/root usr/share/wine/fonts/wingding.ttf
|
||||||
drwxr-xr-x root/root usr/share/wine/gecko/
|
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.36-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_64.msi
|
||||||
-rw-r--r-- root/root usr/share/wine/l_intl.nls
|
-rw-r--r-- root/root usr/share/wine/l_intl.nls
|
||||||
drwxr-xr-x root/root usr/share/wine/mono/
|
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
|
-rw-r--r-- root/root usr/share/wine/wine.inf
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
0e2c4eae7b5093cb4b7018974994915f wine-1.7.38.tar.bz2
|
0e2c4eae7b5093cb4b7018974994915f wine-1.7.38.tar.bz2
|
||||||
2d12a9475e2986177dc38572592bd94d wine-mono-4.5.4.msi
|
6cec03fb81eb083c517c9bb2d70a1424 wine-mono-4.5.6.msi
|
||||||
54bd9d6b4fdcd556d89b4ef83c31ac8c wine_gecko-2.34-x86.msi
|
490668a7f1cb42ceba56208bfe51334f wine_gecko-2.36-x86.msi
|
||||||
2b658806733be574309c418f6c0d4cba wine_gecko-2.34-x86_64.msi
|
7f0826b2592d35129c54bcbf612eea63 wine_gecko-2.36-x86_64.msi
|
||||||
|
14
wine/Pkgfile
14
wine/Pkgfile
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
name=wine
|
name=wine
|
||||||
version=1.7.38
|
version=1.7.38
|
||||||
release=1
|
release=2
|
||||||
source=(http://downloads.sourceforge.net/wine/$name-$version.tar.bz2
|
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.36-x86.msi
|
||||||
http://downloads.sourceforge.net/wine/wine_gecko-2.34-x86_64.msi
|
http://downloads.sourceforge.net/wine/wine_gecko-2.36-x86_64.msi
|
||||||
http://downloads.sourceforge.net/wine/wine-mono-4.5.4.msi)
|
http://downloads.sourceforge.net/wine/wine-mono-4.5.6.msi)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
install -d wine32 wine64
|
install -d wine32 wine64
|
||||||
@ -50,10 +50,10 @@ build() {
|
|||||||
install -d $PKG/usr/share/wine/mono
|
install -d $PKG/usr/share/wine/mono
|
||||||
|
|
||||||
install -t $PKG/usr/share/wine/gecko/ \
|
install -t $PKG/usr/share/wine/gecko/ \
|
||||||
$SRC/wine_gecko-2.34-x86.msi \
|
$SRC/wine_gecko-2.36-x86.msi \
|
||||||
$SRC/wine_gecko-2.34-x86_64.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
|
rm -r $PKG/usr/man/??.UTF-8
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user