Changeset 0f0774a for xsoft


Ignore:
Timestamp:
04/11/2016 08:34:16 PM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 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, nosym, 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:
096aa70
Parents:
594df26
Message:

Update to fontforge-dist-20160404, mutt-1.6.0, xf86-video-ati-7.7.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/fontforge.xml

    r594df26 r0f0774a  
    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- version
     125        was created a few minutes later, but the version was typo'd and it will
     126        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
    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    <!-- seems to be ok now
    144155    <note>
    145156      <para>
     
    154165<screen role="root"><userinput>sed -e '/Exec/ s/fontforge/&amp; -new/' \
    155166    -i /usr/share/applications/fontforge.desktop</userinput></screen>
    156     </note>
     167    </note>-->
    157168
    158169  </sect2>
     
    162173
    163174    <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
     175      <parameter>sed -i 's/20140101/20160404/g' ...</parameter> : This changes
     176      the typo'd date, particularly in the pkgconfig files and the log from the
     177      tests.
     178    </para>
     179
     180    <para>
     181      <parameter>--enable-gtk2-use</parameter>: uses the GTK+2 graphics
    171182      instead of basic Xorg graphics.
    172183    </para>
Note: See TracChangeset for help on using the changeset viewer.