Changeset 8404399 for postlfs


Ignore:
Timestamp:
03/30/2021 01:57:21 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
4f9e6ae5
Parents:
7631327
Message:

Update to pango-1.48.4
Update to xterm-367
Update to cups-filters-1.28.8
Update to emacs-27.2
Update to python-dbusmock-0.23.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/emacs.xml

    r7631327 r8404399  
    88  <!ENTITY emacs-download-ftp  "&gnu-ftp;/emacs/emacs-&emacs-version;.tar.xz">
    99  <!ENTITY emacs-download-ftp  " ">
    10   <!ENTITY emacs-md5sum        "f1f25356b68ec69caccd41d95988d23d">
    11   <!ENTITY emacs-size          "42 MB">
    12   <!ENTITY emacs-buildsize     "480 MB">
    13   <!ENTITY emacs-time          "0.7 SBU (Using parallelism=4)">
     10  <!ENTITY emacs-md5sum        "4c3d9ff35b2ab2fe518dc7eb3951e128">
     11  <!ENTITY emacs-size          "43 MB">
     12  <!ENTITY emacs-buildsize     "620 MB">
     13  <!ENTITY emacs-time          "0.6 SBU (Using parallelism=4)">
    1414]>
    1515
     
    7676    <bridgehead renderas="sect4">Recommended</bridgehead>
    7777    <para role="recommended">
     78      <xref linkend="harfbuzz"/>,
    7879      <xref linkend="giflib"/>,
    79       <xref linkend="gnutls"/>, and
     80      <xref linkend="gnutls"/>,
     81      <xref linkend="jansson"/>, and
    8082      <xref linkend="libtiff"/>
    8183    </para>
     
    8587      <xref linkend="x-window-system"/>,
    8688      <xref linkend="alsa-lib"/>,
     89      <xref linkend="cairo"/>,
    8790      <xref linkend="dbus"/>,
    8891      <xref linkend="GConf"/>,
     
    9295      <xref role="nodep" linkend="gtk2"/> or <xref linkend="gtk3"/>,
    9396      <xref linkend="imagemagick"/>,
    94       <xref linkend="jansson"/>, <!-- for JSON support -->
     97      <xref linkend="lcms2"/>,
    9598      <xref linkend="libjpeg"/>,
    9699      <xref linkend="libpng"/>,
     
    101104      <ulink url="&gnu-http;/intlfonts/">intlfonts</ulink>,
    102105      <ulink url="http://directory.fsf.org/wiki/Libungif">libungif</ulink>,
    103       <ulink url="http://www.nongnu.org/m17n/">libotf</ulink> and
     106      <ulink url="http://www.nongnu.org/m17n/">libotf</ulink>, and
    104107      <ulink url="http://www.nongnu.org/m17n/">m17n-lib</ulink> - to correctly
    105108      display such complex scripts as Indic and Khmer, and also for scripts
    106       that require Arabic shaping support (Arabic and Farsi), and
     109      that require Arabic shaping support (Arabic and Farsi),
     110      <ulink url="https://mailutils.org/">mailutils</ulink>, and
    107111      <ulink url="&xorg-download-http;/lib/">libXaw3d</ulink>
    108112    </para>
     
    121125    </para>
    122126
    123 <screen><userinput>./configure --prefix=/usr --localstatedir=/var &amp;&amp;
     127<screen><userinput>./configure --prefix=/usr &amp;&amp;
    124128make</userinput></screen>
    125129<!-- make bootstrap only necessary for development versions obtained with git
     
    152156    <title>Command Explanations</title>
    153157
    154     <para>
    155       <parameter>--localstatedir=/var</parameter>: Create game score files
     158    <!-- With 27.2, it writes scores to ~/.emacs.d/games
     159    <para>
     160      <parameter>- -localstatedir=/var</parameter>: Create game score files
    156161      in <filename class='directory'>/var/games/emacs</filename> instead
    157162      of <filename class='directory'>/usr/var/games/emacs</filename>.
    158163    </para>
     164    -->
    159165
    160166    <para>
     
    177183      <option>--with-gnutls=no</option>: Use this if you have not installed
    178184      <xref linkend="gnutls"/>.
     185    </para>
     186
     187    <para>
     188      <option>--without-harfbuzz</option>: Use this if you have not installed
     189      <xref linkend="harfbuzz"/>.
     190    </para>
     191
     192    <para>
     193      <option>--with-json=no</option>: Use this if you have not installed
     194      <xref linkend="jansson"/>.
    179195    </para>
    180196
     
    194210             emacs (symlink),
    195211             emacs-&emacs-version;,
    196              emacsclient,
    197              etags, and
    198              grep-changelog</seg>
     212             emacsclient, and
     213             etags</seg>
    199214        <seg>None</seg>
    200         <seg>/usr/libexec/emacs,
    201              /usr/share/emacs, and
    202              /var/games/emacs</seg>
     215        <seg>/usr/libexec/emacs and
     216             /usr/share/emacs</seg>
    203217      </seglistitem>
    204218    </segmentedlist>
     
    273287      </varlistentry>
    274288
     289<!-- Not seen with 27.2
    275290      <varlistentry id="grep-changelog">
    276291        <term><command>grep-changelog</command></term>
     
    285300        </listitem>
    286301      </varlistentry>
     302-->
    287303<!--
    288304      <varlistentry id="rcs-checkin">
Note: See TracChangeset for help on using the changeset viewer.