@mmozeiko Thanks. It seems everything's ok now.
Search Criteria
Package Details: far2l-git r7201.59d2e230d-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 |
| 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)
- libxml2 (libxml2-gitAUR, libxml2-meson-gitAUR)
- uchardet (uchardet-gitAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- aws-sdk-cpp (aws-sdk-cpp-gitAUR) (optional) – AWS S3 support in NetRocks
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-cuda-fullAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR) (optional) – ImageViewer plugin
- imagemagick (imagemagick-full-gitAUR, imagemagick-gitAUR, imagemagick-essentials-gitAUR, imagemagick-fullAUR) (optional) – ImageViewer plugin
- 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, openssl-aegisAUR) (optional) – FTPS support in NetRocks
- smbclient (optional) – SMB support in NetRocks
Required by (3)
- far2l-gui (requires far2l)
- far2l-python (requires far2l)
- far2l-ttyx (requires far2l)
Sources (1)
spnethw commented on 2026-03-24 07:37 (UTC)
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.
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
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.