Search Criteria
Package Details: effitask 1.4.0-3
Git Clone URL: | https://aur.archlinux.org/effitask.git (read-only, click to copy) |
---|---|
Package Base: | effitask |
Description: | Graphical task manager, based on the todo.txt format |
Upstream URL: | https://github.com/sanpii/effitask |
Keywords: | gtd task todotxt |
Licenses: | |
Submitter: | Sanpi |
Maintainer: | Sanpi |
Last Packager: | Sanpi |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-12-15 21:43 |
Last Updated: | 2020-11-02 18:52 |
Dependencies (3)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-typeahead, gtk3-git, gtk3-ubuntu, gtk3-classic, gtk3-patched-filechooser-icon-view)
- cargo (cargo-standalone-git, cargo-nightly-bin, cargo-git, rust-bin, rustup-git, rust-nightly-bin, rust-wasm, rust, rustup) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
Latest Comments
Sanpi commented on 2020-08-04 07:28
@NoobAlice You probably use rustup, you must download at least one compiler version:
NoobAlice commented on 2020-08-03 19:02
I installed rustup, cloned the AUR repo, cd to effitask folder, ran makepkg -si, and got this:
khampf commented on 2019-09-12 21:19
unresolved import
std::slice::SliceConcatExt
Sanpi commented on 2018-11-23 10:56
@roper https://github.com/sanpii/effitask#launch
It’s probably not clear, but I don’t know how to do better.
roper commented on 2018-11-23 10:49
thread 'main' panicked at 'Launch this program via todo.sh', src/application.rs:314:23
Sanpi commented on 2017-12-16 09:54
@echinotrix Thank you, the build requires rust-nightly. Package updated.
echinotrix commented on 2017-12-16 07:16
Hi,
thanks for providing this PKGBUILD.
Unfortunately, it did not build here with following message:
error[E0554]: #![feature] may not be used on the stable release channel --> /home/roland/.cargo/registry/src/github.com-1ecc6299db9ec823/relm-attributes-0.11.0/src/lib.rs:22:1 | 22 | #![feature(proc_macro)] | ^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
error: Could not compile
relm-attributes
.