summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2022-01-29 16:26:46 +0100
committerIsmael Luceno2022-01-29 16:28:10 +0100
commit430dc9abc448782e2cebed870fdfd6eeff50448d (patch)
tree0c8fe97b847f5347fd6aa69cc7850eca8c494d87
parent10e5e02010c251889da1d8d49ed9c145b2eadac1 (diff)
wine 7.1 (devel)
-rwxr-xr-xx11-libs/wine/DETAILS2
-rwxr-xr-xx11-libs/wine/PRE_BUILD6
-rw-r--r--x11-libs/wine/patches-stable/0002-server-Fix-missing-include-for-uid_t.patch (renamed from x11-libs/wine/patches/0002-server-Fix-missing-include-for-uid_t.patch)0
3 files changed, 6 insertions, 2 deletions
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 00239a9dfc..86d5874429 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -1,7 +1,7 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=wine
case "$WINE_BRANCH" in
-(devel) VERSION=7.0 PATCHLEVEL=1;;
+(devel) VERSION=7.1;;
(stable) VERSION=7.0 PATCHLEVEL=1;;
esac; case "$WINE_BRANCH" in
(scm)
diff --git a/x11-libs/wine/PRE_BUILD b/x11-libs/wine/PRE_BUILD
index c230ad14bf..80e65c0402 100755
--- a/x11-libs/wine/PRE_BUILD
+++ b/x11-libs/wine/PRE_BUILD
@@ -1,3 +1,7 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
-apply_patch_dir patches
+apply_patch_dir patches &&
+case "$WINE_BRANCH" in
+ stable)
+ apply_patch_dir patches-stable ;;
+esac
diff --git a/x11-libs/wine/patches/0002-server-Fix-missing-include-for-uid_t.patch b/x11-libs/wine/patches-stable/0002-server-Fix-missing-include-for-uid_t.patch
index f4958180b5..f4958180b5 100644
--- a/x11-libs/wine/patches/0002-server-Fix-missing-include-for-uid_t.patch
+++ b/x11-libs/wine/patches-stable/0002-server-Fix-missing-include-for-uid_t.patch