Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/desktop/gvfs.xml

    r4a83293 rac38e9dc  
    77  <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.22/gvfs-&gvfs-version;.tar.xz">
    88  <!ENTITY gvfs-download-ftp  "&gnome-download-ftp;/gvfs/1.22/gvfs-&gvfs-version;.tar.xz">
    9   <!ENTITY gvfs-md5sum        "6b00ec682a6851bcdad7814dd799e228">
    10   <!ENTITY gvfs-size          "1.5 MB">
    11   <!ENTITY gvfs-buildsize     "48.8 MB">
    12   <!ENTITY gvfs-time          "1.2 SBU">
     9  <!ENTITY gvfs-md5sum        "7e6d026addb1658fb24b39e8827d7650">
     10  <!ENTITY gvfs-size          "1.6 MB">
     11  <!ENTITY gvfs-buildsize     "76 MB">
     12  <!ENTITY gvfs-time          "0.7 SBU">
    1313]>
    1414
     
    3636    </para>
    3737
    38     &lfs76_checked;
     38    &lfs77_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    78       <xref linkend="dbus"/>
     78      <xref linkend="dbus"/> and
     79      <xref linkend="glib2"/>
    7980    </para>
    8081
     
    8283    <para role="recommended">
    8384      <xref linkend="gtk3"/>,
     85      <xref linkend="libgudev"/>,
    8486      <xref linkend="libsecret"/>,
    8587      <xref linkend="libsoup"/>,
    86       <xref linkend="systemd"/> (for GUdev and Logind), and
     88      <xref linkend="systemd"/>, and
    8789      <xref linkend="udisks2"/>
    8890    </para>
     
    9092    <bridgehead renderas="sect4">Optional</bridgehead>
    9193    <para role="optional">
    92       <xref linkend="apache"/>,
    9394      <xref linkend="avahi"/>,
    9495      <xref linkend="bluez"/>,
     
    9899      <xref linkend="gtk-doc"/>,
    99100      <xref linkend="libarchive"/>,
     101      <xref linkend="libgcrypt"/>,
     102      <xref linkend="libxml2"/>,
     103      <xref linkend="libxslt"/>,
     104      <xref linkend="openssh"/>,
     105      <xref linkend="samba"/>,
    100106      <ulink url="http://www.videolan.org/developers/libbluray.html">
    101107      libbluray</ulink>,
    102108      <ulink url="http://www.gnu.org/software/libcdio/">libcdio-paranoia</ulink>,
    103       <xref linkend="libgcrypt"/>,
    104109      <ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
    105       <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>,
    106       <ulink url="http://sourceforge.net/projects/libmtp/">libmtp</ulink>,
    107       <xref linkend="libxml2"/>,
    108       <xref linkend="libxslt"/>,
    109       <xref linkend="openssh"/>,
    110       <xref linkend="samba"/>, and
    111       <ulink url="http://twistedmatrix.com/trac/">Twisted</ulink>,
     110      <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>, and
     111      <ulink url="http://sourceforge.net/projects/libmtp/">libmtp</ulink>
    112112    </para>
    113113
     
    130130    </para>
    131131
    132 <screen><userinput>./configure --prefix=/usr \
     132<screen><userinput>./configure --prefix=/usr     \
    133133            --sysconfdir=/etc \
    134134            --disable-gphoto2 &amp;&amp;
     
    136136
    137137    <para>
    138       To test the results, issue: <command>make -k check</command>. Some tests
    139       may fail because of a missing optional dependency.
     138      <!-- To test the results, issue: <command>make -k check</command>. Some tests
     139      may fail because of a missing optional dependency. -->
     140      This package does not have a working testsuite.
    140141    </para>
    141142
Note: See TracChangeset for help on using the changeset viewer.