Changeset 322aff6


Ignore:
Timestamp:
04/25/2020 10:30:05 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fa993491
Parents:
9a7593f
Message:

Add tlpdb tarball to texlive source to fix texdoc.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23027 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r9a7593f r322aff6  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Add tlpdb tarball to install of texlive source. Fixes
     49          <ulink url="&blfs-ticket-root;13445">#13445</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[renodr] - Update to gnome-terminal-3.36.2. Fixes
    4953          <ulink url="&blfs-ticket-root;13454">#13454</ulink>.</para>
  • packages.ent

    r9a7593f r322aff6  
    10671067<!ENTITY texlive-version              "20200406">
    10681068<!ENTITY texmf-version                "20200406">
     1069<!ENTITY tex-tlpdb-version            "20200406">
    10691070<!-- the year is used when setting up PATHs in the tl-installer
    10701071 page, as well as to reference the directory in texlive, also
  • pst/typesetting/texlive.xml

    r9a7593f r322aff6  
    1616  <!ENTITY texlive-texmf-md5sum        "bca40df2ff11269fbcb2d1b4ff0278b1">
    1717  <!ENTITY texlive-texmf-size          "3.0 GB">
     18
     19  <!ENTITY texlive-tlpdb-download-http " ">
     20  <!ENTITY texlive-tlpdb-download-ftp  "ftp://tug.org/texlive/historic/&texlive-year;/texlive-&tex-tlpdb-version;-tlpdb-full.tar.gz">
     21  <!ENTITY texlive-tlpdb-md5sum        "d8cd997c1bba422b30c9bc225e508794">
     22  <!ENTITY texlive-tlpdb-size          "2.9 MB">
    1823
    1924]>
     
    134139        </para>
    135140      </listitem>
     141    </itemizedlist> 
     142
     143      <para>
     144        From the 2019 year, the tlpdb database of the packages within texlive is
     145        no-longer installed with the source. But <command>texdoc</command> needs
     146        a cache file derived from this (and will create the cache on its first
     147        run).
     148      </para>
     149
     150    <itemizedlist spacing="compact">
     151      <listitem>
     152        <para>
     153          Download (HTTP): <ulink url="&texlive-tlpdb-download-http;"/>
     154        </para>
     155      </listitem>
     156      <listitem>
     157        <para>
     158          Download (FTP): <ulink url="&texlive-tlpdb-download-ftp;"/>
     159        </para>
     160      </listitem>
     161      <listitem>
     162        <para>
     163          Download MD5 sum: &texlive-tlpdb-md5sum;
     164        </para>
     165      </listitem>
     166      <listitem>
     167        <para>
     168          Download size: &texlive-tlpdb-size;
     169        </para>
     170      </listitem>
     171
    136172<!--  <listitem>
    137173        <para>
     
    315351make texlinks &amp;&amp;
    316352mkdir -pv /opt/texlive/&texlive-year;/tlpkg/TeXLive/ &amp;&amp;
    317 install -v -m644 ../texk/tests/TeXLive/* /opt/texlive/&texlive-year;/tlpkg/TeXLive/</userinput></screen>
     353install -v -m644 ../texk/tests/TeXLive/* /opt/texlive/&texlive-year;/tlpkg/TeXLive/ &amp;&amp;
     354tar -xf .././texlive-&tex-tlpdb-version;-tlpdb-full.tar.gz -C /opt/texlive/&texlive-year;/tlpkg</userinput></screen>
    318355
    319356    <note>
Note: See TracChangeset for help on using the changeset viewer.