Closed ISSOtm closed 2 years ago
Wrt patches, if its just offset its probably fine, though fuzz and outright breakage should be fixed.
Also, I'm going to fix buildscript for PRs soon.
Not at computer so I can't check for myself, is it possible to version pin shared libraries in PKGBUILD
?
This is done automatically at build time:
If the dependency name appears to be a library, e.g.
depends=('libfoobar.so')
, makepkg will try to find a binary that depends on the library in the built package and append the soname version needed by the binary. Appending the version yourself disables automatic detection, e.g.depends=('libfoobar.so=2')
.
Can you rebase onto current master
? Doesn't look like Github'll re-run PR CI on upstream's workflows.
https://github.com/ImperatorStorm/PKGBUILDs/pull/9#issuecomment-1236428755
Github's being a pain, and doesn't document how I would go about this as best I can tell.
Just gonna merge this and hope it works.
Thanks!
Hi! It's been a while. The recent comment on Aseprite breaking after the
{fmt}
9.x update made me look into the PKGBUILD again, since it prints a warning during the build. This led to the following:Additionally, patches are currently applied with offsets, and one even with fuzz. Should we freshen those, or is is not worth the trouble?