FS#32780 - [notmuch][notmuch-mutt] Mutt script should depend on perl libraries

Attached to Project: Community Packages
Opened by Adam Ehlers Nyholm Thomsen (adament) - Wednesday, 21 November 2012, 09:09 GMT
Last edited by Daniel Wallace (gtmanfred) - Wednesday, 21 November 2012, 23:31 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Daniel Wallace (gtmanfred)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
I had to install the following perl-libraries to get the notmuch-mutt script working:
* perl-mailtools
* perl-mail-box
* perl-string-shellquote
* perl-file-which


Additional info:
* package version: 0.14-3

Steps to reproduce:
Install notmuch or notmuch-mutt on a fresh installation without any additional perl libraries. Run notmuch-mutt script.
This task depends upon

Closed by  Daniel Wallace (gtmanfred)
Wednesday, 21 November 2012, 23:31 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.14-4
Comment by Adam Ehlers Nyholm Thomsen (adament) - Wednesday, 21 November 2012, 14:41 GMT
Furthermore to use the prompt feature of notmuch-mutt(i.e. calling "notmuch-mutt -p search") you need term-readline support. Currently this can be satisfied by installing perl-term-readline from AUR.
Comment by Nicolas Estibals (Nicolas.Estibals) - Wednesday, 21 November 2012, 18:11 GMT
I'm not sure that's the only missing dependency, please find my PKGBUILD on aur
https://aur.archlinux.org/packages/notmuch-mutt/
I'm not sure that the dependancies are accurate since I didn't had the time to retest everything on updates.

Sadly many of the dependancies are only on AUR.

BTW you may want to add the manpages, even if that's not so important to me ;-)
install -Dm644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"

Regards
Comment by Daniel Wallace (gtmanfred) - Wednesday, 21 November 2012, 18:17 GMT
I didn't include it because I was just using it from inside of mutt which doesn't use prompt, I will move those to the repos tonight

Loading...