TomIO

Results 402 comments of TomIO

I have no idea what most of that means. But I'm all for a lower-effort way to get "native" windowing working on Termux. The important thing here I think is...

For some reason it's no longer detecting the package name for building the pip wheel, even though I didn't touch that: ```styl Processing /home/builder/.termux-build/borgbackup/src Installing build dependencies ... done Getting...

Thanks licy. I hadn't gotten around to fixing this PR.

I'll look this over and will probably do at least one more force push to this branch before merging. Please remember to use `git push --force-with-lease={{branchname}}` if you intend to...

I wanted to turn this guard statement into a easily reusable block, for any other Python package that may benefit from it. https://github.com/termux/termux-packages/blob/4be578eb559c869e5ffa8c78caf4f2e40963b334/packages/borgbackup/build.sh#L17-L20

Needs OpenSSL >= 3.5.0

This is probably a better fit for the [TUR](https://github.com/termux-user-repository/tur).

That part of `apt-pkg/pkgcache.h` does seem to have changed between 2.8.1 (which we ship now) and 3.0.0, here's the hunk: ```diff @@ -611,8 +619,27 @@ struct pkgCache::DescFile map_pointer NextFile; /**...

Thanks for the help @licy183, I just saw this now.

I'm doing on-device testing with the DEBs from this PR now. I have already encountered one issue. ```console Warning: Could not execute pager - PagerSetup (2: No such file or...