Ignore:
Timestamp:
09/26/2012 07:42:38 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 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, gnome, 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:
51a1ba3
Parents:
b0369f3
Message:

GNOME 3.6 Part 9.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gedit.xml

    rb0369f3 r1ca1a68f  
    55  %general-entities;
    66
    7   <!ENTITY gedit-download-http "&gnome-download-http;/gedit/3.4/gedit-&gedit-version;.tar.xz">
    8   <!ENTITY gedit-download-ftp  "&gnome-download-ftp;/gedit/3.4/gedit-&gedit-version;.tar.xz">
    9   <!ENTITY gedit-md5sum        "1f3e9f255fc16609ca8598a82da18cff">
     7  <!ENTITY gedit-download-http "&gnome-download-http;/gedit/3.6/gedit-&gedit-version;.tar.xz">
     8  <!ENTITY gedit-download-ftp  "&gnome-download-ftp;/gedit/3.6/gedit-&gedit-version;.tar.xz">
     9  <!ENTITY gedit-md5sum        "6b483074315a051019822d613a883b97">
    1010  <!ENTITY gedit-size          "2.9 MB">
    1111  <!ENTITY gedit-buildsize     "105 MB">
    12   <!ENTITY gedit-time          "1.4 SBU">
     12  <!ENTITY gedit-time          "0.8 SBU">
    1313]>
    1414
     
    3535    </para>
    3636
    37     &lfs70_checked;
     37    &lfs72_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       <xref linkend="gnome-doc-utils"/>,
    7877      <xref linkend="gsettings-desktop-schemas"/>,
    7978      <xref linkend="gtksourceview"/>,
     
    8584    <para role="recommended">
    8685      <xref linkend="enchant"/> and
    87       <xref linkend="iso-codes"/> (to provide Spell-Checking Capability),
    88       <xref linkend="libsoup"/> and
     86      <xref linkend="iso-codes"/>,
     87      <xref linkend="libsoup"/>,
     88      <xref linkend="libzeitgeist"/> and
    8989      <xref linkend="pygobject3"/>
    90     </para>
    91 
    92     <bridgehead renderas="sect4">Recommended</bridgehead>
    93     <para role="recommended">
    94       <xref linkend="gobject-introspection"/>
    9590    </para>
    9691
    9792    <bridgehead renderas="sect4">Optional</bridgehead>
    9893    <para role="optional">
    99       <xref linkend="gtk-doc"/> and
    100       <ulink url="http://launchpad.net/libzeitgeist">libzeitgeist</ulink>
     94      <xref linkend="gtk-doc"/>
    10195    </para>
    10296
     
    114108    </para>
    115109
    116 <screen><userinput>./configure --prefix=/usr \
    117             --libexecdir=/usr/lib &amp;&amp;
     110<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
    118111make</userinput></screen>
    119112
    120113    <para>
    121       This package does not come with a test suite.
     114      To test the results, issue <command>make check</command>. Note
     115      that you should run tests from an already active
     116      <application>GNOME</application> session.
    122117    </para>
    123118
     
    134129
    135130    <para>
    136       <parameter>--libexecdir=/usr/lib</parameter>: This parameter
    137       ensures the bugreport script is installed to the same
    138       directory as the plugins.
    139     </para>
    140 
    141     <para>
    142       <option>--disable-spell</option>: Use this parameter to disables
    143       spell-checking capability and is required if
     131      <option>--disable-spell</option>: Use this switch to disable
     132      spell-checking capability. It is required if
    144133      <application>Enchant</application> is not installed.
    145134    </para>
     
    155144    <segmentedlist>
    156145      <segtitle>Installed Program</segtitle>
    157       <segtitle>Installed Library</segtitle>
    158146      <segtitle>Installed Directories</segtitle>
    159147
     
    161149        <seg>
    162150          gedit
    163         </seg>
    164         <seg>
    165           libgedit-private.so
    166151        </seg>
    167152        <seg>
Note: See TracChangeset for help on using the changeset viewer.