Ignore:
Timestamp:
05/07/2016 04:37:10 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
d7bee48
Parents:
54aaa89
Message:

Sync to trunk r17270. Last round for the night.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/fontforge.xml

    r54aaa89 r37191af  
    55  %general-entities;
    66
    7   <!ENTITY fontforge-download-http "https://github.com/fontforge/fontforge/releases/download/&fontforge-version;/fontforge-&fontforge-version;.tar.gz">
     7  <!ENTITY fontforge-download-http "https://github.com/fontforge/fontforge/releases/download/&fontforge-version;/fontforge-dist-&fontforge-version;.tar.gz">
    88  <!ENTITY fontforge-download-ftp  " ">
    9   <!ENTITY fontforge-md5sum        "74c49c73822d642b0511718d8eeb2210">
     9  <!ENTITY fontforge-md5sum        "db98d07cfee624c21d7d6ca37fe0ca14">
    1010  <!ENTITY fontforge-size          "20 MB">
    11   <!ENTITY fontforge-buildsize     "243 MB (without tests)">
    12   <!ENTITY fontforge-time          "1.5 SBU (without tests)">
     11  <!ENTITY fontforge-buildsize     "243 MB (plus an additional 1 MB for the tests)">
     12  <!ENTITY fontforge-time          "1.7 SBU (plus an additional 0.2 SBU for the tests)">
    1313]>
    1414
     
    119119    <title>Installation of FontForge</title>
    120120
     121    <note>
     122      <para>
     123        For this version there is a separate and much larger fontforge tarball
     124        without the -dist- in its name, do not try to use that. The -dist-
     125        version was created a few minutes later, but the version was typo'd
     126        and it will untar to fontforge-2.0-20140101.
     127      </para>
     128    </note>
     129
    121130    <para>
    122131      Install <application>FontForge</application> by running the following
     
    124133    </para>
    125134
    126 <screen><userinput>sed -i 's%naist.jp/pub/NetBSD/packages%netbsd.org/pub/pkgsrc%' \
    127   tests/Makefile.in &amp;&amp;
     135<screen><userinput>sed -i 's/20140101/20160404/g' configure inc/fontforge-config.h \
     136  tests/package.m4 tests/testsuite &amp;&amp;
    128137./configure --prefix=/usr     \
    129138            --enable-gtk2-use \
     
    134143    <para>
    135144      To test the results, issue: <command>make check</command>.
     145      This will download two ttf files.
    136146    </para>
    137147
     
    142152<screen role="root"><userinput>make install</userinput></screen>
    143153
     154<!--
    144155    <note>
    145156      <para>
     
    155166    -i /usr/share/applications/fontforge.desktop</userinput></screen>
    156167    </note>
     168-->
    157169
    158170  </sect2>
     
    162174
    163175    <para>
    164       <parameter>sed -i 's%naist.jp/pub/NetBSD/packages%netbsd.org/pub/pkgsrc%'</parameter>
    165       The tests get the MunhwaGothic-Bold font - it is no longer at that mirror,
    166       so use the primary NetBSD source.
    167     </para>
    168 
    169     <para>
    170       <parameter>--enable-gtk2-use</parameter>: allows to use the GTK+2 graphics
     176      <parameter>sed -i 's/20140101/20160404/g' ...</parameter>:
     177      This changes the typo'd date, particularly in the pkgconfig files
     178      and the log from the tests.
     179    </para>
     180
     181    <para>
     182      <parameter>--enable-gtk2-use</parameter>: uses the GTK+2 graphics
    171183      instead of basic Xorg graphics.
    172184    </para>
Note: See TracChangeset for help on using the changeset viewer.