Search Criteria
Package Details: meli-git 0.6.2.r236.gb085703-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/meli-git.git (read-only, click to copy) |
---|---|
Package Base: | meli-git |
Description: | experimental terminal mail client |
Upstream URL: | https://meli.delivery |
Licenses: | GPL3 |
Conflicts: | meli |
Provides: | meli |
Submitter: | aereaux |
Maintainer: | alerque |
Last Packager: | alerque |
Votes: | 4 |
Popularity: | 0.000010 |
First Submitted: | 2019-07-18 03:46 (UTC) |
Last Updated: | 2024-03-26 11:36 (UTC) |
Dependencies (7)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- pcre2 (pcre2-gitAUR)
- sqlite (sqlite-fossilAUR, libsql-sqlite3AUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- mandoc (mdocml-cvsAUR, mandoc-noconflictAUR) (make)
Latest Comments
rek2 commented on 2023-07-04 03:09 (UTC)
I bang my head for 3 hours because the TUI was broken until I realised the package wrongly compiles ALL features including the DEBUG so it was breaking the TUI, I do not mind features added, but 1. is bloated 2. Debug should not be on by default unless you going to do some developing on the program please dissable it! whats the point of having a package if I have to end up and cargo build it myself... makes no sense and this package is confusing the heck out of people until they realise the makepkg configuration
alerque commented on 2021-11-27 05:13 (UTC) (edited on 2021-11-27 05:14 (UTC) by alerque)
@dmfay I'm sorry, but all of those changes are incorrect --- or at least not correct as defaults for everybody. Arch packaging guidelines for rust suggest
--all-features
where possible/reasonable. In this case it makes perfect sense. If you want to compile with only some features that is fine, but I'm not making that the default. As formandoc
, it is still required if you want fresh man pages. See thebuild.rs
file and documentation. You got away without it because you disabled the feature that updates the man pages. If you'd like an easy way to compile without conflicts on your host system useextra-x86_64-build
from the devtools package.dmfay commented on 2021-11-25 05:37 (UTC)
mandoc doesn't seem to be required to build the package, and conflicts with man-db. I've removed that dependency and changed the build to
--features jmap
:alerque commented on 2021-10-27 16:33 (UTC)
@freswa That sounds like a good move actually. I'm currently traveling though so it's a little hard to sit down with enough time to make and test the changes. I would be happy to accept a patch to that affect either here in comments via
git format-patch
against the AUR sources here or alternatively as a PR on against this GitHub repository.freswa commented on 2021-10-26 17:56 (UTC) (edited on 2021-10-26 18:00 (UTC) by freswa)
This currently builds with all features, which includes
debug-tracing
. It makes running meli really troublesome if stderr is not redirected. Could you change the build to--features jmap
(dbus-notifications is not required, cause it's a default feature)? Thank you!aereaux commented on 2021-08-02 21:20 (UTC)
I haven't used or updated this package in quite a while, feel free to make any changes/improvements you think would be useful.
alerque commented on 2021-08-02 21:10 (UTC)
Somehow I missed this build while searching and ended up making my own—only to find this in the way. I had a look and unfortunately there is a small litany of things wrong with this. You are missing some dependencies needed for a clean build, missing some Rust tweaks, the version scheme doesn't work with
vercmp
, and so on. Would you please consider adding me as a co-maintainer and I'll get this fixed up? For reference here is my working PKGBUILD: