FS#35231 - [msmtp] requires texlive-core (build)

Attached to Project: Arch Linux
Opened by jason ryan (jasonwryan) - Sunday, 12 May 2013, 22:42 GMT
Last edited by Eric Belanger (Snowman) - Wednesday, 15 May 2013, 02:34 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

msmtp and msmtp-mta both require texlive-core to install/build successfully, presumably to install the .html and .pdf documentation

It seems like overkill to require texlive-core, even as a makedepend, for a MTA.

Would it not be simpler to test for texlive-core and make and install those documents if it is installed, and just continue to build without installing those docs if it is not?
Neither the .html nor .pdf are critical to the application.

Something like:
[[ -n $(type texlive-core >/dev/null 2>&1) ]] && make -C doc html pdf || continue
...
if [[ -n $(type texlive-core >/dev/null 2>&1) ]]; then
make DESTDIR="${pkgdir}" -C doc install-html install-pdf
fi

works (but is horribly hackish)...

Additional info:
* package version(s): 1.4.31-2



Steps to reproduce:
This task depends upon

Closed by  Eric Belanger (Snowman)
Wednesday, 15 May 2013, 02:34 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Use ABS.

Loading...