Search Criteria
Package Details: neovide-git 0.8.0.r0.g86aa275-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/neovide-git.git (read-only, click to copy) |
---|---|
Package Base: | neovide-git |
Description: | No Nonsense Neovim Client in Rust |
Upstream URL: | https://github.com/Kethku/neovide |
Licenses: | MIT |
Conflicts: | neovide |
Provides: | neovide |
Submitter: | peeweep |
Maintainer: | peeweep (ptolemy753, j4qfrost) |
Last Packager: | peeweep |
Votes: | 20 |
Popularity: | 0.93 |
First Submitted: | 2020-01-27 08:47 (UTC) |
Last Updated: | 2022-04-13 22:21 (UTC) |
Dependencies (12)
- fontconfig (fontconfig-srb, fontconfig-minimal-git, fontconfig-git, fontconfig-ubuntu)
- freetype2 (freetype2-minimal-git, freetype2-ttmetrics, freetype2-v35, freetype2-git, freetype2-ultimate5, freetype2-infinality-remix)
- libglvnd (libglvnd-git)
- neovim (neovim-nightly-bin, nvim-with-restricted-mode, neovim-git)
- sndio (sndio-git)
- cmake (cmake-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-patched-filechooser-icon-view, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-classic-noatk-64, gtk3-ubuntu) (make)
- make (make-git) (make)
- python (python38, python37, python3.7, nogil-python, python39, python36, python311, python32) (make)
- rust (rust-i586-git, rust-git, rust-nightly, rust-nightly-bin, rustup-git, rustup) (make)
- sdl2 (sdl2-rbp-bin, sdl2-minimal-git, sdl2-minimal-x11-git, sdl2-rpi, sdl2-static, sdl2-nox-git, sdl2-nox, sdl2-git) (make)
Latest Comments
peeweep commented on 2022-03-24 01:31 (UTC)
@Johnystar Try to build this package in devtools. https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
Johnystar commented on 2022-03-23 19:54 (UTC)
Doesn't compile on my system. Any clues?
mehrad commented on 2022-02-21 09:59 (UTC)
The URL of the project has changed from 'https://github.com/Kethku/neovide' to 'https://github.com/neovide/neovide'. It would be nice to have that fixed in the PKGBUILD
lunaryorn commented on 2022-02-18 21:02 (UTC) (edited on 2022-02-18 21:03 (UTC) by lunaryorn)
I'd like to report that this PKGBUILD fails to build in a clean chroot, due to what looks like a missing makedepends on python:
I can make it build if I add a makedepends on python to the PKGBUILD. Would you mind to update the AUR package accordingly?
peeweep commented on 2021-06-30 06:10 (UTC)
In Debian or Fedora, the debug symbol package will be compiled for the binary package, but in Archlinux the binary is stripped and there is no debug symbol package. Please remind me if I am wrong
peeweep commented on 2021-06-30 02:19 (UTC)
@Hubro Most users should not need a software package that contains debuginfo. I personally prefer developers to modify PKGBUILD locally and add debug information. Thank you for your point!
Hubro commented on 2021-06-29 23:14 (UTC)
@peeweep @j4qfrost Would it make sense to remove "--release" from the build command? I've had to compile neovide myself several times the last week in order to get full stack traces.
It seems to me like installing a bleeding edge
*-git
package implies that the application may crash and the user is probably interested in proper stack traces to be able to report bugs. I'm not sure what the general convention for*-git
packages is though.zayatura commented on 2021-06-22 19:12 (UTC)
@peeweep: building neovide-git worked in a clean chroot, using the instructions from the wiki page. Thank you!
zayatura commented on 2021-06-22 06:58 (UTC)
@jeanlucthumm thanks for trying to help. I ran the command but it didn't have any effect in building neovide-git, it still fails with the same error.
I suspect that I was already on the stable branch, because it gave me this message (notice "unchanged" in there):
@peeweep: thanks, I will look into it and see if it's something that I can use to fix the issue.
peeweep commented on 2021-06-22 05:59 (UTC) (edited on 2021-06-22 06:00 (UTC) by peeweep)
@jeanlucthumm I highly recommend that use devtools to compile the package to avoid this problem. https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
jeanlucthumm commented on 2021-06-21 22:24 (UTC)
@peeweep I got a similar error as @zsolt-donca. The error happens when you are using the nightly toolchain for Rust instead of the stable one. A workaround is to switch back temporarily for install:
peeweep commented on 2021-06-15 01:59 (UTC)
@zsolt-donca Not reproduced, it looks like this problem has been fixed
zayatura commented on 2021-06-14 10:47 (UTC)
Build fails for me with the following:
nghialm commented on 2021-06-08 02:34 (UTC)
it works fine after I explicitly set
guifont
ininit.vim
nghialm commented on 2021-06-08 02:29 (UTC)
@peeweep: without noto-fonts, I got error: thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0' , /home/nghialm/.cache/paru/clone/neovide-git/src/neovide-git/CARGO/git/checkout s/skribo-3c422fce25a33836/a35c876/src/collection.rs:130:32
It's the same issue as https://github.com/Kethku/neovide/issues/213
peeweep commented on 2021-03-27 07:54 (UTC)
@lmartinez-mirror I also think that noto-fonts should not become a dependency. @j4qfrost What do you think?
lmartinez-mirror commented on 2021-03-26 18:16 (UTC)
Is there a reason why the
neovide
packages depend onnoto-fonts
?j4qfrost commented on 2020-06-15 20:26 (UTC) (edited on 2020-06-15 20:29 (UTC) by j4qfrost)
@peeweep I can take over package management.
ptolemy753 commented on 2020-06-08 18:50 (UTC) (edited on 2020-06-09 03:49 (UTC) by ptolemy753)
There is an issue with the static linking when building. I was able to get it to build by adding
sed -i 's/, features = \[\"bundled", "static-link"\] / /g' Cargo.toml
toprepare()
in thePKGBUILD
. I am also interested in maintaining this package.peeweep commented on 2020-05-23 06:53 (UTC)
I am no longer using neovide, so if anyone is interesting in this package, mailme or comment to say that, i will add you to co-matainer.
obreitwi commented on 2020-04-03 16:18 (UTC)
Currently building fails with:
acheronfail commented on 2020-03-16 22:15 (UTC)
Hey @peeweep, I've just merged a PR on neovide adding a desktop package: https://github.com/Kethku/neovide/pull/188
Any chance you can update the PKGBUILD to add in the desktop file? Thanks. :)