@mmozeiko, please remove spdlog from dependencies as it is not needed anymore: https://github.com/elfmz/far2l/pull/1767 It is needed only to debug colorer, so most of users can safely live without it.
Search Criteria
Package Details: far2l-git r5328.2c03f3a1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/far2l-git.git (read-only, click to copy) |
---|---|
Package Base: | far2l-git |
Description: | Linux port of FAR v2 |
Upstream URL: | https://github.com/elfmz/far2l |
Licenses: | GPL2 |
Submitter: | mmozeiko |
Maintainer: | mmozeiko |
Last Packager: | mmozeiko |
Votes: | 24 |
Popularity: | 0.026427 |
First Submitted: | 2016-12-14 00:40 (UTC) |
Last Updated: | 2024-12-02 03:43 (UTC) |
Dependencies (13)
- fmt (fmt-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- uchardet (uchardet-gitAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libarchive (libarchive-gitAUR) (optional) – more archive type support in multiarc
- libnfs (libnfs-gitAUR) (optional) – NFS support in NetRocks
- libssh (libssh-gitAUR) (optional) – SFTP support in NetRocks
- libxi (libxi-gitAUR) (optional) – TTY X11 backend
- neon (optional) – WebDAV support in NetRocks
- openssl (openssl-gitAUR, openssl-staticAUR) (optional) – FTPS support in NetRocks
- smbclient (optional) – SMB support in NetRocks
Required by (0)
Sources (1)
ImmortAlex commented on 2023-07-24 03:44 (UTC)
ImmortAlex commented on 2023-07-19 08:05 (UTC)
Or use ccache, which greatly reduce compile time because most of everyday far2l changes are very small.
mmozeiko commented on 2023-07-14 08:56 (UTC)
If you don't want to recompile -git packages from AUR then don't update them. I don't know which package manager you use, but for example with yay that means not using --devel
argument when doing updates.
Nikit commented on 2023-07-14 04:41 (UTC)
This is AUR question, of course, but may be anyone know how to reduce each day updating of far2l? It's take too much time to compile from git.
roman.shumikhin commented on 2023-03-12 07:49 (UTC)
Thank you very much, @mmozeiko. I was able to build it again just now!
mmozeiko commented on 2023-03-12 07:36 (UTC) (edited on 2023-03-12 07:36 (UTC) by mmozeiko)
There's no need for any of that. I've updated the build, now it works fine from code in far2l's git.
roman.shumikhin commented on 2023-03-12 07:28 (UTC) (edited on 2023-03-12 07:32 (UTC) by roman.shumikhin)
I am very new to AUR and don't know how to fix the broken build, but these steps worked for me:
0) Assume you have yay installed. Yay is an AUR helper like yay lets you download and install packages from the Arch User Repository.
1) Install debtap
debtap is a script to convert .deb packages to Arch Linux packages.
yay -S debtap
2) Download far2l debs: You can check the latest versions here https://deb.debian.org/debian/pool/main/f/far2l/
wget https://deb.debian.org/debian/pool/main/f/far2l/far2l_2.5.0~beta+git20230223+ds-2_amd64.deb
wget https://deb.debian.org/debian/pool/main/f/far2l/far2l-data_2.5.0~beta+git20230223+ds-2_all.deb
3) Update debtap
sudo debtap -u
4) Convert debs to zst format that pacman can install
debtap far2l-data_2.5.0\~beta+git20230223+ds-2_all.deb
debtap far2l_2.5.0\~beta+git20230223+ds-2_amd64.deb
5) Install the generated .zst packages
sudo pacman -U far2l-data-git-20230223-1-any.pkg.tar.zst
sudo pacman --nodeps --assume-installed=far2l-data -U far2l-git-20230223-1-x86_64.pkg.tar.zst
Install the data package first. I had to add "--nodeps --assume-installed=far2l-data" arguments to make it install.
6) Run far2l
speshuric commented on 2023-03-09 09:56 (UTC)
far2l-desktop.patch
is broken after this commit in upsteam.
It seems that this patch is not necessary anymore.
VyacheslavS commented on 2022-07-18 14:44 (UTC) (edited on 2022-07-18 14:49 (UTC) by VyacheslavS)
@hopyres , change in the PKGBUILD 39 line:
/usr/bin/wx-config-gtk3
to
/usr/bin/wx-config
After that, the package is complete without errors.
infitum commented on 2022-07-18 14:37 (UTC)
@hopyres In the PKGBUILD on line 39 change wx-config-gtk3 to wx-config
Pinned Comments
mmozeiko commented on 2023-12-19 06:51 (UTC) (edited on 2023-12-19 06:51 (UTC) by mmozeiko)
This is "git" package. There's no need to flag package out-of-date when far2l has a new release version.