Ignore:
Timestamp:
07/31/2014 03:48:02 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
ee522141
Parents:
9dda26f
Message:

Minor fixes to gnome apps.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome-systemd/applications/totem.xml

    r9dda26f r2a8f86e  
    66
    77  <!ENTITY totem-download-http
    8      "&gnome-download-http;/totem/&gnome-minor;/totem-&totem-version;.tar.xz">
     8           "&gnome-download-http;/totem/&gnome-minor;/totem-&totem-version;.tar.xz">
    99  <!ENTITY totem-download-ftp 
    10      "&gnome-download-ftp;/totem/&gnome-minor;/totem-&totem-version;.tar.xz">
     10           "&gnome-download-ftp;/totem/&gnome-minor;/totem-&totem-version;.tar.xz">
    1111  <!ENTITY totem-md5sum        "2b506bae9468331d1e5aec4fab231ad7">
    1212  <!ENTITY totem-size          "3.2 MB">
     
    103103    <bridgehead renderas="sect4">Optional</bridgehead>
    104104    <para role="optional">
    105       <xref linkend="avahi"/> (if installed at build time, make sure
    106       avahi-daemon is running as a system daemon, started by
    107       bootscript/systemd unit),
     105      <xref linkend="avahi"/>,
    108106      <xref linkend="gtk-doc"/>,
    109107      <ulink url="http://www.lirc.org">LIRC</ulink>,
    110108      <ulink url="http://pypi.python.org/pypi/pylint">pylint</ulink>,
    111       <ulink url="http://launchpad.net/zeitgeist">zeitgeist</ulink>, and
     109      <ulink url="http://launchpad.net/zeitgeist">Zeitgeist</ulink>, and
    112110      <xref linkend="xulrunner"/>
    113111    </para>
     
    133131    </para>
    134132
    135 <screen><userinput>./configure --prefix=/usr    \
    136             --disable-static &amp;&amp;
     133<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    137134make</userinput></screen>
    138135
     
    158155      href="../../xincludes/gtk-doc-rebuild.xml"/>
    159156
    160     <para><option>--libexecdir=/usr/lib</option>: This option
    161     will put the package's private programs into
    162     <filename class="directory">/usr/lib/totem</filename> instead of
    163     <filename class="directory">/usr/libexec/totem</filename> in
    164     accordance with the old version of the FHS used before LFS-7.5.</para>
     157    <para>
     158      <option>--libexecdir=/usr/lib</option>: This option
     159      will put the package's private programs into
     160      <filename class="directory">/usr/lib/totem</filename> instead of
     161      <filename class="directory">/usr/libexec/totem</filename> in
     162      accordance with the old version of the FHS used before LFS-7.5.
     163    </para>
    165164
    166165  </sect2>
     
    171170    <segmentedlist>
    172171      <segtitle>Installed Programs</segtitle>
    173       <segtitle>Installed Library</segtitle>
     172      <segtitle>Installed Libraries</segtitle>
    174173      <segtitle>Installed Directories</segtitle>
    175174
     
    180179        </seg>
    181180        <seg>
    182           libtotem.so and several plugins under /usr/lib/mozilla/plugins/,
    183           /usr/lib/totem/plugins/*/, and /usr/lib/nautilus/extensions-3.0/
     181          libtotem.so
    184182        </seg>
    185183        <seg>
Note: See TracChangeset for help on using the changeset viewer.