Changeset c358685 for xsoft


Ignore:
Timestamp:
08/26/2015 11:32:10 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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:
bbacc9a
Parents:
b9a81999
Message:
  • Update to dbus-1.10.0.
  • Update to Archive-Zip-1.50.
  • Update to fontforge-20150824.
  • Update to cups-filters-1.0.74.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/fontforge.xml

    rb9a81999 rc358685  
    88  <!ENTITY fontforge-download-http "https://github.com/fontforge/fontforge/releases/download/&fontforge-version;/fontforge-&fontforge-version;.tar.gz">
    99  <!ENTITY fontforge-download-ftp  " ">
    10   <!ENTITY fontforge-md5sum        "a68cd6797e2e5fb0aa88a33bbe15315b">
    11   <!ENTITY fontforge-size          "120 MB">
    12   <!ENTITY fontforge-buildsize     "406 MB (with tests)">
    13   <!ENTITY fontforge-time          "2.4 SBU (with tests)">
     10  <!ENTITY fontforge-md5sum        "74c49c73822d642b0511718d8eeb2210">
     11  <!ENTITY fontforge-size          "20 MB">
     12  <!ENTITY fontforge-buildsize     "243 MB (without tests)">
     13  <!ENTITY fontforge-time          "1.5 SBU (without tests)">
    1414]>
    1515
     
    8080    <para role="required">
    8181      <xref linkend="freetype2"/>,
    82       <xref linkend="git"/>,
    8382      <xref linkend="glib2"/>,  and
    8483      <xref linkend="libxml2"/>
     
    123122    </para>
    124123
    125 <screen><userinput>rm -rf libltdl &amp;&amp;
    126 rm m4/argz.m4  &amp;&amp;
    127 ./bootstrap    &amp;&amp;
     124<screen><userinput>sed -e '/Exec/ s/fontforge/&amp; -new/' \
     125    -i desktop/fontforge.desktop    &amp;&amp;
     126
    128127./configure --prefix=/usr     \
    129128            --enable-gtk2-use \
     
    142141<screen role="root"><userinput>make install</userinput></screen>
    143142
    144     <note>
    145       <para>
    146         <application>Fontforge</application> needs to be started from command
    147         line, for some desktop environments and window managers.
    148       </para>
    149     </note>
    150 
    151143  </sect2>
    152144
     
    155147
    156148    <para>
    157       <command>rm -rf libltdl ... ./bootstrap</command>:
    158       These commands work around the old version of libtool in the source,
    159       and the idiosyncracies of the bootstrap command, to allow it to build with
    160       current libtool where some files have been renamed.
     149      <command>sed ... -i desktop/fontforge.desktop</command>: Workaround to
     150      start <command>fontforge</command>, due to a bug in the splash screen. If
     151      you wish to start from a terminal, either use
     152      <command>fontforge -new</command>, or press Ctrl-C once, after the splash
     153      screen appears.
    161154    </para>
    162155
     
    189182        </seg>
    190183        <seg>
    191           /usr/include/fontforge,
    192           /usr/share/doc/fontforge-&fontforge-version; and
    193           /usr/share/fontforge
     184          /usr/{include,share}/fontforge and
     185          /usr/share/doc/fontforge-&fontforge-version;
    194186        </seg>
    195187      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.