-
Notifications
You must be signed in to change notification settings - Fork 5
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
Provide Arch Linux (AUR) packages #92
Comments
Hi. I see several problems here: Electron-Builder builds packages in DEB and RPM formats only. Arch Linux prefers rather source packages that might be not possible to run at all because of ABI incompatibilities of older Electron-Builder with never OSes. This is also reason, that we use Ubuntu 20.04 (not 22.04 or 24.04) to build our binary packages. With old binaries we would need to add old dependencies. Debian-based distributions still provide compatible packages on the latest versions so we are there fine. On others systems probably we would need to distribute them bundled. In the end we would solve the problem already solved by other package formats: Snap and Flatpak. I would be happy to see some contribution from Arch Linux community and maybe someone will prepare the package on https://aur.archlinux.org/ for us. |
I think potential Arch Linux package would be similar to existing Electron packages, ie. https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=signal-desktop-beta-bin |
It looks like I did it successfully)
After I was able to run installed freelens. I hope this helps you?
|
Hi @GnuGorets thank you very much for your issue and your help! @dex4er What do you think? Thanks to both of you! |
After I added a package for freelens to aur, I came across this ticket. See here: https://aur.archlinux.org/packages/freelens-bin |
Thank you for your support! |
@notz great, thanks! |
Thank you very much) Could you add CI/CD for this too, please? I see |
Hi @GnuGorets, I reopen the issue so we can work about your request. |
I don't think we can/should update external repositories, especially if they are outside Github. |
https://github.com/KSXGitHub/github-actions-deploy-aur |
@notz I can prepare automation for this AUR package. Can you make me a co-maintainer for this package? 😄 |
@dex4er I have added your account |
Thanks!! |
Hi) Could you help, please, are you able to add this package to AUR?
The text was updated successfully, but these errors were encountered: