aboutsummaryrefslogtreecommitdiffstats
path: root/community/texlive/texlive.trigger
Commit message (Collapse)AuthorAgeFilesLines
* community/texlive: fix license and redirect stdout to /dev/null in triggerRasmus Thomsen2020-03-031-2/+2
| | | | | | | Otherwise the trigger spams the terminal a lot. Don't redirect stderr since that mentions some modules which aren't being built due to missing tex packages (I suppose because we disable those in our build), which is valuable information.
* unmaintained/texlive --> community/texliveMarian Buschsieweke2019-04-081-0/+4
|
* community/texlive: move to unmaintainedKevin Daudt2019-04-021-4/+0
| | | | It fails to build against poppler and is no longer maintained.
* community/texlive: Added trigger for texmf-dist and subpkg for dvi toolsMarian Buschsieweke2018-03-061-0/+4
texlive.trigger: Recreate all formats on changes in /usr/share/texmf-dist - Current approach blindly tries to recreate everything - For each missing font/formt/... this will fail. However, installed fonts and formats are created successfully. While being ugly, this approach seem to work fine Dependencies: - Added dependency to pkg texmf-dist to texlive, as texlive is unusable without - Added dependency to pkg texmf-dist-full to texlive-full, so a full texlive distribution and not only the texlive tools is installed. *BEWARE*: This requires the patch to texmf-dist to be accepted! texlive-dvi: - Enabled some tools (especially dvips) required for a dvi based workflow and moved the new tools to texlive-dvi. (Maybe some other dvi-related tools fit there better, too?) - A few publishers and conferences required this workflow, including some high level conferences. Thus, researchers depend on these tools