-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Getting .deb on ArchLinux #130
Comments
Hi there—thanks for filing an issue. Can you clarify the problem you're running into? I'm not familiar with ArchLinux, but we do provide a |
ArchLinux cannot use .deb packages, arch uses AUR (arch user repository) for this kind of purposes |
Ahh gotcha—that makes sense. Is it possible to build AUR packages on non-ArchLinux machines? If we could get the packaging working on our existing linux CI server, I think it'd be straightforward to maintain. If you want to give it a shot and submit a pull request, it might not be too hard to adapt the https://github.com/nylas/N1/blob/master/script/mkrpm to create a "mkaur" script we can run! |
I've never created packages before. Here's the article I've found https://wiki.archlinux.org/index.php/Creating_packages |
.deb packages can be installed with a workaround using either "debtap" (AUR) or "alien_package_converter" (AUR), although some problems with other .deb package dependencies occur. Even so, I've been able to install and run N1 correctly in Arch. |
I've installed from source already too |
@prog666 I am currently working on a PKGBUILD for N1. I will upload it to the AUR soon. |
Will be awesome to have this very very nice app available on Arch! |
It would be awesome if someone of the Nylas people could send me an invitation code for testing purposes: |
@shibumi please update this thread when you do it? I'm currently waiting for a pacman package to show up, I'm not willing to build from sources at the moment. |
@oblitum Not sure "pacman" is what you wanted to type, but don't expect a N1 package to land on the official repositories anytime soon (well, who knows but...). You probably wanna have a look at AUR for the moment ;-) I'll try it as soon as I get my hands on a compuer (in a few hours) |
@stouf nope, my package is named n1-git. seems like the other maintainer is using the .deb package. It would be nice if somebody could check that package. I get X.org errors while executing it (mentioned here: #183) EDIT: it's very unlikely that there will be a pacman package because you need an invite code for executing the software and such stuff.. |
@shibumi going to try it now thanks. (By the way I meant AUR) |
@shibumi it took a gigantic time to install (js is sooo slow to compile...), but after that I'm left with no idea where it was installed. I can't execute it simply calling N1.sh nor can Gnome find anything N1/Nylas related. |
Same for me; a lot of time to install, and it required a lot of resources as well. In the end, I couldn't find the command supposed to launch the app either. Regarding the package |
@oblitum normally it should work with executing n1.sh seems like I have some bugs.. didn't really tested it. I also recommend https://aur.archlinux.org/packages/n1/ . Although extracting from a .deb package is maybe not the best way. There is also no 32bit support. @stouf of course is the |
@shibumi I am willing to take over both packages. |
@mbilker I have orphaned the package just adopt it. Be fast or someone else will do it. |
Hey. Since we have a I have |
No description provided.
The text was updated successfully, but these errors were encountered: