From 621c06e841d68b5ea0611713180c835a550e2fb7 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 15 Jan 2026 08:53:15 -0300 Subject: [PATCH] Improve wine-stable and hangover recipes --- recipes/wip/emu/win/hangover/recipe.toml | 6 +++++- recipes/wip/emu/win/wine-stable/recipe.toml | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/recipes/wip/emu/win/hangover/recipe.toml b/recipes/wip/emu/win/hangover/recipe.toml index 0d60487a1..57361881b 100644 --- a/recipes/wip/emu/win/hangover/recipe.toml +++ b/recipes/wip/emu/win/hangover/recipe.toml @@ -2,8 +2,12 @@ # build instructions: https://github.com/AndreRH/hangover/blob/master/docs/COMPILE.md [source] git = "https://github.com/AndreRH/hangover" -rev = "hangover-10.18" +rev = "hangover-11.0" shallow_clone = true +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/emu/win/wine-stable/recipe.toml b/recipes/wip/emu/win/wine-stable/recipe.toml index 1034be31b..d0019de59 100644 --- a/recipes/wip/emu/win/wine-stable/recipe.toml +++ b/recipes/wip/emu/win/wine-stable/recipe.toml @@ -1,8 +1,9 @@ #TODO port to redox #build instructions: https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine [source] -tar = "http://dl.winehq.org/wine/source/10.x/wine-10.18.tar.xz" -blake3 = "0517c4200935456fbc22b152a19c5fd0d027d2b06c511968a5533101e1274f54" +git = "https://gitlab.winehq.org/wine/wine" +branch = "stable" +shallow_clone = true script = """ DYNAMIC_INIT autotools_recursive_regenerate