mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Improve wine-stable and hangover recipes
This commit is contained in:
parent
4764eb8a00
commit
621c06e841
@ -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 = [
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user