Package Details: far2l-git r5025.7b5fb8e3-1

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.043052
First Submitted: 2016-12-14 00:40 (UTC)
Last Updated: 2024-09-17 03:14 (UTC)

Dependencies (14)

Required by (0)

Sources (1)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

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

hopyres commented on 2022-07-15 07:53 (UTC)

After upgrade Archlinux, far2l not started.

With upgrade wxgtk3 auto-switch to wxwidgets-gtk3.

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES
  wxWidgets_INCLUDE_DIRS)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindwxWidgets.cmake:984 (find_package_handle_standard_args)
  WinPort/src/Backend/WX/CMakeLists.txt:64 (find_package)

mmozeiko commented on 2022-01-13 21:16 (UTC)

I'm considering dropping far-gvfs plugin from package. It does not seem to be maintained anymore. And far2l's built-in NetRocks supports same protocols. Any objections?