TomIO
TomIO
I am gonna split out the `termux_step_install_license` changes into a separate PR since I more or less rewrote the whole script. Currently doing regression testing locally.
> Yeah, indeed, large parts of our scripts could benefit from some improvements :) IMO it could be a separate PR. - #20867 Is now merged, so this PR can...
I decided this should probably be split into 2 commits.
`gw` has `TERMUX_PKG_AUTO_UPDATE` set to `true`. https://github.com/termux/termux-packages/blob/224857d7521ca9a2b606a875a64ffabfefc875ac/x11-packages/gw/build.sh#L1-L11 It would have auto-updated if there weren't build issues with the new version. As such a simple version bump and updating the checksum...
We'll still wanna squash these commits. But I can take it from here.
The build error was caused by an overlooked array reference in `alist`'s build script. Fixed it in https://github.com/termux/termux-packages/commit/aa97f6e3eed35907c0da2ce748dfdeefbe90d7cf. I'm going to rebase this PR on top of that commit.
And, we're all green.
No idea what went wrong with the previous CI run, we're all green here now. Package contents check out. I think we have all concerns addressed? I'd like to just...
Just gonna wait out the CI run, and then we can squash this mess.
I'm fine doing rebases and squashing myself. I just generally prefer to leave the PR author in control of what exactly is in what commit, and what the commit message(s)...