Author: ken
Date: Sat Apr 25 15:30:05 2020
New Revision: 23027

Log:
Add tlpdb tarball to texlive source to fix texdoc.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/pst/typesetting/texlive.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Apr 25 14:04:21 
2020        (r23026)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Apr 25 15:30:05 
2020        (r23027)
@@ -45,6 +45,10 @@
       <para>April 25th, 2020</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Add tlpdb tarball to install of texlive source. Fixes
+          <ulink url="&blfs-ticket-root;13445">#13445</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[renodr] - Update to gnome-terminal-3.36.2. Fixes
           <ulink url="&blfs-ticket-root;13454">#13454</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sat Apr 25 14:04:21 2020        (r23026)
+++ trunk/BOOK/packages.ent     Sat Apr 25 15:30:05 2020        (r23027)
@@ -1066,6 +1066,7 @@
 <!-- Chapter 51 -->
 <!ENTITY texlive-version              "20200406">
 <!ENTITY texmf-version                "20200406">
+<!ENTITY tex-tlpdb-version            "20200406">
 <!-- the year is used when setting up PATHs in the tl-installer
  page, as well as to reference the directory in texlive, also
  in asymptote, biber and xindy -->

Modified: trunk/BOOK/pst/typesetting/texlive.xml
==============================================================================
--- trunk/BOOK/pst/typesetting/texlive.xml      Sat Apr 25 14:04:21 2020        
(r23026)
+++ trunk/BOOK/pst/typesetting/texlive.xml      Sat Apr 25 15:30:05 2020        
(r23027)
@@ -16,6 +16,11 @@
   <!ENTITY texlive-texmf-md5sum        "bca40df2ff11269fbcb2d1b4ff0278b1">
   <!ENTITY texlive-texmf-size          "3.0 GB">
 
+  <!ENTITY texlive-tlpdb-download-http " ">
+  <!ENTITY texlive-tlpdb-download-ftp  
"ftp://tug.org/texlive/historic/&texlive-year;/texlive-&tex-tlpdb-version;-tlpdb-full.tar.gz";>
+  <!ENTITY texlive-tlpdb-md5sum        "d8cd997c1bba422b30c9bc225e508794">
+  <!ENTITY texlive-tlpdb-size          "2.9 MB">
+
 ]>
 
 
@@ -133,6 +138,37 @@
           Download size: &texlive-texmf-size;
         </para>
       </listitem>
+    </itemizedlist>  
+
+      <para>
+        From the 2019 year, the tlpdb database of the packages within texlive 
is
+        no-longer installed with the source. But <command>texdoc</command> 
needs
+        a cache file derived from this (and will create the cache on its first
+        run).
+      </para>
+
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&texlive-tlpdb-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&texlive-tlpdb-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &texlive-tlpdb-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &texlive-tlpdb-size;
+        </para>
+      </listitem>
+
 <!--  <listitem>
         <para>
           Required patch: <ulink url=
@@ -314,7 +350,8 @@
 /sbin/ldconfig &amp;&amp;
 make texlinks &amp;&amp;
 mkdir -pv /opt/texlive/&texlive-year;/tlpkg/TeXLive/ &amp;&amp;
-install -v -m644 ../texk/tests/TeXLive/* 
/opt/texlive/&texlive-year;/tlpkg/TeXLive/</userinput></screen>
+install -v -m644 ../texk/tests/TeXLive/* 
/opt/texlive/&texlive-year;/tlpkg/TeXLive/ &amp;&amp;
+tar -xf .././texlive-&tex-tlpdb-version;-tlpdb-full.tar.gz -C 
/opt/texlive/&texlive-year;/tlpkg</userinput></screen>
 
     <note>
       <para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to