Changeset 6608c8f


Ignore:
Timestamp:
04/11/2015 06:04:17 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:
6973d03
Parents:
e5f104a
Message:

Update to emacs-24.5.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re5f104a r6608c8f  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Update to emacs-24.5. Fixes
     52          <ulink url="&blfs-ticket-root;6388">#6388</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - Certificate Authority Certificates statistics:
    5256          update and s/Bundle/Certificate/.</para>
  • packages.ent

    re5f104a r6608c8f  
    5454<!ENTITY bluefish-version             "2.2.7">
    5555<!ENTITY ed-version                   "1.11">
    56 <!ENTITY emacs-version                "24.4">
     56<!ENTITY emacs-version                "24.5">
    5757<!ENTITY joe-version                  "4.0">
    5858<!ENTITY nano-version                 "2.4.0">
  • postlfs/editors/emacs.xml

    re5f104a r6608c8f  
    55  %general-entities;
    66
    7   <!ENTITY emacs-download-http "http://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.xz">
     7  <!ENTITY emacs-download-http "https://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.xz">
    88  <!ENTITY emacs-download-ftp  "ftp://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.xz">
    9   <!ENTITY emacs-md5sum        "ad487658ad7421ad8d7b5152192eb945">
     9  <!ENTITY emacs-md5sum        "50560ee00bac9bb9cf0e822764cd0832">
    1010  <!ENTITY emacs-size          "38 MB">
    11   <!ENTITY emacs-buildsize     "426 MB">
    12   <!ENTITY emacs-time          "1.4 SBU">
     11  <!ENTITY emacs-buildsize     "477 MB">
     12  <!ENTITY emacs-time          "1.2 SBU">
    1313]>
    1414
     
    6464      <xref linkend="alsa-lib"/>,
    6565      <xref linkend="dbus"/>,
     66      <xref linkend="GConf"/>,
     67      <xref linkend="giflib"/>,
    6668      <xref linkend="gnutls"/>,
    6769      <xref linkend="gobject-introspection"/>,
     70      <xref linkend="gsettings-desktop-schemas"/>,
    6871      <xref linkend="gpm"/>,
    6972      <xref linkend="gtk2"/> or <xref linkend="gtk3"/>,
     
    7275      <xref linkend="libpng"/>,
    7376      <xref linkend="librsvg"/>,
    74       <xref linkend="libtiff"/>, and
    75       <ulink url="http://directory.fsf.org/wiki/Libungif">libungif</ulink>
     77      <xref linkend="libtiff"/>,
     78      <xref linkend="mitkrb"/>,
     79      <ulink url="https://ftp.gnu.org/gnu/intlfonts/">intlfonts</ulink>,
     80      <ulink url="http://directory.fsf.org/wiki/Libungif">libungif</ulink>,
     81      <ulink url="http://www.nongnu.org/m17n/">libotf</ulink> and
     82      <ulink url="http://www.nongnu.org/m17n/">m17n-lib</ulink> - to correctly
     83      display such complex scripts as Indic and Khmer, and also for scripts
     84      that require Arabic shaping support (Arabic and Farsi), and
     85      <ulink url="http://ftp.x.org/pub/individual/lib/">libXaw3d</ulink>
    7686    </para>
    7787
     
    8797    commands:</para>
    8898
    89 <screen><userinput>./configure --prefix=/usr         \
    90             --with-gif=no         \
    91             --localstatedir=/var  &amp;&amp;
     99<screen><userinput>./configure --prefix=/usr        \
     100            --localstatedir=/var &amp;&amp;
    92101make bootstrap</userinput></screen>
    93102
    94     <para>This package does not come with a test suite.</para>
     103    <para>
     104      This package does not come with a test suite. If make succeeds, you can
     105      test the result running <command>src/emacs -Q</command>, which is the
     106      program that will be installed, with its auxiliary files. This should
     107      start and display the application opening screen.
     108    </para>
    95109
    96110    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    99113chown -v -R root:root /usr/share/emacs/&emacs-version;</userinput></screen>
    100114
    101     <para>If you have <xref linkend="gtk2"/> or <xref linkend="gtk3"/>
    102     installed, run, as <systemitem class="username">root</systemitem> user:</para>
    103 
    104 <screen role="root"><userinput>gtk-update-icon-cache -qf /usr/share/icons/hicolor</userinput></screen>
     115    <para>
     116
     117      This package installs icon files into the <filename
     118      class="directory">/usr/share/icons/hicolor</filename> hierarchy and
     119      desktop files into the <filename
     120      class="directory">/usr/share/applications</filename> hierarchy. You
     121      can improve system performance and memory usage by updating
     122      <filename>/usr/share/icons/hicolor/icon-theme.cache</filename> and
     123      <filename>/usr/share/applications/mimeinfo.cache</filename>. To
     124      perform the update you must have <xref linkend="gtk2"/> or <xref
     125      linkend="gtk3"/> installed (for the icon cache) and <xref
     126      linkend="desktop-file-utils"/> (for the desktop cache) and issue
     127      the following commands as the <systemitem
     128      class="username">root</systemitem> user:
     129
     130    </para>
     131
     132<screen role="root"><userinput>gtk-update-icon-cache -t -f --include-image-data /usr/share/icons/hicolor &amp;&amp;
     133update-desktop-database</userinput></screen>
    105134
    106135  </sect2>
     
    108137  <sect2 role="commands">
    109138    <title>Command Explanations</title>
    110 
    111     <para><option>--with-gif=no</option>: This option is required if
    112     <ulink url="http://directory.fsf.org/wiki/Libungif">libungif</ulink>
    113     is not installed.</para>
    114 
    115     <para><option>--libexecdir=/usr/lib</option>: Place library
    116     executables in a Filesystem Hierarchy Standard (FHS) location.</para>
    117139
    118140    <para><option>--localstatedir=/var</option>: Create game score files
     
    133155        <seg>ctags,
    134156             ebrowse,
    135              emacs,
     157             emacs (symlink),
    136158             emacs&emacs-version;,
    137159             emacsclient,
Note: See TracChangeset for help on using the changeset viewer.