Search Criteria
Package Details: himalaya-git r388.bda37ca-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/himalaya-git.git (read-only, click to copy) |
---|---|
Package Base: | himalaya-git |
Description: | Minimalist CLI email client, written in Rust. |
Upstream URL: | https://github.com/soywod/himalaya |
Licenses: | MIT |
Conflicts: | himalaya |
Provides: | himalaya |
Submitter: | emilio-r |
Maintainer: | emilio-r |
Last Packager: | emilio-r |
Votes: | 2 |
Popularity: | 0.000001 |
First Submitted: | 2021-04-04 18:11 (UTC) |
Last Updated: | 2023-01-06 17:57 (UTC) |
Dependencies (5)
- gcc-libs (gccrs-libs-git, gcc-libs-git)
- openssl (openssl-hardened, openssl-static, quictls-openssl, openssl-git)
- cargo (rust-nightly-bin, cargo-git, rustup-git, rust, rustup) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- notmuch-runtime (notmuch-runtime-git) (optional) – notmuch backend through cargo features
Latest Comments
fauxmight commented on 2023-01-06 18:09 (UTC) (edited on 2023-01-06 18:10 (UTC) by fauxmight)
@emilio-r: Thank you for the update. This builds and installs cleanly. I am woefully unfamiliar with rust and while my method allowed compilation, I am sure that yours is more accurate/appropriate to addressing the situation.
emilio-r commented on 2023-01-06 18:03 (UTC)
@fauxmight: Thanks for the report. I fixed the PKGBUILD, but kept the
--frozen
flags. I also addednotmuch-runtime
tooptdepends
and removednotmuch-backend
fromcargo --features
.fauxmight commented on 2022-12-31 15:01 (UTC) (edited on 2022-12-31 15:03 (UTC) by fauxmight)
This fails with the following error unless one removes
--locked
fromRUSTUP_TOOLCHAIN
inbuild()
ALSO: The build fails with the following error unless one removes
--frozen
fromRUSTUP_TOOLCHAIN
incheck()
ALSO: The build fails unless
notmuch
is added todepends
polyzen commented on 2022-03-09 08:54 (UTC) (edited on 2022-03-10 03:17 (UTC) by polyzen)
Patch to sync with work done in the repo package: https://bugs.archlinux.org/task/74082
Excludes the
--target "$CARCH-unknown-linux-gnu"
flag forcargo fetch
so the package still works for users on other architectures.Switches to the development branch, which is where the work is done. The master branch matches the latest release.
Edit: Fixed the patch. Accidentally used the
tag
fragment instead ofbranch
when switching back from testing a particular commit.emilio-r commented on 2021-10-15 08:32 (UTC)
@brunomiguel: Thanks for the heads up. Should be fixed with the latest PKGBUILD.
brunomiguel commented on 2021-10-13 19:08 (UTC) (edited on 2021-10-13 19:11 (UTC) by brunomiguel)
I'm trying to build this package, but I keep getting this error:
If I disable the check() step, I can build it
emilio-r commented on 2021-05-05 11:27 (UTC)
@rakoo: Thank you for the heads up! Just pushed your fix to the AUR :) Also, thanks so much for adding the info to the wiki!
rakoo commented on 2021-04-26 22:23 (UTC) (edited on 2021-04-26 22:23 (UTC) by rakoo)
I'm not doing any rust development locally and when installing this package I got this error:
I stumbled upon this link that proposes a fix that allows me to build:
https://www.gitmemory.com/issue/vn971/rua/133/663632127
Basically here's the diff: