-
-
Notifications
You must be signed in to change notification settings - Fork 13k
libdbusmenu 16.04.0 (new formula) #230809
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
Conversation
ea052d4
to
89e44e4
Compare
29ab267
to
dc51d37
Compare
Could there be an exception for this formula?
Patching is required to get this building:
TBH, I have no idea how to contribute on launchpad, but it seems very inactive. I also understand that Homebrew only wants stuff actively maintained by upstream; however as this is a dependency of common Linux libraries I believe an exception should be made for this. Additionally, can you disable fail fast for tests? This is brutal to test when everything fails. I'm not sure this package is even feasible on macOS yet, and the main goal of this is for Linux. I had to add a ton of packages to get this to work, which I didn't need in my own tap. Edit: Marked ready in hopes a maintainer will see this and provide a response. Thanks! |
b12ebd6
to
9901908
Compare
bbc1af5
to
cf2b7ae
Compare
This is ready for review now and all tests have passed. |
cf2b7ae
to
af6c522
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.
Thanks!
I don't think removing the livecheck would cause this failure. Could it be due to caching?
|
⛔ It looks like @BrewTestBot cannot push to your PR branch. For future pull requests, please allow maintainers to edit your PR to simplify the merge process. |
🤖 An automated task has requested creation of a replacement PR. |
|
I allowed access |
No, it's a race condition in upstream's |
🤖 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. |
|
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. |
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>
?This PR adds libdbusmenu, which is a dependency for a third-party tap I have (https://github.com/LizardByte/homebrew-homebrew/blob/master/Formula/s/sunshine.rb). There are actually a few dependencies I will be submitting, though this is the first one on the list.