Search Criteria
Package Details: bower-mail 1.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/bower-mail.git (read-only, click to copy) |
---|---|
Package Base: | bower-mail |
Description: | A curses terminal client for the Notmuch email system |
Upstream URL: | https://github.com/wangp/bower |
Keywords: | client curses email mua terminal |
Licenses: | GPL-3.0-or-later |
Conflicts: | bower |
Submitter: | seifferth |
Maintainer: | aperez |
Last Packager: | aperez |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-07-29 20:58 (UTC) |
Last Updated: | 2024-03-21 18:14 (UTC) |
Dependencies (10)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-hybridAUR, coreutils-selinuxAUR, coreutils-uutilsAUR)
- file (file-gitAUR)
- mercuryAUR
- ncurses (ncurses-gitAUR)
- notmuch (notmuch-emacs-gitAUR)
- gpgme (gpgme-gitAUR) (make)
- pandoc (pandoc-sile-gitAUR, pandoc-static-gitAUR, pandoc-binAUR, pandoc-cli) (make)
- lynx (lynx-gitAUR, lynx-currentAUR) (optional) – dump HTML emails
- msmtp (msmtp-gitAUR, msmtp-ntlmAUR) (optional) – send messages
- w3m (optional) – dump HTML emails
Latest Comments
aperez commented on 2022-09-06 09:11 (UTC)
Hello! I use Bower as my main mail client, and have a fair share of packaging experience, so I have decided to adopt the package.
Note that I woukld rather run a stable version and I already maintain too many packages, so I will NOT be adopting the
bower-mail-git
package myself.seifferth commented on 2022-09-05 15:47 (UTC)
Hi everyone,
I am currently not using Arch as my daily driver anymore, so I'm putting bower and mercury up for adoption.
@serxxx: Thanks for the note on static linkage. Please feel free to adopt the package and commit your changes.
Best
Frank
serxxx commented on 2022-09-05 14:33 (UTC)
Bower commit 12978b70 changed the build defaults to static compilation. The current (22.01.03) package does not install the static Mercury libs, so bower won't build with the current release of Mercury.
Adding this to the PKGBUILD in the
build()
before the call tomake
should get Bower building again:seifferth commented on 2020-08-11 21:18 (UTC)
Bower 0.12 has been released on 1 Aug 2020. Unfortunately, this new version requires mercury version 14.04 or above. The mercury version in the AUR is currently 14.01.1, which is quite outdated (cf. discussion on https://aur.archlinux.org/packages/mercury/). I will update bower-mail once we have a working mercury package for arch.
seifferth commented on 2018-09-03 13:27 (UTC) (edited on 2018-09-03 13:28 (UTC) by seifferth)
This error seems to have occurred while compiling the mercury programming language – a dependency for bower, which is written in mercury. Mercury compiled well on my computer, when I last tried about a week ago using pacaur as my aur helper of choice. Compiling took forever, though.
You might consider taking a look at the mercury package directly, which is maintained by Tetsumi. Since mercury might take quite long to compile, Tetsumi also provides a binary version of the package under the following link listed in the package comments: https://www.dropbox.com/s/5ks2hvb5u790yjz/mercury-14.01.1-2-x86_64.pkg.tar.xz?dl=1 (yes, 14.01.1-2 is still the latest stable version)
dreieck commented on 2018-09-03 12:52 (UTC)
Fails to combile for me:
seifferth commented on 2018-01-16 16:36 (UTC) (edited on 2018-01-16 16:39 (UTC) by seifferth)
I'm sorry to hear that. Unfortunately I am exclusively using main archlinux (i. e. 64-bit) and am myself lucky that I got the build process working with some help from the main developer. I don't really know anything about mercury or the codebase, so you might be better off asking for help upstream by opening an issue there on github.
From my first impression it looks like all that is needed might be changing one single compile flag – only which one. If you manage to resolve the issue, it would be great if you left a note so I can adjust the PKGBUILD accordingly.
myops commented on 2018-01-16 15:55 (UTC)
Fails on i686 with gpgme from archlinux32 with:
In file included from gpgme.m:153:0, from Mercury/int2s/gpgme.int2:44: /usr/include/gpgme.h:104:2: error: #error GPGME was compiled with _FILE_OFFSET_BITS = 64, please see the section "Largefile support (LFS)" in the GPGME manual.