Changeset 64e1bfa


Ignore:
Timestamp:
12/01/2014 08:07:56 PM (9 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-13485
Children:
dd175a62
Parents:
4237db8
Message:

Updated to fontforge-20141126.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@15104 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • packages.ent

    r4237db8 r64e1bfa  
    589589<!ENTITY balsa-version                "2.5.1">
    590590<!ENTITY ekiga-version                "4.0.1">
    591 <!ENTITY fontforge-version            "2.0.20140101">
     591<!ENTITY fontforge-version            "20141126">
    592592<!ENTITY gparted-version              "0.20.0">
    593593<!ENTITY gnash-version                "0.8.10">
  • xsoft/other/fontforge-systemd.xml

    r4237db8 r64e1bfa  
    55  %general-entities;
    66
    7   <!ENTITY fontforge-download-http "&sources-anduin-other-http;/fontforge-&fontforge-version;.tar.xz">
     7  <!ENTITY fontforge-download-http "https://github.com/fontforge/fontforge/releases/download/20141126/fontforge-2014-11-26-Unix-Source.tar.gz">
    88  <!ENTITY fontforge-download-ftp  " ">
    9   <!ENTITY fontforge-md5sum        "024ebb9dca824154fc19310b675f9d50">
    10   <!ENTITY fontforge-size          "14 MB">
    11   <!ENTITY fontforge-buildsize     "235 MB">
    12   <!ENTITY fontforge-time          "2.2 SBU">
     9  <!ENTITY fontforge-md5sum        "2193a30700a56aa7c466407ac37ce0e3">
     10  <!ENTITY fontforge-size          "119.2 MB">
     11  <!ENTITY fontforge-buildsize     "354.8 MB">
     12  <!ENTITY fontforge-time          "3.9 SBU">
    1313]>
    1414
     
    7373    </itemizedlist>
    7474
    75     <para>
    76       The <application>FontForge</application> tarball specified above was not
    77       generated by the <application>FontForge</application> maintainers. It
    78       was created by the BLFS team by pulling a Git version and then generating
    79       the autotools components and documentation. The BLFS team made no changes
    80       to the existing source files.
    81     </para>
     75    <note>
     76    <para>
     77      The <application>FontForge</application> tarball extracts
     78      to fontforge-20141126.
     79    </para>
     80    </note>
    8281
    8382    <bridgehead renderas="sect3">FontForge Dependencies</bridgehead>
     
    8786      <xref linkend="cairo"/>,
    8887      <xref linkend="freetype2"/>,
     88      <xref linkend="harfbuzz"/>,
     89      <xref linkend="gtk2"/>,     
    8990      <xref linkend="libxml2"/> and
    9091      <xref linkend="xorg7-lib"/>
     
    116117
    117118    <para>
    118       First, fix building with recent versions of <application>Giflib</application>:
    119     </para>
    120 
    121 <screen><userinput>sed "/DGifCloseFile/s:gif:&amp;, NULL:g" -i gutils/gimagereadgif.c</userinput></screen>
    122 
    123     <para>
    124119      Install <application>FontForge</application> by running the following
    125120      commands:
    126121    </para>
    127122
    128 <screen><userinput>./configure --prefix=/usr    \
     123<screen><userinput>./bootstrap --force &amp;&amp;
     124./configure --prefix=/usr    \
    129125            --disable-static \
     126            --enable-gtk2-use \
    130127            --docdir=/usr/share/doc/fontforge-&fontforge-version; &amp;&amp;
    131128make</userinput></screen>
    132129
    133130    <para>
    134       To test the results, issue: <command>make -k check</command>. Test 32
    135       fails for unknown reasons.
     131      To test the results, issue: <command>make -k check</command>.
    136132    </para>
    137133
     
    142138<screen role="root"><userinput>make install</userinput></screen>
    143139
    144     <para>
    145       If desired, install desktop support files as the
    146       <systemitem class="username">root</systemitem> user:
    147     </para>
    148 
    149 <screen role="root"><userinput>rm -rf desktop/icons/src &amp;&amp;
    150 cp -rf desktop/icons/* /usr/share/icons/hicolor &amp;&amp;
    151 install -Dm644 desktop/fontforge.desktop /usr/share/applications/fontforge.desktop &amp;&amp;
    152 install -Dm644 desktop/fontforge.xml /usr/share/mime/packages/fontforge.xml</userinput></screen>
    153140
    154141  </sect2>
  • xsoft/other/other.xml

    r4237db8 r64e1bfa  
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="balsa.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ekiga.xml"/>
    23   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fontforge.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fontforge-systemd.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gimp-systemd.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnash.xml"/>
Note: See TracChangeset for help on using the changeset viewer.