Search Criteria
Package Details: onivim2-git 1952.4431f88b6-1
Git Clone URL: | https://aur.archlinux.org/onivim2-git.git (read-only, click to copy) |
---|---|
Package Base: | onivim2-git |
Description: | Native, lightweight modal code editor |
Upstream URL: | https://github.com/onivim/oni2 |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | freswa |
Maintainer: | freswa |
Last Packager: | freswa |
Votes: | 8 |
Popularity: | 0.61 |
First Submitted: | 2019-10-21 14:29 |
Last Updated: | 2021-03-07 22:21 |
Dependencies (28)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks) (make)
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-toolchain-nightly-bin, clang-rc, llvm-minimal-git, llvm-git) (make)
- esy (make)
- fontconfig (fontconfig-srb, fontconfig-infinality-ultimate, fontconfig-infinality, fontconfig-infinality-remix, fontconfig-ubuntu, fontconfig-git, fontconfig-minimal-git) (make)
- fuse2 (make)
- git (git-git) (make)
- glu (glu-git) (make)
- gtk3 (gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-patched-filechooser-icon-view, gtk3-typeahead) (make)
- harfbuzz (harfbuzz-git, harfbuzz-minimal-git) (make)
- libglvnd (libglvnd-git) (make)
- libice (make)
- libpng (libpng-git, libpng-apng, libpng-minimal-git) (make)
- libsm (make)
- libx11 (libx11-git) (make)
- libxcursor (libxcursor-git) (make)
- libxext (libxext-git) (make)
- libxi (libxi-git) (make)
- libxinerama (libxinerama-randr-git) (make)
- libxrandr (libxrandr-git) (make)
- libxt (make)
- libxxf86vm (make)
- m4 (m4-git) (make)
- nasm (nasm-git) (make)
- node-gyp (make)
- nodejs (nodejs6-bin, nodejs-ipv6, nodejs-git, nodejs-nightly, nodejs-lts-dubnium, nodejs-lts-erbium, nodejs-lts-fermium) (make)
- python2 (make)
- ragel (make)
- wget (wget-git) (make)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
r3ddr4gOn commented on 2020-05-23 15:52
I had to add
export PATH=/usr/bin/core_perl:$PATH
to thebuild
function soesy
can find theshasum
perl script (which is part of perl). Soperl
should probably also be in makedepends.Thanks for the PKGBUILD it works great otherwise.
SolarAquarion commented on 2020-05-12 23:46
dependencies https://paste.debian.net/1146466/ the arch should also be ('x86_64')
tuxflo commented on 2020-05-12 22:55
Build is not working anymore. During the build process I'm asked about some AppImage integration, then the install fails with: => Starting package()... install: cannot stat 'Onivim2.AppDir/usr/share/applications/Onivim2.desktop': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... Error making: onivim2-git
Recognition commented on 2020-04-07 10:07
When building in a clean chroot, it fails on a missing makedepend
clang
:Recognition commented on 2020-04-07 10:03
When building in a chroot, two dependencies don't exist:
clang
andpython
.With
clang
added to makedepends, it fails on python like this:freswa commented on 2020-03-25 14:07
Build works fine in clean root for me.
SolarAquarion commented on 2020-03-10 04:24
add node-gyp and i guess build it in a chroot with the "--bind /dev/fuse"
SolarAquarion commented on 2020-03-09 02:10
it seems clang is a makedepend now. also python
KingLouie commented on 2020-02-26 12:46
There are two deps missing 1. nasm -> needed by revery 2. python2 -> needed by reason-skia
glennsl commented on 2019-12-14 19:52
FYI: node 13 breaks the latest release of esy (0.5.8) and hence also this package. It can be fixed by installing esy nightly with
npm install -g @esy-nightly/esy
. See the esy issue: https://github.com/esy/esy/issues/1010