Changeset 6a1a657 for pst


Ignore:
Timestamp:
01/18/2021 08:19:43 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
d957ec1
Parents:
079d8530
Message:

Update to biber-2.16 and update remaining perl dependant modules.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/biber.xml

    r079d8530 r6a1a657  
    1313  <!ENTITY biber-download-http "https://github.com/plk/biber/archive/v&biber-version;/biber-&biber-version;.tar.gz">
    1414  <!ENTITY biber-download-ftp  " ">
    15   <!ENTITY biber-md5sum        "3c964253bcab6c0af9acd3d2b3f501c2">
     15  <!ENTITY biber-md5sum        "fafae81d8ae67314692e2b646024fa98">
    1616  <!ENTITY biber-size          "1.6 MB">
    1717  <!-- Buildsize includes the installed biblatex, except that what matters is
     
    1919    minimal. Copy full texmf to somewhere for working, measure with du -shm,
    2020    then install biblatex over the top of it and remeasure.
    21     For 3.15a, texmf grows by 2MB -->
    22   <!ENTITY biber-buildsize     "18 MB">
    23   <!ENTITY biber-time          "0.4 SBU including tests">
     21    For 3.16, texmf grows by 3MB -->
     22  <!ENTITY biber-buildsize     "18 MB"> <!-- 14+1.6 rounds to 15M, add 3M for biblatex in texmf-->
     23  <!ENTITY biber-time          "0.5 SBU including tests">
    2424
    2525  <!-- Check path.  Directory might not be &biblatex-version; if a suffixed update -->
    26   <!-- for normal unsuffixed version:
    27   <!ENTITY biblatex-download-http   "http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz"> -->
    28   <!ENTITY biblatex-download-http   "http://sourceforge.net/projects/biblatex/files/biblatex-3.15/biblatex-&biblatex-version;.tds.tgz">
     26  <!-- for normal unsuffixed version: e.g. for 3.15a
     27  <!ENTITY biblatex-download-http   "http://sourceforge.net/projects/biblatex/files/biblatex-3.15/biblatex-&biblatex-version;.tds.tgz"> -->
     28  <!ENTITY biblatex-download-http   "http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz">
    2929  <!ENTITY biblatex-download-ftp    "">
    30   <!ENTITY biblatex-md5sum          "f27db2896d485c2c138fcc42e03a2f1c">
     30  <!ENTITY biblatex-md5sum          "30342c8ef5309e838968fcb06a314a36">
    3131  <!ENTITY biblatex-size            "20 MB">
    3232
     
    148148    </note>
    149149
    150     <bridgehead renderas="sect3">Required Additional Downloads</bridgehead>
     150    <bridgehead renderas="sect3">Required Additional Download</bridgehead>
    151151
    152152    <itemizedlist spacing="compact">
     
    169169        </para>
    170170      </listitem>
    171      <listitem>
     171 <!-- <listitem>
    172172        <para>
    173173          Required patch:
    174174          <ulink url="&patch-root;/biber-&biber-version;-test_fixes-1.patch"/>
    175175        </para>
    176       </listitem>
     176      </listitem>-->
    177177    </itemizedlist>
    178178
     
    267267    </para>
    268268
    269     <para>
     269<!--<para>
    270270      First apply a patch so that the testsuite will pass with
    271271      the changes to hash formats in Unicode::Collates-1.29:
    272272    </para>
    273273
    274 <screen><userinput remap="pre">patch -p1 -i ../biber-&biber-version;-test_fixes-1.patch</userinput></screen>
     274<screen><userinput remap="pre">patch -p1 -i ../biber-&biber-version;-test_fixes-1.patch</userinput></screen>-->
    275275
    276276<screen><userinput>perl ./Build.PL &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.