Skip to content

Commit f4e1e3b

Browse files
authored
ntsync7: rebase against 9d6455f9 (#1477)
* ntsync7: rebase against 9d6455f9 Signed-off-by: Kirill Artemev <[email protected]> * ntsync7: move older version to legacy Signed-off-by: Kirill Artemev <[email protected]> * fix fastsync script Signed-off-by: Kirill Artemev <[email protected]> --------- Signed-off-by: Kirill Artemev <[email protected]>
1 parent 73e6036 commit f4e1e3b

9 files changed

+29324
-26
lines changed

wine-tkg-git/wine-tkg-patches/misc/fastsync/fastsync

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,10 @@
101101
_patchname='ntsync-config.h.in-alt.patch' && _patchmsg="Using alternative config.h.in patchset for ntsync5" && nonuser_patcher
102102
fi
103103
if [ "$_protonify" = "true" ]; then
104-
if ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 99d1e60a51726f80a212aabbb5e1e462844cd7db HEAD ); then
104+
if ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 9d6455f91cb7a7d166d5c4708d528b43a63eb4d7 HEAD ); then
105105
_patchname='ntsync5-staging-protonify.patch' && _patchmsg="Using ntsync patchset" && nonuser_patcher
106+
elif ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 99d1e60a51726f80a212aabbb5e1e462844cd7db HEAD ); then
107+
_patchname='ntsync5-staging-protonify-9d6455f9.patch' && _patchmsg="Using ntsync patchset" && nonuser_patcher
106108
elif ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 7b17d1077843d275f7d2a25abe0e5673ca8a2f77 HEAD ); then
107109
_patchname='ntsync5-staging-protonify-99d1e60a.patch' && _patchmsg="Using ntsync patchset" && nonuser_patcher
108110
elif ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 94ed7498be3b4510c3f252216a130d48354ecb2e HEAD ); then
@@ -145,8 +147,10 @@
145147
_patchname='ntsync5-staging-protonify-7eb72b7b.patch' && _patchmsg="Using ntsync patchset" && nonuser_patcher
146148
fi
147149
else
148-
if ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 99d1e60a51726f80a212aabbb5e1e462844cd7db HEAD ); then
150+
if ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 9d6455f91cb7a7d166d5c4708d528b43a63eb4d7 HEAD ); then
149151
_patchname='ntsync5-staging.patch' && _patchmsg="Using ntsync patchset" && nonuser_patcher
152+
elif ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 99d1e60a51726f80a212aabbb5e1e462844cd7db HEAD ); then
153+
_patchname='ntsync5-staging-9d6455f9.patch' && _patchmsg="Using ntsync patchset" && nonuser_patcher
150154
elif ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 7b17d1077843d275f7d2a25abe0e5673ca8a2f77 HEAD ); then
151155
_patchname='ntsync5-staging-99d1e60a.patch' && _patchmsg="Using ntsync patchset" && nonuser_patcher
152156
elif ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 94ed7498be3b4510c3f252216a130d48354ecb2e HEAD ); then
@@ -191,8 +195,10 @@
191195
fi
192196
else
193197
if [ "$_protonify" = "true" ]; then
194-
if ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 99d1e60a51726f80a212aabbb5e1e462844cd7db HEAD ); then
198+
if ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 9d6455f91cb7a7d166d5c4708d528b43a63eb4d7 HEAD ); then
195199
_patchname='ntsync5-protonify.patch' && _patchmsg="Using ntsync patchset" && nonuser_patcher
200+
elif ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 99d1e60a51726f80a212aabbb5e1e462844cd7db HEAD ); then
201+
_patchname='ntsync5-protonify-9d6455f9.patch' && _patchmsg="Using ntsync patchset" && nonuser_patcher
196202
elif ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 7b17d1077843d275f7d2a25abe0e5673ca8a2f77 HEAD ); then
197203
_patchname='ntsync5-protonify-99d1e60a.patch' && _patchmsg="Using ntsync patchset" && nonuser_patcher
198204
elif ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 94ed7498be3b4510c3f252216a130d48354ecb2e HEAD ); then
@@ -235,8 +241,10 @@
235241
_patchname='ntsync5-protonify-7eb72b7b.patch' && _patchmsg="Using ntsync patchset" && nonuser_patcher
236242
fi
237243
else
238-
if ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 99d1e60a51726f80a212aabbb5e1e462844cd7db HEAD ); then
244+
if ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 9d6455f91cb7a7d166d5c4708d528b43a63eb4d7 HEAD ); then
239245
_patchname='ntsync5-mainline.patch' && _patchmsg="Using ntsync patchset" && nonuser_patcher
246+
elif ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 99d1e60a51726f80a212aabbb5e1e462844cd7db HEAD ); then
247+
_patchname='ntsync5-mainline-9d6455f9.patch' && _patchmsg="Using ntsync patchset" && nonuser_patcher
240248
elif ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 7b17d1077843d275f7d2a25abe0e5673ca8a2f77 HEAD ); then
241249
_patchname='ntsync5-mainline-99d1e60a.patch' && _patchmsg="Using ntsync patchset" && nonuser_patcher
242250
elif ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 94ed7498be3b4510c3f252216a130d48354ecb2e HEAD ); then

0 commit comments

Comments
 (0)