Ignore:
Timestamp:
07/10/2016 08:18:47 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Parents:
b2e07d20
Message:

Finished Updating GNOME and completed GNOME Merge, as well as some tags and typo fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17584 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gedit.xml

    rb2e07d20 r937c279  
    55  %general-entities;
    66
    7   <!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-minor14;/gedit-&gedit-version;.tar.xz">
    8   <!ENTITY gedit-download-ftp  "&gnome-download-ftp;/gedit/&gnome-minor14;/gedit-&gedit-version;.tar.xz">
    9   <!ENTITY gedit-md5sum        "267beb4476f48a106fb693bb55819caf">
    10   <!ENTITY gedit-size          "2.8 MB">
    11   <!ENTITY gedit-buildsize     "95 MB">
    12   <!ENTITY gedit-time          "0.9 SBU">
     7  <!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-minor20;/gedit-&gedit-version;.tar.xz">
     8  <!ENTITY gedit-download-ftp  "&gnome-download-ftp;/gedit/&gnome-minor20;/gedit-&gedit-version;.tar.xz">
     9  <!ENTITY gedit-md5sum        "39d3278c6b107008051a2e75ae459520">
     10  <!ENTITY gedit-size          "3.0 MB">
     11  <!ENTITY gedit-buildsize     "96 MB">
     12  <!ENTITY gedit-time          "1.0 SBU">
    1313]>
    1414
     
    3535    </para>
    3636
    37     &lfs77_checked;
     37    &lfs79_checked;&gcc6_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8383    <bridgehead renderas="sect4">Recommended</bridgehead>
    8484    <para role="recommended">
    85       <xref linkend="enchant"/>,
    8685      <xref linkend="iso-codes"/>,
    8786      <xref linkend="libsoup"/>,
     
    9392    <bridgehead renderas="sect4">Optional</bridgehead>
    9493    <para role="optional">
    95       <xref linkend="gtk-doc"/>
     94      <xref linkend="gtk-doc"/> and
     95      <ulink url="&gnome-download-http;/gspell/">gspell</ulink>
    9696    </para>
    9797
     
    114114    </para>
    115115
    116 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     116<screen><userinput>./configure --prefix=/usr --disable-spell &amp;&amp;
    117117make</userinput></screen>
    118118
     
    135135      <option>--disable-spell</option>: Use this switch to disable
    136136      spell-checking capability. It is required if
    137       <application>Enchant</application> is not installed.
     137      <application>gspell</application> is not installed.
    138138    </para>
    139139
     
    159159        </seg>
    160160        <seg>
    161           /usr/include/gedit-3.12,
     161          /usr/include/gedit-3.14,
    162162          /usr/lib/gedit,
    163163          /usr/libexec/gedit,
Note: See TracChangeset for help on using the changeset viewer.