Changeset 322aff6
- Timestamp:
- 04/25/2020 10:30:05 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- fa993491
- Parents:
- 9a7593f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r9a7593f r322aff6 46 46 <itemizedlist> 47 47 <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> 48 52 <para>[renodr] - Update to gnome-terminal-3.36.2. Fixes 49 53 <ulink url="&blfs-ticket-root;13454">#13454</ulink>.</para> -
packages.ent
r9a7593f r322aff6 1067 1067 <!ENTITY texlive-version "20200406"> 1068 1068 <!ENTITY texmf-version "20200406"> 1069 <!ENTITY tex-tlpdb-version "20200406"> 1069 1070 <!-- the year is used when setting up PATHs in the tl-installer 1070 1071 page, as well as to reference the directory in texlive, also -
pst/typesetting/texlive.xml
r9a7593f r322aff6 16 16 <!ENTITY texlive-texmf-md5sum "bca40df2ff11269fbcb2d1b4ff0278b1"> 17 17 <!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"> 18 23 19 24 ]> … … 134 139 </para> 135 140 </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 136 172 <!-- <listitem> 137 173 <para> … … 315 351 make texlinks && 316 352 mkdir -pv /opt/texlive/&texlive-year;/tlpkg/TeXLive/ && 317 install -v -m644 ../texk/tests/TeXLive/* /opt/texlive/&texlive-year;/tlpkg/TeXLive/</userinput></screen> 353 install -v -m644 ../texk/tests/TeXLive/* /opt/texlive/&texlive-year;/tlpkg/TeXLive/ && 354 tar -xf .././texlive-&tex-tlpdb-version;-tlpdb-full.tar.gz -C /opt/texlive/&texlive-year;/tlpkg</userinput></screen> 318 355 319 356 <note>
Note:
See TracChangeset
for help on using the changeset viewer.