Search Criteria
Package Details: rofi-file-browser-extended-patched 5.0.r2.258f02e-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rofi-file-browser-extended-patched.git (read-only, click to copy) |
|---|---|
| Package Base: | rofi-file-browser-extended-patched |
| Description: | Use rofi to quickly open files. |
| Upstream URL: | https://github.com/DemonKingSwarn/rofi-file-browser-extended |
| Licenses: | MIT |
| Conflicts: | rofi-file-browser-extended-git |
| Provides: | rofi-file-browser-extended |
| Submitter: | demonkingswarn |
| Maintainer: | demonkingswarn |
| Last Packager: | demonkingswarn |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-10-25 13:04 (UTC) |
| Last Updated: | 2024-10-25 13:05 (UTC) |
Latest Comments
pbjames commented on 2025-06-05 09:35 (UTC)
adding -DCMAKE_POLICY_VERSION_MINIMUM=3.5 as a cmake arg in the build step fixes the package also
winicius commented on 2025-04-19 20:38 (UTC)
downgrading cmake to 3.31.6-1 solved the issue, but would be nice to have a fix to avoid the need to downgrade
winicius commented on 2025-04-19 20:36 (UTC)
Getting error
==> Starting pkgver()... ==> Removing existing $pkgdir/ directory... ==> Starting build()... 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.
-- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting...