[notify] wine: 6.11 -> 6.15 new dependency tree: mingw-w64-gcc

This commit is contained in:
Danny Rawlins 2021-08-23 20:58:14 +10:00
parent 2e51f70e4f
commit 1bffe6edd0
3 changed files with 466 additions and 1822 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Y9HKqvy6rV2yAXIiI6aX13xuqfXGoKUdWgZ6tIjlfRiAKGPpOEukvQ7ZgHiXp7CPxowzgNJre7O80HepvEHnwA=
SHA256 (Pkgfile) = d65a51c5772783f915f0a1363e684b82b911f9d94a5e1d8e276fca130e156481
SHA256 (.footprint) = 0c1dc2c8d2a596e882062fedac9999b46e603a65feb86487bd783205400b8584
SHA256 (wine-6.11.tar.xz) = c952bc2d7e3ea349944162a074aead74b7948261ba43d394d971452d7111670b
RWSE3ohX2g5d/cQ7w4cUScrTpsee5em/nKXTcyFvYXJI94FGUW35vJI2kv+s40ZqHQ7xtUm2s7/+6RjD/X3ZZrQLG4dNsw7bjgQ=
SHA256 (Pkgfile) = c10c69b3957018be7ed69f9b70c8be17665c42d0e367ce474e634ebb15e17f64
SHA256 (.footprint) = 98f0cac2cf07e8456583997ad663790913f817993d4fd330677223cc67544d7a
SHA256 (wine-6.15.tar.xz) = 61fd65a365832a62bae7a78429270c076fb2a29f1c7f462595d1f3543651779b
SHA256 (wine-gecko-2.47.2-x86.msi) = e520ce7336cd420cd09c91337d87e74bb420300fd5cbc6f724c1802766b6a61d
SHA256 (wine-gecko-2.47.2-x86_64.msi) = 0596761024823ff3c21f13e1cd5cd3e89dccc698294d62974d8930aeda86ce45
SHA256 (wine-mono-6.2.0-x86.msi) = cd8d53513d8357b2876a66bab089654ef9941f42ef690fb555c6493f5381dbca
SHA256 (wine-mono-6.3.0-x86.msi) = a5f02d32a0283692a4a625f541cfbbb451883128474c5c80362385317cd099f0

View File

@ -1,15 +1,15 @@
# Description: WINE - Implementation of Windows DLL's and core.
# URL: https://www.winehq.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: fontconfig-32 freeglut-32 gnutls-32 lcms2-32 mpg123-32 openal-32 prelink vkd3d-32 xorg-libxcomposite-32 xorg-libxcursor-32 xorg-libxinerama-32 xorg-libxxf86dga-32
# Depends on: fontconfig-32 freeglut-32 gnutls-32 lcms2-32 mpg123-32 openal-32 prelink vkd3d-32 xorg-libxcomposite-32 xorg-libxcursor-32 xorg-libxinerama-32 xorg-libxxf86dga-32 mingw-w64-gcc
name=wine
version=6.11
version=6.15
release=1
source=(https://dl.winehq.org/wine/source/6.x/$name-$version.tar.xz
https://dl.winehq.org/wine/wine-gecko/2.47.2/wine-gecko-2.47.2-x86.msi
https://dl.winehq.org/wine/wine-gecko/2.47.2/wine-gecko-2.47.2-x86_64.msi
https://dl.winehq.org/wine/wine-mono/6.2.0/wine-mono-6.2.0-x86.msi)
https://dl.winehq.org/wine/wine-mono/6.3.0/wine-mono-6.3.0-x86.msi)
build() {
# Allow ccache to work
@ -59,7 +59,7 @@ build() {
$SRC/wine-gecko-2.47.2-x86.msi \
$SRC/wine-gecko-2.47.2-x86_64.msi
install $SRC/wine-mono-6.2.0-x86.msi $PKG/usr/share/wine/mono/
install $SRC/wine-mono-6.3.0-x86.msi $PKG/usr/share/wine/mono/
rm -r $PKG/usr/share/man/??.UTF-8
}