Ignore:
Timestamp:
03/29/2016 02:46:44 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
9cb59b68
Parents:
9000d29
Message:

Update GNOME Applications to version 3.20.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gedit.xml

    r9000d29 ra8e3f808  
    55  %general-entities;
    66
    7   <!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-minor-18;/gedit-&gedit-version;.tar.xz">
    8   <!ENTITY gedit-download-ftp  "&gnome-download-ftp;/gedit/&gnome-minor-18;/gedit-&gedit-version;.tar.xz">
    9   <!ENTITY gedit-md5sum        "f42f979245daf2115f9741c1d4ebd3d1">
    10   <!ENTITY gedit-size          "2.9 MB">
    11   <!ENTITY gedit-buildsize     "94 MB">
    12   <!ENTITY gedit-time          "1 SBU">
     7  <!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-minor-20;/gedit-&gedit-version;.tar.xz">
     8  <!ENTITY gedit-download-ftp  "&gnome-download-ftp;/gedit/&gnome-minor-20;/gedit-&gedit-version;.tar.xz">
     9  <!ENTITY gedit-md5sum        "7ab2aa45c232c1fdf44f981455b0dac8">
     10  <!ENTITY gedit-size          "3.0 MB">
     11  <!ENTITY gedit-buildsize     "73 MB">
     12  <!ENTITY gedit-time          "0.9 SBU">
    1313]>
    1414
     
    8383    <bridgehead renderas="sect4">Recommended</bridgehead>
    8484    <para role="recommended">
    85       <xref linkend="enchant"/>,
    8685      <xref linkend="gvfs"/> (runtime),
    8786      <xref linkend="iso-codes"/>,
     
    9594      <xref linkend="gtk-doc"/>,
    9695      <xref linkend="vala"/>, and
     96      <ulink url="http://ftp.acc.umu.se/pub/gnome/sources/gspell/">gspell</ulink>
    9797      <ulink url="http://launchpad.net/zeitgeist">zeitgeist</ulink>
    9898    </para>
     
    111111    </para>
    112112
    113 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     113<screen><userinput>./configure --prefix=/usr --disable-spell &amp;&amp;
    114114make</userinput></screen>
    115115
     
    132132      <option>--disable-spell</option>: Use this switch to disable
    133133      spell-checking capability. It is required if
    134       <application>Enchant</application> is not installed.
     134      <application>gspell</application> is not installed.
    135135    </para>
    136136
Note: See TracChangeset for help on using the changeset viewer.