Changeset a953d7d5 for pst/typesetting


Ignore:
Timestamp:
01/03/2016 08:06:37 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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:
544c41a
Parents:
b520295
Message:
  • Update to biblatex-3.2.
  • Update to biblatex-biber-2.3.
  • Add Unicode-Normalize-1.25 (perl module).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/biber.xml

    rb520295 ra953d7d5  
    77  <!ENTITY biber-download-http   "http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/&biber-version;/biblatex-biber.tar.gz">
    88  <!ENTITY biber-download-ftp    " ">
    9   <!ENTITY biber-md5sum          "fbadc0fc66f8580d94ad140191244545">
     9  <!ENTITY biber-md5sum          "8bcfcc5c66a357521a2977c699a8c289">
    1010  <!ENTITY biber-size            "2.0 MB">
    1111  <!-- buildsize includes the installed biblatex -->
    1212  <!ENTITY biber-buildsize       "37 MB">
    13   <!ENTITY biber-time            "less than 0.1 SBU (0.8 SBU to run the tests)">
     13  <!ENTITY biber-time            "less than 0.1 SBU (0.4 SBU to run the tests)">
    1414
    1515  <!ENTITY biblatex-download-http   "http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz">
    1616  <!ENTITY biblatex-download-ftp    "">
    17   <!ENTITY biblatex-md5sum          "0b530b1ad0f7a0ffb05b759df5b980d6">
     17  <!ENTITY biblatex-md5sum          "bc08cbfe976b326774a6ba3e1f6b5efc">
    1818  <!ENTITY biblatex-size            "19 MB">
    1919
     
    129129      <!-- Unicode::GCstring is part of Unicode::LineBreak -->
    130130      <xref linkend="perl-unicode-linebreak"/>
     131      <xref linkend="perl-unicode-normalize"/>
    131132      <xref linkend="perl-xml-libxml-simple"/>
    132133      <xref linkend="perl-xml-libxslt"/>
     
    160161        <command>./Build installdeps</command>
    161162      </para>
    162 
     163<!--
    163164      <para>
    164165        If you run <command>./Build.PL</command> under versions of
     
    171172        and use the standard <xref linkend="perl-standard-install"/>
    172173        to install it if you wish. Further details are in the User Notes.
    173       </para>
     174      </para>-->
    174175    </note>
    175176
     
    185186    commands:</para>
    186187
    187 <screen><userinput>sed -i 's/ 44/ 43/' t/bcfvalidation.t &amp;&amp;
    188 perl ./Build.PL &amp;&amp;
     188<!--<screen><userinput>sed -i 's/ 44/ 43/' t/bcfvalidation.t &amp;&amp;-->
     189<screen><userinput>perl ./Build.PL &amp;&amp;
    189190./Build</userinput></screen>
    190191
    191192    <para>To test the results, enter: <command>./Build test</command> - you will
    192     require the en_GB.UTF-8 and sv_SE.UTF-8 locales. One test
    193     will fail : for speed the tests use system locales instead of the default
    194     Unicode::Collation algorithm, and some minor details of the locales in OSX
    195     (where development takes place) differ from those in
    196     <application>glibc</application></para>
     193    require the en_GB.UTF-8 and sv_SE.UTF-8 locales. Some tests will fail : for
     194    speed the tests use system locales instead of the default Unicode::Collation
     195    algorithm, and some minor details of the locales in OSX (where development
     196    takes place) differ from those in <application>glibc</application></para>
    197197
    198198    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    206206  <sect2 role="commands">
    207207    <title>Command Explanations</title>
    208 
     208<!--
    209209    <para>
    210210      <parameter>sed -i 's/ 44/ 43/' t/bcfvalidation.t</parameter>: Although
    211211      the git master branch has 44 pairs of files for this test, the shipped
    212212      tarball only contains 43. The sed prevents it reporting a failure.
    213     </para>
     213    </para>-->
    214214
    215215    <para>
     
    238238        <seg>biber</seg>
    239239        <seg>None</seg>
    240         <seg>/usr/lib/site_perl/5.*/Biber</seg>
     240        <seg>/usr/lib/perl5/site_perl/5.*{,/&lt;arch&gt;-linux/auto}/Biber</seg>
    241241      </seglistitem>
    242242    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.