-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
addpkg(x11/qbittorrent{,-nox}): 4.6.4 #19991
Conversation
Auto update is not working INFO: Updating qbittorrent-nox [Current version: 4.6.4]
ERROR: No 'latest-release-tag' found (https://api.github.com/repos/qbittorrent/qBittorrent/releases/latest).
Try using 'newest-tag'. |
Just rebased this PR to pull in #20018's new autoupdate dry-run. We probably don't want it to even try creating an issue from a failing dry-run, even though it can't. |
2a4a27a
to
2a0b7da
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably don't want it to even try creating an issue from a failing dry-run, even though it can't
Ah. It should be fine since I purposely disabled permission to write issue. I leave it to others to fix it if they find it annoying.
By the way, I mentioned it above but I think it might have gotten lost. Is there any easy way I could hook the build process to build
|
termux-packages/packages/libncnn/build.sh Line 70 in 6c51913
Can try something like this and then add a new subpackage with its own dependencies without depend on parent. |
"Ol' reliable" is of course an option, but a subpackage feels more appropriate, |
Alright, that oughta do it. |
I think we're good to merge, I'll wait for any last minute comments, |
LGTM |
closes:
qbittorrent
(even the headless-nox
version) depends onqt5-qtbase
, so it needs to be in the X11 Repo.I'm forcing Cmake for the build.
Cmake has better upstream build instructions.
Builds fine with
make
as well, if that's preferable.If there's an easy way to just build it twice I'd actually like to build it once with GUI and once without,
and split off
qbittorrent-nox
into a subpackage.But I couldn't figure out a good way to do that.
And the request was for the headless one.