Browse Source

Upgrade wine

master
mid-kid 6 years ago
parent
commit
f957b4a4a3
  1. 4
      satellites/wine-mono.sat
  2. 11
      satellites/wine.sat

4
satellites/wine-mono.sat

@ -1,10 +1,10 @@
# TODO: Build from source # TODO: Build from source
name=wine name=wine
version=4.7.1 version=4.7.3
dlfile "http://dl.winehq.org/$name/$name-mono/$version/$name-mono-$version.msi" \ dlfile "http://dl.winehq.org/$name/$name-mono/$version/$name-mono-$version.msi" \
'844ae4134e6df71f23dbb222076c37a6' '29dcd975e74b9c6c170e646a28dee57a'
_ _
install -Dm644 -t "$dir_install/$dir_prefix/$dir_data/$name/mono" "$name-mono-$version.msi" install -Dm644 -t "$dir_install/$dir_prefix/$dir_data/$name/mono" "$name-mono-$version.msi"

11
satellites/wine.sat

@ -1,17 +1,18 @@
import 'compile/configure' import 'compile/configure'
name=wine name=wine
version=3.8 version=3.13.1
version_wine=3.13
define_option 'wine32=: On x86_64, enable 32bit wine support. Specify the 32bit libdir here' define_option 'wine32=: On x86_64, enable 32bit wine support. Specify the 32bit libdir here'
dlextract "http://dl.winehq.org/$name/source/3.x/$name-$version.tar.xz" \ dlextract "http://dl.winehq.org/$name/source/3.x/$name-$version_wine.tar.xz" \
'db0795b1d736a748d16397aecbbabc8e' 'ef356c13bd7c14f3de7dd2a2a6b1906a'
dlextract "https://github.com/$name-staging/$name-staging/archive/v$version/$name-staging-$version.tar.gz" \ dlextract "https://github.com/$name-staging/$name-staging/archive/v$version/$name-staging-$version.tar.gz" \
'7f6aaeec8c3b71a6db573b7e79c1240b' '0bd377d1721f32c829b54ce1f6448c0a'
_ _
cd "$name-$version" cd "$name-$version_wine"
"../$name-staging-$version/patches/patchinstall.sh" DESTDIR="$PWD" --all "../$name-staging-$version/patches/patchinstall.sh" DESTDIR="$PWD" --all
compile_configure -b build -- $([ "$(uname -m)" = 'x86_64' ] && echo --enable-win64) compile_configure -b build -- $([ "$(uname -m)" = 'x86_64' ] && echo --enable-win64)

Loading…
Cancel
Save