Package Details: oni 0.3.9-2

Git Clone URL: https://aur.archlinux.org/oni.git (read-only, click to copy)
Package Base: oni
Description: An IDE built around Neovim
Upstream URL: https://github.com/onivim/oni
Keywords: gui ide neovim vim
Licenses: MIT
Submitter: terlar
Maintainer: badosu (onivim, someguynamedmatt)
Last Packager: badosu
Votes: 30
Popularity: 0.000214
First Submitted: 2017-03-17 20:28 (UTC)
Last Updated: 2019-01-18 15:11 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

badosu commented on 2017-12-03 17:45 (UTC)

This package will be updated when https://github.com/onivim/oni/issues/1065 is fixed.

badosu commented on 2017-11-08 15:36 (UTC) (edited on 2017-11-08 15:41 (UTC) by badosu)

Svenstaro, I noticed you flagged this as out of date (for 0.2.15), however as of this date it is marked as Pre-Released. As soon as it is a proper release it will be updated.

terlar commented on 2017-11-08 12:36 (UTC)

Not anymore, it requires 0.2.1, but as that is released now, I guess it is fine to update the dependency now when it landed in stable.

svenstaro commented on 2017-11-08 12:00 (UTC)

Does this absolutely need neovim-git?

w1l commented on 2017-10-21 11:11 (UTC)

Hey, i am updated version of the PKGBUILD for Oni 0.2.14 # Maintainer: Amadeus Folego <amadeusfolego@gmail.com> # Maintainer: Terje Larsen <terlar@gmail.com> # Maintainer: Wilson Moura <wilson@w1l.xyz> pkgname=oni pkgver=0.2.14 pkgrel=1 pkgdesc='An IDE built around Neovim' arch=(any) url="https://github.com/bryphe/oni" license=('MIT') depends=('nodejs' 'gconf' 'libxss') makedepends=('tar') source=("https://github.com/bryphe/${pkgname}/releases/download/v${pkgver}/Oni-${pkgver}-linux.tar.gz" "oni.sh" "oni.desktop" "icons.tar.gz") sha256sums=('96c3bd2c96f959d28e4693e71bb8ca6af9f2b7fde44bdb887a3a54ec46f86c37' '72a945d501f33cfc2fd0d8e832942ba75c09518abd2248973c4df461c3229aee' '72420b6c8588df601b973b715fc88f3d9e4d75ce53b633abff8c7ff848aed59a' '9b09686c82ac5670ece59608288ab2124ee3147d404b77ac58c6ba332a6a148a') package() { install -d ${pkgdir}/opt/${pkgname} cp -R ${srcdir}/Oni-${pkgver}-linux/* ${pkgdir}/opt/${pkgname} install -Dm755 $srcdir/${pkgname}.sh ${pkgdir}/usr/bin/${pkgname} install -Dm644 oni.desktop "$pkgdir/usr/share/applications/oni.desktop" tar -xf ${srcdir}/icons.tar.gz for i in 16x16 32x32 64x64 128x128 256x256 512x512 1024x1024; do install -Dm644 ${srcdir}/icons/$i.png "${pkgdir}/usr/share/icons/hicolor/$i/apps/oni.png" done } # vim:set ts=2 sw=2 et:

prior commented on 2017-08-23 06:23 (UTC) (edited on 2017-08-23 06:23 (UTC) by prior)

Here is an updated version of the PKGBUILD for Oni 0.2.8 # Maintainer: Terje Larsen <terlar@gmail.com> pkgname=oni pkgver=0.2.8 pkgrel=1 pkgdesc='An IDE built around Neovim' arch=(any) url="https://github.com/extr0py/oni" license=('MIT') depends=('nodejs' 'neovim' 'gconf' 'libxss') makedepends=('tar') source=("https://github.com/extr0py/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz" "oni.sh") sha256sums=('0d796cbfd036a5f51d8d44f957547730f398518a76d0a32e3cfaab89880885ac' '72a945d501f33cfc2fd0d8e832942ba75c09518abd2248973c4df461c3229aee') package() { install -d ${pkgdir}/opt/${pkgname} cp -R ${srcdir}/${pkgname}-${pkgver}/* ${pkgdir}/opt/${pkgname} install -Dm755 $srcdir/${pkgname}.sh ${pkgdir}/usr/bin/${pkgname} } # vim:set ts=2 sw=2 et:

badosu commented on 2017-08-22 14:57 (UTC)

Hello terlar, I asked the project maintainer to help making this package 'official' for use with Arch. (https://github.com/extr0py/oni/issues/645) We need to update this package, if you need help maintaining please let me know.

wilsonmourati commented on 2017-08-19 13:23 (UTC)

Can you upgrade to the latest version?