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

1 2 3 4 Next › Last »

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

mmozeiko commented on 2024-08-26 04:02 (UTC)

Thanks! I've updated dependency.

ImmortAlex commented on 2024-08-26 02:13 (UTC)

Please change dependency xerces-c to libxml2 https://github.com/elfmz/far2l/pull/2350

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.

mmozeiko commented on 2023-08-14 21:25 (UTC)

Should be fixed now. I've put back wxwidgets as mandatory dependency, it's required for default build.

edacval commented on 2023-08-14 13:46 (UTC)

Build fails with:

==> Starting package()...
CMake Deprecation Warning at CMakeLists.txt:3 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is GNU 13.2.1
-- The CXX compiler identification is GNU 13.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/ccache/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/ccache/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Git: /usr/bin/git (found version "2.41.0")
-- git hash: fe3da218
-- Build Type: Release Version: 2.5.1-fe3da218-beta
-- Enabling registry support due to enabled LEGACY
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
CMake Deprecation Warning at far2l/bootstrap/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- generating headers and languages
-- Building with libuchardet
-- Found Uchardet: /usr/lib/libuchardet.so
-- Building with GUI/wxWidgets backend
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:600 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindwxWidgets.cmake:987 (find_package_handle_standard_args)
  WinPort/src/Backend/WX/CMakeLists.txt:37 (find_package)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in package().
    Aborting...

ImmortAlex commented on 2023-07-24 03:44 (UTC)

@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.

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.