-
Notifications
You must be signed in to change notification settings - Fork 22
feat(electron, vscode, ungoogled-chromium): ppc64le support #134
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
Thank you! There are some issues however, please fix them and inspect whether there are any similar omissions left:
Have you succeeded building electron and vscode on ppc64le?
You seem to have taken patches from somewhere. Do they provide an archive to add it to distfiles (like stha09's patches) instead? Also you've added ppc64le patches directly to |
38cb398
to
6480bcd
Compare
I'm sorry, I've rebased my patchset but I've forgot to stage the ebuild changes: I've rebased the current PR to reflect these changes now.
It was supposed to be behind a use flag, unfortunately the latest changes didn't end up being staged. Should be fixed now.
Unfortunately not. These patches are a slightly modified version of my Chromium patchset, which in turn is a slightly modified version of Timothy Pearson's, which unfortunately is buried inside Debian packages.
Of course! |
Would you be also willing to maintain ppc64 port of ungoogled-chromium? :D
I understand your concerns
That would be a viable option (and I would be in favour of it) if the amount of difference between those patches needed for Chromium and your for electron isn't big. Do you modify each of the patches from Debian for electron?
Funny thing: I use the same Dell monitor and recently bought the same mouse and(!) also put it to green :) |
That won't be a problem, it's basically the same patchset.
It isn't much different at all. Gentoo needs some more patches because it uses a newer glibc than Debian which exposes sandbox issues, but in his more recent patchset Timothy bundles these patches even if Debian doesn't need them. Also Gentoo needs a workaround because it doesn't build libpng with
It looks like the only thing left is an OpenPower system :) |
Feel free to do another PR if you wish.
Please see if it would be possible to use a tarball from Debian adding only the remaining patches into the
Yeah, the "cheapest" thing of all :D |
6480bcd
to
1df73d2
Compare
I've managed to share everything except 4 patches, so I guess it was well worth it. Should be ready to merge now, thanks for reviewing! |
Merged. Thanks! |
Thanks for your awesome work on electron: having a vscode ebuild which uses system electron was much needed.
I'd like to maintain ppc64le support.