Search Criteria
Package Details: fvim 0.3.549_ee4316c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fvim.git (read-only, click to copy) |
---|---|
Package Base: | fvim |
Description: | Cross platform Neovim front-end UI, built with F# + Avalonia |
Upstream URL: | https://github.com/yatli/fvim |
Licenses: | MIT |
Conflicts: | fvim |
Provides: | fvim |
Submitter: | jjohnson338 |
Maintainer: | jjohnson338 (yatli) |
Last Packager: | yatli |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2019-09-05 00:54 (UTC) |
Last Updated: | 2024-03-24 20:53 (UTC) |
Dependencies (8)
- neovim (nvim-with-restricted-modeAUR, neovim-nightly-binAUR, neovim-nightlyAUR, neovim-gitAUR)
- ttf-dejavu (ttf-dejavu-ibAUR, ttf-dejavu-emojilessAUR)
- dotnet-host (dotnet-host-preview-binAUR, dotnet-host-binAUR) (make)
- dotnet-runtime (dotnet-runtime-2.2AUR, dotnet-runtime-3.0AUR, dotnet-runtime-2.1AUR, dotnet-runtime-5.0-binAUR, dotnet-runtime-7.0-binAUR, dotnet-runtime-6.0-binAUR, dotnet-runtime-preview-binAUR, dotnet-runtime-binAUR, dotnet-runtime-8.0-binAUR) (make)
- dotnet-sdk (dotnet-sdk-2.2AUR, dotnet-sdk-2.2-vs2017AUR, dotnet-sdk-3.0AUR, dotnet-sdk-2.1AUR, dotnet-sdk-5.0-binAUR, dotnet-sdk-6.0.110-binAUR, dotnet-sdk-7.0-binAUR, dotnet-sdk-8.0.300-binAUR, dotnet-sdk-6.0-binAUR, dotnet-sdk-preview-binAUR, dotnet-sdk-binAUR, dotnet-sdk-8.0-binAUR) (make)
- noto-fonts-cjk (noto-fonts-cjk-vfAUR, noto-fonts-cjk-hk-vfAUR, noto-fonts-cjk-jp-vfAUR, noto-fonts-cjk-kr-vfAUR, noto-fonts-cjk-sc-vfAUR, noto-fonts-cjk-tc-vfAUR, noto-fonts-hk-vfAUR, noto-fonts-jp-vfAUR, noto-fonts-kr-vfAUR, noto-fonts-sc-vfAUR, noto-fonts-tc-vfAUR, otf-noto-sans-cjkAUR, otf-noto-sans-cjk-vfAUR, otf-noto-sans-mono-cjk-vfAUR, otf-noto-serif-cjk-vfAUR, otf-noto-serif-cjkAUR, noto-fonts-cjk-chwsAUR) (optional)
- noto-fonts-emoji (noto-fonts-emoji-gitAUR, noto-fonts-emoji-blobAUR, noto-fonts-emoji-flag-gitAUR) (optional)
- openbsd-netcat (openbsd-netcat-gitAUR) (optional)
Latest Comments
1 2 Next › Last »
yatli commented on 2022-03-15 08:01 (UTC)
Update: Arch has rolled forward to .net 6.0 and so is fvim :)
yatli commented on 2021-10-09 04:17 (UTC) (edited on 2021-10-09 04:19 (UTC) by yatli)
Update: fvim is moving forward to net5.0 and I've updated the build scripts and deps. However, please note that
dotnet-runtime
,dotnet-host
anddotnet-sdk
look like moving targets which currently point at 5.0 -- and there's no explicit 5.0 packages at the moment.gshpychka commented on 2021-05-15 18:16 (UTC) (edited on 2021-05-16 07:22 (UTC) by gshpychka)
Build fails for me as well, starting with
error FS0039: The type 'uint' is not defined
.UPDATE: Rebooting solved the issue for me for some reason.
wbthomason commented on 2021-01-09 05:46 (UTC)
@jjohnson338: Hmm, interesting. I have no
dotnet
installed except for via the dependency specified in this PKGBUILD. Have you manually installed a separatedotnet
package?jjohnson338 commented on 2020-11-25 18:38 (UTC)
wbthomason, I just removed the package and rebuilt it on my end and I'm successfully building. Looking at your build logs and mine, seems the .NET build engine differs.
Yours:
Mine:
Potentially you have a different version of dotnet installed?
wbthomason commented on 2020-11-25 17:58 (UTC) (edited on 2020-11-25 17:58 (UTC) by wbthomason)
Hmm, I'm getting build failures with the latest version - some errors complaining that types like
uint
are not defined. Is this building correctly for everyone else?My build log: https://hastebin.com/ovosivotah
yatli commented on 2020-11-23 10:49 (UTC)
Thanks Jared! I think I'm getting grip of the AUR system, and I appreciate its flexibility (e.g. dotnet-host vs. dotnet-host-bin). Anytime you find the package outdated, please go ahead and update -- I'll be also keeping an eye when I come to the arch box :)
jjohnson338 commented on 2020-11-20 14:59 (UTC) (edited on 2020-11-20 15:04 (UTC) by jjohnson338)
yatli, good job! I saw the comment and just started making the changes you suggested. When I went to commit, my push failed because I wasn't up-to-date. Hadn't realized that you had started updating this PKGBUILD. Seems like you've got it under control. I'll keep an eye on the versioning of FVim and help out keeping it up to date in-case you haven't gotten to it yet.
Also, feel free to add yourself as a maintainer at the top of the
PKGBUILD
yatli commented on 2020-11-18 07:14 (UTC)
dotnet-sdk-bin
is moving to providedotnet-sdk-5.0
, let's make our requirements more explicit:dotnet-host
: the generic command line driverdotnet-sdk-3.1
: the actual required SDK.and thus one could use the host command from either 3.1 or 5.0, and still keep using the 3.1 SDK.
yatli commented on 2020-10-24 14:41 (UTC)
Thanks Jared! The recent updates reverted the Avalonia packages back to 0.10.0-preview2 due to performance issues on X11.
v0.2.277
should be good, and I'll notify the Avalonia team about the performance issue.1 2 Next › Last »