Changeset 1c1ea70f


Ignore:
Timestamp:
05/11/2017 02:00:11 AM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
b6a8577d
Parents:
7ab0957e
Message:

graphite2-1.3.10

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/graphite2.xml

    r7ab0957e r1c1ea70f  
    88           "https://github.com/silnrsi/graphite/releases/download/&graphite2-version;/graphite2-&graphite2-version;.tgz">
    99  <!ENTITY graphite2-download-ftp  " ">
    10   <!ENTITY graphite2-md5sum        "17e6a3b1a88c100c9e3fc0763c85d269">
    11   <!ENTITY graphite2-size          "3.7 MB">
    12   <!ENTITY graphite2-buildsize     "21 MB (with tests, add 6 MB for docs)">
    13   <!ENTITY graphite2-time          "0.3 SBU (with tests, add 0.1 SBU for docs)">
     10  <!ENTITY graphite2-md5sum        "b39d5ed21195f8b709bcee548c87e2b5">
     11  <!ENTITY graphite2-size          "3.8 MB">
     12  <!ENTITY graphite2-buildsize     "21 MB (with tests, add 1.5 MB for docs)">
     13  <!ENTITY graphite2-time          "0.2 SBU (with tests, add 0.1 SBU for docs)">
    1414]>
    1515
     
    168168    </para>
    169169
    170 <screen role="root"><userinput>install -v -d -m755 /usr/share/doc/graphite2-&graphite2-version;/api &amp;&amp;
     170<screen role="root"><userinput>install -v -d -m755 /usr/share/doc/graphite2-&graphite2-version; &amp;&amp;
     171<!-- doc/doxygen seems to have gone, so I removed the api dir, but now both html
     172and pdf for the GTF and the manual
    171173cp      -v -r -f    doc/doxygen/{html,latex/refman.pdf} \
    172                     /usr/share/doc/graphite2-&graphite2-version;/api &amp;&amp;
    173 cp      -v -r -f    doc/{GTF,manual}.html \
     174                    /usr/share/doc/graphite2-&graphite2-version;/api &amp;&amp;-->
     175cp      -v -f    doc/{GTF,manual}.html \
     176                    /usr/share/doc/graphite2-&graphite2-version; &amp;&amp;
     177cp      -v -f    doc/{GTF,manual}.pdf \
    174178                    /usr/share/doc/graphite2-&graphite2-version;</userinput></screen>
    175179
  • introduction/welcome/changelog.xml

    r7ab0957e r1c1ea70f  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Update to graphite2-1.3.10. Fixes
     49          <ulink url="&blfs-ticket-root;9200">#9200</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[ken] - Remove spurious '&amp;&amp;' at the end of
    4953          the texlive instructions, and clarify that the shared
  • packages.ent

    r7ab0957e r1c1ea70f  
    186186<!ENTITY gegl-version                 "0.3.14">
    187187<!ENTITY giflib-version               "5.1.4">
    188 <!ENTITY graphite2-version            "1.3.9">
     188<!ENTITY graphite2-version            "1.3.10">
    189189<!ENTITY harfbuzz-version             "1.4.6">
    190190<!ENTITY ijs-version                  "0.35">
Note: See TracChangeset for help on using the changeset viewer.