Package Details: far2l-git r7201.59d2e230d-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
Conflicts: far2l, far2l-gui, far2l-ttyx
Provides: far2l, far2l-gui, far2l-ttyx
Submitter: mmozeiko
Maintainer: mmozeiko
Last Packager: mmozeiko
Votes: 28
Popularity: 0.44
First Submitted: 2016-12-14 00:40 (UTC)
Last Updated: 2026-03-24 01:41 (UTC)

Dependencies (15)

Required by (3)

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

1 2 3 4 5 Next › Last »

spnethw commented on 2026-03-24 07:37 (UTC)

@mmozeiko Thanks. It seems everything's ok now.

mmozeiko commented on 2026-03-24 01:42 (UTC)

Updated to have separate build folder, if using AUR helper like yay or similar then make sure to clean the cache folder before rebuilding.

spnethw commented on 2026-03-23 17:54 (UTC) (edited on 2026-03-23 20:04 (UTC) by spnethw)

@mmozeiko

After splitting PKGBUILD into build() and package(), the package now includes an extra CMakeFiles directory under /usr/share/far2l/themes (which leads to a garbage entry in the Options->Colors menu). It looks like this might be happening because CMake is run directly in the source tree, and the CMakeFiles folder created during configuration ends up being installed. The themes/CMakeLists.txt uses file(GLOB children ...), which picks up CMakeFiles as a subdirectory and treats it as a theme. Maybe switching to an out-of-source build (i.e., creating a separate build directory and running CMake from there) would help. That way all temporary CMake files stay inside the build directory and are not packaged.

https://github.com/elfmz/far2l/issues/3309

ImmortAlex commented on 2025-04-02 02:19 (UTC)

https://github.com/elfmz/far2l/pull/2707 Workaround for CMake 4.0 is not needed anymore. Thanks for maintaining this package for years!

ImmortAlex commented on 2025-03-30 06:41 (UTC)

CMake Error at CMakeLists.txt:3 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.

Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.

Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

mmozeiko commented on 2024-12-02 03:44 (UTC)

Thanks, I've updated build.

ImmortAlex commented on 2024-12-02 03:25 (UTC)

https://github.com/elfmz/far2l/commit/745d38c4a24325c215969a7c3ebee40959db4a09 Seems like we don't need pcre anymore.

el_aur commented on 2024-09-17 17:20 (UTC)

@mmozeiko thanks, works now

mmozeiko commented on 2024-09-17 03:14 (UTC)

Should be fixed now.

el_aur commented on 2024-09-16 14:35 (UTC)

-- Installing: /home/vm/.cache/paru/clone/far2l-git/pkg/far2l-git/usr/share/man/ru/man1/far2l.1
CMake Error at bash-completion/cmake_install.cmake:54 (file):
  file cannot create directory: /bash-completion/completions.  Maybe need
  administrative privileges.
Call Stack (most recent call first):
  cmake_install.cmake:111 (include)

Have this error while building