Changeset e0906079


Ignore:
Timestamp:
07/28/2015 03:00:05 PM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
dfd52645
Parents:
d53b6fa7
Message:

texlive: Replace bogus TEXYEAR by correct entity and clarify the harfbuzz dependency.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd53b6fa7 re0906079  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "27">                   <!-- Always 2 digits -->
     3<!ENTITY day          "28">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 27th &year;">
     9<!ENTITY releasedate  "July 28th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rd53b6fa7 re0906079  
    4444
    4545-->
     46    <listitem>
     47      <para>July 28th, 2015</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[ken] - Correct error in installation of perl modules
     51          shipped in the texlive source (change bogus TEXYEAR variable to
     52          the correct entity) and improve the wording for the harfbuzz
     53          dependency. Thanks to Lee Hancock.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
    4658      <listitem>
    4759        <para>July 27th, 2015</para>
  • pst/typesetting/texlive.xml

    rd53b6fa7 re0906079  
    205205make texlinks &amp;&amp;
    206206ldconfig &amp;&amp;
    207 mkdir -pv /opt/texlive/${TEXYEAR}/tlpkg/TeXLive/ &amp;&amp;
    208 install -v -m444 ../texk/tests/TeXLive/* /opt/texlive/${TEXYEAR}/tlpkg/TeXLive/</userinput></screen>
     207mkdir -pv /opt/texlive/&texlive-year;/tlpkg/TeXLive/ &amp;&amp;
     208install -v -m444 ../texk/tests/TeXLive/* /opt/texlive/&texlive-year;/tlpkg/TeXLive/</userinput></screen>
    209209
    210210    <note>
     
    277277    <para>
    278278      <parameter>install -v -m444 ../texk/tests/TeXLive/*
    279       /opt/texlive/${TEXYEAR}/tlpkg/TeXLive/</parameter>: This puts the perl
     279      /opt/texlive/&texlive-year;/tlpkg/TeXLive/</parameter>: This puts the perl
    280280      modules <filename>TLConfig.pm</filename> and <filename>TLUtils.pm</filename>
    281281      into the directory where the binary installer puts them - it is at the
  • xincludes/texrecommendlibs.xml

    rd53b6fa7 re0906079  
    1515  <xref linkend="gc"/>,
    1616  <xref linkend="graphite2"/>,
    17   <xref linkend="harfbuzz"/> (linked to graphite2),
     17  <xref linkend="harfbuzz"/> (built with graphite2 enabled),
    1818  <xref linkend="icu"/>,
    1919  <xref linkend="libpaper"/> (used by at least context and xelatex),
Note: See TracChangeset for help on using the changeset viewer.