diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-05 23:02:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-05 23:02:24 +0000 |
commit | 94709adba0f7e99befbdab684d29b56e5c9b7bf7 (patch) | |
tree | e9b8d42510312691a021c8bd641bbeb7ee3c3a7d /Master/tlpkg | |
parent | e374da0f710510f01b94dfc92a9dd694ff69db3a (diff) |
recent scripts and exceptions for aarch64-linux
git-svn-id: svn://tug.org/texlive/trunk@46228 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/doc/packages.txt | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/pdftools.tlpsrc | 13 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/xdvi.tlpsrc | 6 |
4 files changed, 16 insertions, 7 deletions
diff --git a/Master/tlpkg/doc/packages.txt b/Master/tlpkg/doc/packages.txt index 249bcccb1b2..4e1f6d1c34c 100644 --- a/Master/tlpkg/doc/packages.txt +++ b/Master/tlpkg/doc/packages.txt @@ -14,7 +14,8 @@ To add a new platform: more likely the whole set. - if windows-ish (.exe extension), update regexps in TLTREE.pm and tlmgr.pl and ctan2tds. -- add xz, xzdec, maybe wget binaries in Master/tlpkg/installer +- add xz, xzdec, maybe wget binaries in Master/tlpkg/installer, + update texlive.infra.tlpsrc if no wget or otherwise needed, update 00texlive.installer.tlpsrc if needed. - update .tlpsrc files if necessary: most likely asymptote, biber, xindy. - consider adding to prune= list in tl-update-images. diff --git a/Master/tlpkg/tlpsrc/pdftools.tlpsrc b/Master/tlpkg/tlpsrc/pdftools.tlpsrc index 298c400fdd5..71c97a51520 100644 --- a/Master/tlpkg/tlpsrc/pdftools.tlpsrc +++ b/Master/tlpkg/tlpsrc/pdftools.tlpsrc @@ -1,15 +1,20 @@ category TLCore shortdesc PDF-related utilities, including PostScript-to-PDF conversion + +# no X on this platform. +binpattern f/!aarch64-linux bin/${ARCH}/pdfclose +binpattern f/!aarch64-linux bin/${ARCH}/pdfopen +# binpattern f bin/${ARCH}/e2pall binpattern f bin/${ARCH}/pdfatfi binpattern f bin/${ARCH}/pdftosrc -binpattern f bin/win32/pdfdde.exe -binpattern f bin/${ARCH}/pdfclose -binpattern f bin/${ARCH}/pdfopen # +# Windows-only for some reason. +binpattern f bin/win32/pdfdde.exe + docpattern f texmf-dist/doc/man/man1/e2pall.* docpattern f texmf-dist/doc/man/man1/pdfclose.* docpattern f texmf-dist/doc/man/man1/pdfopen.* docpattern f texmf-dist/doc/man/man1/pdftosrc.* -# + runpattern f texmf-dist/scripts/texlive/e2pall.pl diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc index b4827399593..42ddd64172e 100644 --- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc @@ -51,6 +51,7 @@ binpattern f/!x86_64-cygwin tlpkg/installer/xz/xz.${ARCH} # # Platforms which provide wget as part of the normal system install: binpattern f/!\ +aarch64-linux,\ armel-linux,\ armhf-linux,\ i386-cygwin,\ diff --git a/Master/tlpkg/tlpsrc/xdvi.tlpsrc b/Master/tlpkg/tlpsrc/xdvi.tlpsrc index 87170a36570..6c3ae43d1ce 100644 --- a/Master/tlpkg/tlpsrc/xdvi.tlpsrc +++ b/Master/tlpkg/tlpsrc/xdvi.tlpsrc @@ -1,6 +1,8 @@ category TLCore -binpattern f bin/${ARCH}/xdvi -binpattern f bin/${ARCH}/xdvi-* + +# no X on this platform. +binpattern f/!aarch64-linux bin/${ARCH}/xdvi +binpattern f/!aarch64-linux bin/${ARCH}/xdvi-* # runpattern d texmf-dist/dvips/xdvi runpattern d texmf-dist/xdvi |