TomIO
TomIO
Well subpackages can have divergent dependencies. For example `qbittorrent-nox` doesn't need the X11 stuff.
I think I'm just gonna open up a general "get some messed up subpackages sorted out" PR at this point. --- > `qbittorrent-nox` seems like a good example of when...
I'm still going to have a look through all our various subpackages for more stuff to keep track of here.
gpgv https://github.com/termux/termux-packages/blob/91f1c47a5faca47740de34b17f875afbc6d73dec/packages/gnupg/gpgv.subpackage.sh#L1-L4 can probably use the TERMUX_PKG_SEPARATE_SUB_DEPENDS=true treatment from what it looks like. Same for: libsmartcols https://github.com/termux/termux-packages/blob/91f1c47a5faca47740de34b17f875afbc6d73dec/packages/util-linux/libsmartcols.subpackage.sh#L1-L9 libltdl https://github.com/termux/termux-packages/blob/91f1c47a5faca47740de34b17f875afbc6d73dec/packages/libtool/libltdl.subpackage.sh#L1-L9 libuuid https://github.com/termux/termux-packages/blob/91f1c47a5faca47740de34b17f875afbc6d73dec/packages/util-linux/libuuid.subpackage.sh#L1-L9 uuid-utils https://github.com/termux/termux-packages/blob/91f1c47a5faca47740de34b17f875afbc6d73dec/packages/util-linux/uuid-utils.subpackage.sh#L1-L4 blk-utils https://github.com/termux/termux-packages/blob/91f1c47a5faca47740de34b17f875afbc6d73dec/packages/util-linux/blk-utils.subpackage.sh#L1-L6 libfdisk https://github.com/termux/termux-packages/blob/91f1c47a5faca47740de34b17f875afbc6d73dec/packages/util-linux/libfdisk.subpackage.sh#L1-L8 llvm-tools https://github.com/termux/termux-packages/blob/91f1c47a5faca47740de34b17f875afbc6d73dec/packages/libllvm/llvm-tools.subpackage.sh#L14-L18 sqlite...
> No need to add this package to DEPENDS, termux-tools will be packaged into bootstrap by default. Should probably still be included as a fallback.
Builds fine from the latest commit on the master branch. We can't help with issues related to forks of the Termux app.
> There are two similar issues. I have added that line in glib build script. There is a circular dependency between glib and gobject-introspection. It could be fixed by building...
- With #22792 merged, what's the status on this?
This would be quite handy to have in general as part of `./build-package.sh`'s output, though maybe behind a flag? I'm not sure if it would be desirable to do a...
I'm fairly certain this package does not meet packaging guidelines upon closer inspection, as it is licensed under the BSL 1.1 License, and has been for the last 5 years....