Changeset f6cbe88 for xsoft


Ignore:
Timestamp:
10/17/2016 07:13:07 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
9ce4262f
Parents:
c94c03e
Message:

Update to fontforge-dist-20161004.
Update to cups-2.2.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/fontforge.xml

    rc94c03e rf6cbe88  
    55  %general-entities;
    66
    7   <!ENTITY fontforge-download-http "https://github.com/fontforge/fontforge/releases/download/&fontforge-version;/fontforge-dist-&fontforge-version;.tar.gz">
     7<!-- Note:  Be careful with url.  The 20161005 is one day greater than
     8     the version. -->
     9
     10  <!ENTITY fontforge-download-http "https://github.com/fontforge/fontforge/releases/download/20161005/fontforge-dist-&fontforge-version;.tar.gz">
    811  <!ENTITY fontforge-download-ftp  " ">
    9   <!ENTITY fontforge-md5sum        "db98d07cfee624c21d7d6ca37fe0ca14">
     12  <!ENTITY fontforge-md5sum        "15c0d785112dc7f1884df357f79def47">
    1013  <!ENTITY fontforge-size          "20 MB">
    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)">
     14  <!ENTITY fontforge-buildsize     "189 MB (with tests)">
     15  <!ENTITY fontforge-time          "1.9 SBU (with tests)">
    1316]>
    1417
     
    118121  <sect2 role="installation">
    119122    <title>Installation of FontForge</title>
    120 
     123<!--
    121124    <note>
    122125      <para>
     
    127130      </para>
    128131    </note>
    129 
     132-->
    130133    <para>
    131134      Install <application>FontForge</application> by running the following
     
    133136    </para>
    134137
    135 <screen><userinput>sed -i 's/20140101/20160404/g' configure inc/fontforge-config.h \
    136                                tests/package.m4 tests/testsuite
    137 ./configure --prefix=/usr     \
     138<screen><userinput>./configure --prefix=/usr     \
    138139            --enable-gtk2-use \
    139140            --disable-static  \
     
    152153<screen role="root"><userinput>make install</userinput></screen>
    153154
    154     <!-- seems to be ok now
    155     <note>
    156       <para>
    157         <application>Fontforge</application> may need a workaround to start,
    158         due to a bug in the splash screen. If you wish to start from a
    159         terminal, either issue <command>fontforge -new</command>, or, after
    160         issuing <command>fontforge</command>, press Ctrl-C once, after the
    161         splash screen appears.  For the menu, make the following substitution,
    162         as the <systemitem class="username">root</systemitem> user:
    163       </para>
    164 
    165 <screen role="root"><userinput>sed -e '/Exec/ s/fontforge/&amp; -new/' \
    166     -i /usr/share/applications/fontforge.desktop</userinput></screen>
    167     </note>-->
    168 
    169155  </sect2>
    170156
    171157  <sect2 role="commands">
    172158    <title>Command Explanations</title>
    173 
    174     <para>
    175       <command>sed -i 's/20140101/20160404/g' ...</command> : This changes
    176       the typo'd date, particularly in the pkgconfig files and the log from the
    177       tests.
    178     </para>
    179159
    180160    <para>
Note: See TracChangeset for help on using the changeset viewer.