Search Criteria
Package Details: vieb-bin 12.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vieb-bin.git (read-only, click to copy) |
---|---|
Package Base: | vieb-bin |
Description: | Vim Inspired Electron Browser - Vim bindings for the web by design |
Upstream URL: | https://vieb.dev |
Keywords: | browser chromium electron network vim |
Licenses: | GPL3 |
Submitter: | ragouel |
Maintainer: | BachoSeven |
Last Packager: | BachoSeven |
Votes: | 9 |
Popularity: | 0.004138 |
First Submitted: | 2020-06-21 02:56 (UTC) |
Last Updated: | 2024-06-11 18:47 (UTC) |
Dependencies (13)
- c-ares (c-ares-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- http-parser (http-parser-gitAUR)
- libevent (libevent-gitAUR)
- libnotify (libnotify-gitAUR)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- libxslt (libxslt-gitAUR)
- libxss
- minizip (minizip-gitAUR)
- nss (nss-hgAUR)
- re2 (re2-gitAUR)
- snappy (snappy-gitAUR)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
BachoSeven commented on 2021-01-10 16:40 (UTC)
BachoSeven commented on 2021-01-10 14:50 (UTC) (edited on 2021-01-10 15:42 (UTC) by BachoSeven)
Hi, thanks for this package!
I see that the binary is located at /opt/Vieb/vieb
, could you provide a symlink to /usr/bin
, as many packages which extract to /opt do(i.e. spotify)?
For example, after extracting:
# Symlink vieb binary to /usr/bin
mkdir -p "${pkgdir}/usr/bin/"
cd ${pkgdir}/usr/bin
ln -s /opt/Vieb/vieb
Pinned Comments
BachoSeven commented on 2021-07-26 22:35 (UTC)
@samhh My bad, I had to fix the way the symlink is created since it was not recognised as a file owned by the package by
pacman
, but the error you experience was a side effect of this fix, at least when upgrading from a previous version to5.3.0-3
.It should be enough to uninstall
vieb
and re-install it, though; I just tested it.