From 32ff375a96a6fb12300a13caa7ab19588ff94510 Mon Sep 17 00:00:00 2001 From: Elaine Gibson Date: Sun, 27 Aug 2023 16:54:11 +0000 Subject: [PATCH 1/2] wine-gecko: update to 2.47.4. --- srcpkgs/wine-gecko/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wine-gecko/template b/srcpkgs/wine-gecko/template index 1215901c896a6..d298fb7dae50f 100644 --- a/srcpkgs/wine-gecko/template +++ b/srcpkgs/wine-gecko/template @@ -1,6 +1,6 @@ # Template file for 'wine-gecko' pkgname=wine-gecko -version=2.47.2 +version=2.47.4 revision=1 build_style=fetch short_desc="Mozilla Gecko Layout Engine for WINE (32bit)" @@ -8,7 +8,7 @@ maintainer="Orphaned " license="MPL-2.0" homepage="http://wiki.winehq.org/Gecko" distfiles="http://dl.winehq.org/wine/${pkgname}/${version}/wine-gecko-${version}-x86.msi" -checksum=e520ce7336cd420cd09c91337d87e74bb420300fd5cbc6f724c1802766b6a61d +checksum=26cecc47706b091908f7f814bddb074c61beb8063318e9efc5a7f789857793d6 do_install() { # The actual installation within WINE occurs at runtime in whatever From bb17c42c36c54c6ec74e47dad514727311ee5a3a Mon Sep 17 00:00:00 2001 From: Elaine Gibson Date: Sun, 27 Aug 2023 16:55:52 +0000 Subject: [PATCH 2/2] wine: Add reminder to update wine-mono and wine-gecko --- srcpkgs/wine/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index 13cffbf5ea3fb..5a6c1610c4155 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -16,6 +16,9 @@ distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar checksum="e1836ef66b1825fa9da042830c0495b2ac394815443643466979ee89fdd7faf4 c544541e4b29fd304a875400cad73b4f14d5ce61fb74a909d4a7c62cdfa77047" +# NOTE: wine depends on specific versions of wine-mono and wine-gecko, +# check for updates to these packages when updating wine + build_options="mingw staging xshm" build_options_default="mingw xshm" desc_option_mingw="Use the MinGW cross compiler to build WinPE DLLs"