Ignore:
Timestamp:
07/19/2014 10:46:32 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
f81638e
Parents:
48dc54f (diff), 3eb09b31 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Add systemd branch.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gedit.xml

    r48dc54f rc6f9253  
    55  %general-entities;
    66
    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        "7c336819c023a4772cfb48ebe95a7113">
    10   <!ENTITY gedit-size          "3.0 MB">
    11   <!ENTITY gedit-buildsize     "105 MB">
    12   <!ENTITY gedit-time          "0.8 SBU">
     7  <!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-minor;/gedit-&gedit-version;.tar.xz">
     8  <!ENTITY gedit-download-ftp  "&gnome-download-ftp;/gedit/&gnome-minor;/gedit-&gedit-version;.tar.xz">
     9  <!ENTITY gedit-md5sum        "a23644771605c4226059d0b92faf70d2">
     10  <!ENTITY gedit-size          "2.8 MB">
     11  <!ENTITY gedit-buildsize     "87 MB (additional less than 1 MB for tests)">
     12  <!ENTITY gedit-time          "1.1 SBU (additional 0.1 SBU for tests)">
    1313]>
    1414
     
    3535    </para>
    3636
    37     &lfs72_checked;
     37    &lfs75_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7777      <xref linkend="gsettings-desktop-schemas"/>,
    7878      <xref linkend="gtksourceview"/>,
    79       <xref linkend="libpeas"/> and
     79      <xref linkend="libpeas"/>, and
    8080      <xref linkend="yelp-xsl"/>
    8181    </para>
     
    8383    <bridgehead renderas="sect4">Recommended</bridgehead>
    8484    <para role="recommended">
    85       <xref linkend="enchant"/> and
     85      <xref linkend="enchant"/>,
     86      <xref linkend="gvfs"/> (runtime),
    8687      <xref linkend="iso-codes"/>,
    87       <xref linkend="libsoup"/>,
    88       <xref linkend="libzeitgeist"/> and
     88      <xref linkend="libsoup"/>, and
    8989      <xref linkend="pygobject3"/>
     90      (<application>Python</application> 3 module)
    9091    </para>
    9192
    9293    <bridgehead renderas="sect4">Optional</bridgehead>
    9394    <para role="optional">
    94       <xref linkend="gtk-doc"/>
     95      <xref linkend="gtk-doc"/>,
     96      <xref linkend="vala"/>, and
     97      <ulink url="http://launchpad.net/zeitgeist">zeitgeist</ulink>
    9598    </para>
    9699
     
    108111    </para>
    109112
    110 <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
     113<screen><userinput>./configure --prefix=/usr &amp;&amp;
    111114make</userinput></screen>
    112115
    113116    <para>
    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.
     117      This package does not come with a test suite.
    117118    </para>
    118119
     
    137138      href="../../xincludes/gtk-doc-rebuild.xml"/>
    138139
     140    <para><option>--libexecdir=/usr/lib</option>: This option
     141    puts the package's private programs in
     142    <filename class="directory">/usr/lib/gedit</filename> instead of
     143    <filename class="directory">/usr/libexec/gedit</filename> in
     144    accordance with the old version of the FHS used before LFS-7.5.</para>
     145
    139146  </sect2>
    140147
     
    149156      <seglistitem>
    150157        <seg>
    151           gedit
     158          gedit and
     159          gnome-text-editor (symlink to gedit)
    152160        </seg>
    153161        <seg>
    154           None
     162          /usr/lib/gedit/libgedit.so and
     163          several under /usr/lib/gedit/plugins
    155164        </seg>
    156165        <seg>
    157           /usr/include/gedit-3.0,
     166          /usr/include/gedit-3.12,
    158167          /usr/lib/gedit,
     168          /usr/libexec/gedit,
    159169          /usr/share/gedit,
    160           /usr/share/gtk-doc/html/gedit
    161           and /usr/share/help/*/gedit
     170          /usr/share/gtk-doc/html/gedit, and
     171          /usr/share/help/*/gedit
    162172        </seg>
    163173      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.