Changelog:
r44387 | compyx | 2023-08-07 07:53:52 +0000 (Mon, 07 Aug 2023) | 4 lines
Gtk3: Update "winvice-legacy" hotkeys file
Add "-8:0" suffix to fliplist actions, remove "swap-userport-toggle".
------------------------------------------------------------------------
r44386 | compyx | 2023-08-07 07:47:56 +0000 (Mon, 07 Aug 2023) | 6 lines
petcat: Comment out `overwrt` variable to silence set-but-unused warning by clang
The `overwrt` variable is first set to 0 and then to 1 if the '-f' command line
option is used, and then completely ignored. Probably one of those half-implemented
things that just rot away ;)
------------------------------------------------------------------------
r44377 | pottendo | 2023-08-04 13:41:35 +0000 (Fri, 04 Aug 2023) | 2 lines
Updated to work with latest Fedora.
------------------------------------------------------------------------
r44374 | compyx | 2023-08-03 18:42:32 +0000 (Thu, 03 Aug 2023) | 7 lines
Buildsystem: pass SVN_REVISION_OVERRIDE to win32 bindist scripts
If SVN_REVISION_OVERRIDE is set in the configure invocation it will be passed
to the Makefiles with AC_SUBST() and then passed to the Windows bindist scripts
to be able to generate the proper archive filenames without relying on git-svn,
which appears to be broken in the Github Windows runners.
------------------------------------------------------------------------
r44373 | compyx | 2023-08-03 10:53:54 +0000 (Thu, 03 Aug 2023) | 6 lines
Github actions: attempt to pass `SVN_REVISION_OVERRIDE` to `make-bindist_win32.sh`
Try to pass the SVN override to the bindist rules in gtk3/Makefile.am, so it
can be used as a fallback when git-svn fails. Only for Gtk3 bindists at the
moment, when it actually works I'll add the same for SDL builds.
------------------------------------------------------------------------