Changeset 59e61f7
- Timestamp:
- 06/03/2015 08:36:53 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7835442
- Parents:
- 98c79da
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r98c79da r59e61f7 48 48 <para>June 3rd, 2015</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[ken] - Update to biblatex-biber-2.1a, Fixes 52 <ulink url="&blfs-ticket-root;6496">#6496</ulink>.</para> 53 </listitem> 50 54 <listitem> 51 55 <para>[fernando] - Update to qt-5.4.2. Fixes -
packages.ent
r98c79da r59e61f7 761 761 in asymptote (above) and xindy --> 762 762 <!ENTITY texlive-year "2014"> 763 <!ENTITY biber-version "2. 0">763 <!ENTITY biber-version "2.1a"> 764 764 <!ENTITY biblatex-version "3.0"> 765 765 <!ENTITY xindy-version "2.5.1"> -
pst/typesetting/biber.xml
r98c79da r59e61f7 5 5 %general-entities; 6 6 7 <!-- please keep the alternative http, with one of them commented, so that 8 a tarball can always be downloaded by a user even if anduin is not yet updated \-\-> 7 9 <!ENTITY biber-download-http "&sources-anduin-http;/b/biblatex-biber-&biber-version;.tar.xz"> 10 --> 11 <!-- please edit this one to point to wherever you uploaded --> 12 <!ENTITY biber-download-http "http://www.linuxfromscratch.org/~ken/tmp/biblatex-biber-&biber-version;.tar.xz"> 8 13 <!ENTITY biber-download-ftp "&sources-anduin-ftp;/b/biblatex-biber-&biber-version;.tar.xz"> 9 <!ENTITY biber-md5sum " 7bb4c983243d12f0791bcc123c11178d">10 <!ENTITY biber-size "1. 3MB">14 <!ENTITY biber-md5sum "bf5191099887a652105ee9bf08bcf958"> 15 <!ENTITY biber-size "1.4 MB"> 11 16 <!-- buildsize includes the installed biblatex --> 12 <!ENTITY biber-buildsize " 38MB">17 <!ENTITY biber-buildsize "40 MB"> 13 18 <!ENTITY biber-time "less than 0.1 SBU (0.5 SBU to run the tests)"> 14 19 … … 40 45 <application>Perl</application>. Upstream prefers to provide binaries 41 46 and no longer offers a source tarball, so that has been taken from the 42 tagged version in the git tree.</para> 43 44 &lfs77_checked; &gcc5_checked; 47 git tree : see the file <filename>Fixes-from-git</filename> to see 48 which changes (since 2.1 was tagged) have been included.</para> 49 50 &gcc5_checked; 45 51 46 52 <bridgehead renderas="sect3">Package Information</bridgehead> … … 154 160 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 155 161 156 <screen role="root"><userinput>tar -xf ../biblatex-&biblatex-version; a.tds.tgz -C /opt/texlive/&texlive-year;/texmf-dist &&162 <screen role="root"><userinput>tar -xf ../biblatex-&biblatex-version;.tds.tgz -C /opt/texlive/&texlive-year;/texmf-dist && 157 163 texhash && 158 164 ./Build install</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.