Changeset 90c160c for postlfs/editors


Ignore:
Timestamp:
07/13/2014 02:57:01 PM (10 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.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
179d8abc
Parents:
b3cc6d3
Message:

Update to nano-2.3.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/nano.xml

    rb3cc6d3 r90c160c  
    77  <!ENTITY nano-download-http "http://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz">
    88  <!ENTITY nano-download-ftp  "ftp://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz">
    9   <!ENTITY nano-md5sum        "9cd0a974c7edfdf0f4cb92d1f79d6510">
     9  <!ENTITY nano-md5sum        "a771f6283ac1edee8e5486209910c829">
    1010  <!ENTITY nano-size          "1.8 MB">
    1111  <!ENTITY nano-buildsize     "11 MB">
     
    9090    commands:</para>
    9191
    92 <screen><userinput>./configure --prefix=/usr     \
     92<screen><userinput>sed -i '/dnl Silence/,+3d' configure.ac &amp;&amp;<!-- already commited upstream, remove it and the entry in Command Explanations, in next update-->
     93autoreconf -fiv &amp;&amp;
     94./configure --prefix=/usr     \
    9395            --sysconfdir=/etc \
    9496            --enable-utf8     \
     
    114116
    115117    <para>
    116       <option>--enable-utf8</option>: This switch enables unicode support
     118      <command>sed -i '/dnl Silence/,+3d' configure.ac</command>: Fixes the
     119      directory <filename class="directory">locale</filename> to be placed under
     120      <filename class="directory">/usr/share</filename>.
     121    </para>
     122
     123    <para>
     124      <parameter>--enable-utf8</parameter>: This switch enables unicode support
    117125      in <application>Nano</application>.
    118126    </para>
    119127
    120128    <para>
    121       <parameter>--with-slang</parameter>: This forces
    122       <application>Nano</application> to use <application>S-Lang</application>.
     129      <option>--with-slang</option>: This forces <application>Nano</application>
     130      to use <application>S-Lang</application>.
    123131      Use this if installed.
    124132    </para>
Note: See TracChangeset for help on using the changeset viewer.