libthai 0.1.30 (new formula)#262071
Conversation
|
Thanks for contributing to Homebrew! 🎉 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request. |
b8381e6 to
a23d234
Compare
ce14624 to
61d9a9b
Compare
820ec9b to
7f5eac2
Compare
|
The last two pushes addressed the commit message style but the linter job still fails |
|
I'd merge this one if it wasn't for the CI failures. Maybe better to split the Pango change into a new PR. |
This library is useful to allow line breaking on Thai language with Pango lib etc, being commonly found on most Linux distros. Co-authored-by: Daeho Ro <40587651+daeho-ro@users.noreply.github.com>
7f5eac2 to
ca3c8a4
Compare
Done, it succeeds now 🤝 |
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
|
Created #262960 for pango |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?On GIMP, we do need libthai for line breaking of Thai language texts on text editor. Since the library is tiny and portable, would be very nice to have it here on homebrew.