Changeset 66479be for pst/typesetting


Ignore:
Timestamp:
07/31/2013 07:27:37 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b049409
Parents:
8e56210
Message:

Update to cups-1.6.3
Update to texlive-20130530

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/texlive.xml

    r8e56210 r66479be  
    55  %general-entities;
    66
    7   <!ENTITY texlive-year                "2012">
     7  <!ENTITY texlive-year                "2013">
    88  <!ENTITY texlive-installer           "http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz">
    99
    1010  <!ENTITY texlive-source-download-http " ">
    1111  <!ENTITY texlive-source-download-ftp  "ftp://tug.org/texlive/historic/&texlive-year;/texlive-&texlive-version;-source.tar.xz">
    12   <!ENTITY texlive-source-md5sum        "1d38be7dac26440fd022a4708f454a2b">
    13   <!ENTITY texlive-source-size          "126 MB">
    14 
    15 <!--
    16   <!ENTITY texlive-texmf-download-http  " ">
    17   <!ENTITY texlive-texmf-download-ftp   "ftp://tug.org/texlive/historic/&texlive-year;/texlive-&texlive-version;-texmf.tar.xz">
    18   <!ENTITY texlive-texmf-md5sum         "ed7b558be35adf00a6c2e69609cd679a">
    19   <!ENTITY texlive-texmf-size           "1.2 GB">
    20 -->
    21   <!ENTITY texlive-buildsize            "3.1 GB">
    22   <!ENTITY texlive-time                 "8.0 SBU">
     12  <!ENTITY texlive-source-md5sum        "f52599c99fb1035399b907f4c54f1125">
     13  <!ENTITY texlive-source-size          "172 MB">
     14
     15  <!ENTITY texlive-buildsize            "1.6 GB">
     16  <!ENTITY texlive-time                 "9.6 SBU">
    2317]>
    2418
     
    7569        <para>The TeX Live installer: <ulink url="&texlive-installer;"/></para>
    7670      </listitem>
    77       <!--
    78       <listitem>
    79         <para>TeX MetaFonts and additional components:
    80         <ulink url="&texlive-texmf-download-ftp;"/></para>
    81       </listitem>
    82       <listitem>
    83         <para>Download MD5 sum: &texlive-texmf-md5sum;</para>
    84       </listitem>
    85       <listitem>
    86         <para>Download size: &texlive-texmf-size;</para>
    87       </listitem>-->
    8871    </itemizedlist>
    8972
     
    9780      <xref linkend="libpng"/>,
    9881      <xref linkend="x-window-system"/>,
    99       <!-- <xref linkend="recode"/>, -->
    10082      <xref linkend="icu"/>,
    10183      <ulink url="http://www.libgd.org/Main_Page">GD</ulink>,
     
    122104
    123105    <para>First, unpack the installer and change into the installer's
    124     directory, <filename class='directory'>install-tl-20111204</filename>.
     106    directory, <filename class='directory'>install-tl-20130730</filename>.
    125107    This directory name may change if the installer package is updated
    126108    by the upstream maintainers.</para>
    127109
    128110<screen><userinput>tar -xf install-tl-unx.tar.gz &amp;&amp;
    129 cd install-tl-20111204 </userinput></screen>
     111cd install-tl-20130730 </userinput></screen>
    130112
    131113    <note><para>The distribution binaries installed below use static linking
     
    142124    <para>This command is interactive and allows selection or modification of
    143125    platform, packages, directories, and other options.  The full installation
    144     scheme will require about 3 gigabytes of disk space.  The time to complete
    145     the download time will depend on your internet connection speed and the
     126    scheme will require about 3.5 gigabytes of disk space.  The time to complete
     127    the download will depend on your internet connection speed and the
    146128    number of packages selected.</para>
    147129
     
    155137
    156138<screen><userinput>cat &gt;&gt; /etc/profile.d/extrapaths.sh &lt;&lt; "EOF"
    157 pathappend /usr/share/man                   MANPATH
    158 pathappend /opt/texlive/&texlive-year;/texmf/doc/man  MANPATH
    159 pathappend /usr/share/info                  INFOPATH
    160 pathappend /opt/texlive/&texlive-year;/texmf/doc/info INFOPATH
     139pathappend /usr/share/man                        MANPATH
     140pathappend /opt/texlive/&texlive-year;/texmf-dist/doc/man  MANPATH
     141pathappend /usr/share/info                       INFOPATH
     142pathappend /opt/texlive/&texlive-year;/texmf-dist/doc/info INFOPATH
    161143pathappend /opt/texlive/&texlive-year;/bin/x86_64-linux
    162144EOF</userinput></screen>
     
    189171make</userinput></screen>
    190172
    191     <para>To test the results, issue: <command>make check</command>.</para>
     173    <para>To test the results, issue: <command>make -k check</command>.</para>
    192174
    193175    <para>In order to gather the built files in one place, use
     
    201183    user:</para>
    202184
    203 <screen><userinput>find texlive-tmp/usr/bin -type f -exec cp -v {} /opt/texlive/2011/bin/x86_64-linux \;</userinput></screen>
     185<screen><userinput>find texlive-tmp/usr/bin -type f -exec cp -v {} /opt/texlive/2013/bin/x86_64-linux \;</userinput></screen>
    204186
    205187    <note><para>If you passed the option <option>--enable-shared</option> to the
    206     configure command, the two libraries, ibkpathsea.so, libptexenc.so and their
     188    configure command, the two libraries, libkpathsea.so, libptexenc.so and their
    207189    symbolic links will also need to be copied to /usr/lib.</para></note>
    208190
     
    241223        </listitem>
    242224      </varlistentry>
    243 <!--
    244       <varlistentry id="libkpathseaTL">
    245         <term><filename class='libraryfile'>libkpathsea.{so,a}</filename></term>
    246         <listitem>
    247           <para>contains the functions used by the TeX programs to resolve
    248           and catalog pathnames used in the Tex installation.</para>
    249           <indexterm zone="texlive libkpathseaTL">
    250             <primary sortas="c-libkpathseaTL">libkpathsea.{so,a}</primary>
    251           </indexterm>
    252         </listitem>
    253       </varlistentry>
    254 -->
    255225    </variablelist>
    256226
Note: See TracChangeset for help on using the changeset viewer.