Search Criteria
Package Details: task2 2.6.2-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/task2.git (read-only, click to copy) |
---|---|
Package Base: | task2 |
Description: | Taskwarrior 2.X, a command-line todo list manager (prior to its breaking-change rewrite of version 3.0) |
Upstream URL: | https://taskwarrior.org/ |
Licenses: | MIT |
Conflicts: | task |
Provides: | task |
Submitter: | mrossinek |
Maintainer: | mrossinek |
Last Packager: | mrossinek |
Votes: | 3 |
Popularity: | 0.001241 |
First Submitted: | 2024-04-15 07:53 (UTC) |
Last Updated: | 2025-07-14 05:02 (UTC) |
Dependencies (8)
- gnutls (gnutls-gitAUR)
- util-linux (util-linux-aesAUR, util-linux-selinuxAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- bash-completion (bash-completion-gitAUR) (optional) – for bash completion
- perl (perl-gitAUR) (optional) – for perl export addon
- perl-json (optional) – for perl export addon
- python (python37AUR) (optional) – for python export addon
- ruby (optional) – for ruby export addon
Required by (21)
- dashboard (requires task)
- ptask (requires task)
- ptask-git (requires task)
- py3status-modules (requires task) (optional)
- python-powerline-taskwarrior (requires task)
- python-taskw (requires task)
- python-taskw-ng (requires task)
- python2-taskw (requires task)
- qtask-git (requires task)
- rusty-warrior (requires task)
- syncall (requires task) (optional)
- syncall-git (requires task) (optional)
- tasknc (requires task)
- taskopen (requires task)
- taskopen-git (requires task)
- tasksh (requires task)
- taskwarrior-tui-git (requires task)
- timew-git (requires task) (optional)
- vim-taskwiki (requires task)
- vim-taskwiki-git (requires task)
- vit-git (requires task)
Latest Comments
mrossinek commented on 2025-07-14 05:04 (UTC)
Thanks for the details. I have pushed an update to specify the cmake flag. If a change to the CMakeLists.txt file will become necessary, providing that fix will take some extra time on my end. If someone needs this to work urgently, please let me know and I will happily hand over the package as I have moved on to taskwarrior 3.x by now.
tobiasmllr commented on 2025-07-07 03:31 (UTC)
Yes, cmake version 4 causes this error without the flag:
CMake Error at CMakeLists.txt:1 (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.
mrossinek commented on 2025-04-14 20:04 (UTC)
I am not quite sure why that would be necessary as the build should work just fine using CMake 3.0+. Can you please share more details of the problem that you are seeing?
cuervo commented on 2025-04-14 15:51 (UTC)
Fails to build without cmake flag -DCMAKE_POLICY_VERSION_MINIMUM=3.5