Changeset f8efa5b for general/sysutils


Ignore:
Timestamp:
04/06/2012 07:46:04 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:
6a604251
Parents:
fa4ff29
Message:

gvfs 1.12.0 and it's new recommended dependecy udisks2 1.93.0, gsettings-desktop-schemas 3.4.0, glib-networking 2.32.0 and libsoup minor tweaks.

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

Location:
general/sysutils
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/gvfs.xml

    rfa4ff29 rf8efa5b  
    55  %general-entities;
    66
    7   <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.10/gvfs-&gvfs-version;.tar.xz">
    8   <!ENTITY gvfs-download-ftp  "&gnome-download-ftp;/gvfs/1.10/gvfs-&gvfs-version;.tar.xz">
    9   <!ENTITY gvfs-md5sum        "0c968704be003d2f6eab29388c41664e">
     7  <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.12/gvfs-&gvfs-version;.tar.xz">
     8  <!ENTITY gvfs-download-ftp  "&gnome-download-ftp;/gvfs/1.12/gvfs-&gvfs-version;.tar.xz">
     9  <!ENTITY gvfs-md5sum        "0dd301b6d80b5ffa89e9a4a981abe297">
    1010  <!ENTITY gvfs-size          "1.3 MB">
    11   <!ENTITY gvfs-buildsize     "67 MB">
    12   <!ENTITY gvfs-time          "0.6 SBU">
     11  <!ENTITY gvfs-buildsize     "79 MB">
     12  <!ENTITY gvfs-time          "0.7 SBU">
    1313]>
    1414
     
    3434    library.</para>
    3535
    36     &lfs70_built;
     36    &lfs70_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6161
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="dbus"/>,
    64     <xref linkend="intltool"/>, and
    65     <xref linkend="pkgconfig"/></para>
     63    <para role="required">
     64      <xref linkend="dbus"/>,
     65      <xref linkend="intltool"/> and
     66      <xref linkend="pkgconfig"/>
     67    </para>
     68
     69    <bridgehead renderas="sect4">Recommended if building GNOME</bridgehead>
     70    <para role="recommended">
     71      <xref linkend="libgnome-keyring"/>,
     72      <xref linkend="libsoup"/> and
     73      <xref linkend="udisks2"/>
     74      (Useful if you want to mount disks via Nautilus).
     75    </para>
    6676
    6777    <bridgehead renderas="sect4">Optional</bridgehead>
    68     <para role="optional"><xref linkend="avahi"/>,
    69     <ulink url="http://www.bluez.org/">BlueZ</ulink>,
    70     <xref linkend="dbus-glib"/>,
    71     <xref linkend="expat"/>,
    72     <ulink url="http://fuse.sourceforge.net/">FUSE</ulink>,
    73     <xref linkend="gnome-disk-utility"/>,
    74     <ulink url="http://www.freedesktop.org/wiki/Software/hal">Hal</ulink>,
    75     <xref linkend="libarchive"/>,
    76     <ulink url="http://directory.fsf.org/project/libcdio/">libcdio</ulink>,
    77     <xref linkend="libgnome-keyring"/>,
    78     <ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
    79     <xref linkend="libsoup"/>,
    80     <xref linkend="libxml2"/>, and
    81     <xref linkend="samba3"/></para>
     78    <para role="optional">
     79      <xref linkend="avahi"/> (For DNS/SD Backend),
     80      <ulink url="http://www.bluez.org/">BlueZ</ulink>
     81      (For ObexFTP Backend),
     82      <ulink url="http://fuse.sourceforge.net/">FUSE</ulink>
     83      (For gvfs-fuse-daemon),
     84      <xref linkend="libarchive"/>,
     85      <ulink url="http://www.videolan.org/developers/libbluray.html">
     86      libbluray</ulink> (For accessing BluRay disks),
     87      <ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>
     88      (For accessing CD's),
     89      <ulink url="http://www.gphoto.org/">libgphoto2</ulink>
     90      (For accessing GPhoto devices),
     91      <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>
     92      (For mounting iPhone, iPad and other Apple devices) and
     93      <xref linkend="samba3"/> (For mounting Samba shares).
     94    </para>
    8295
    8396    <para condition="html" role="usernotes">User Notes:
     
    94107<screen><userinput>./configure --prefix=/usr \
    95108            --sysconfdir=/etc \
    96             --libexecdir=/usr/lib/gvfs  &amp;&amp;
     109            --libexecdir=/usr/lib/gvfs &amp;&amp;
    97110make</userinput></screen>
    98111
     
    102115
    103116<screen role="root"><userinput>make install</userinput></screen>
    104 
    105   </sect2>
    106 
    107   <sect2 role="commands">
    108     <title>Command Explanations</title>
    109 
    110     <para><parameter>--sysconfdir=/etc</parameter>: This parameter causes the
    111     sysconf files to be installed in the preferred location of
    112     <filename class="directory">/etc</filename> instead of
    113     <filename class="directory">/usr/etc</filename>.</para>
    114 
    115     <para><parameter>--libexecdir=/usr/lib/gvfs</parameter>: This parameter
    116     causes the libexec files to be installed in the preferred location of
    117     <filename class="directory">/usr/lib/gvfs</filename> instead of
    118     <filename class="directory">/usr/libexec</filename>.</para>
    119117
    120118  </sect2>
     
    129127
    130128      <seglistitem>
    131         <seg>gvfs-cat, gvfs-copy, gvfs-gdu-volume-monitor, gvfs-info, gvfs-less,
    132         gvfs-ls, gvfs-mkdir, gvfs-monitor-dir, gvfs-monitor-file, gvfs-mount,
    133         gvfs-move, gvfs-open, gvfs-rename, gvfs-rm, gvfs-save,
    134         gvfs-set-attribute, gvfs-trash, gvfs-tree, gvfsd, gvfsd-burn,
    135         gvfsd-computer, gvfsd-dav, gvfsd-dnssd, gvfsd-ftp, gvfsd-http,
    136         gvfsd-localtest, gvfsd-metadata, gvfsd-network, gvfsd-sftp, and
    137         gvfsd-trash</seg>
    138         <seg>libgioremote-volume-monitor.so, libgvfscommon-dnssd.so,
    139         libgvfscommon.so, and libgvfsdbus.so</seg>
    140         <seg>/usr/{include/gvfs-client/gvfs,lib/gvfs,share/gvfs/{mounts,
    141         remote-volume-monitors}}</seg>
     129        <seg>
     130          gvfs-cat, gvfs-copy, gvfs-info, gvfs-less, gvfs-ls,
     131          gvfs-mime, gvfs-mkdir, gvfs-monitor-dir, gvfs-monitor-file,
     132          gvfs-mount, gvfs-move, gvfs-open, gvfs-rename, gvfs-rm,
     133          gvfs-save, gvfs-set-attribute, gvfs-trash, gvfs-tree
     134          and several executables in /usr/lib/gvfs
     135        </seg>
     136
     137        <seg>
     138          libgvfscommon.so and libgvfscommon-dnssd.so
     139        </seg>
     140
     141        <seg>
     142          /usr/include/gvfs-client, /usr/lib/gvfs and /usr/share/gvfs
     143        </seg>
    142144      </seglistitem>
    143145    </segmentedlist>
    144146
    145 <!--
    146147    <variablelist>
    147148      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     
    152153        <term><command>gvfs-cat</command></term>
    153154        <listitem>
    154           <para>does this .....</para>
     155          <para>prints a file to standard output using the virtual
     156          file system to access the file via a URI.</para>
    155157          <indexterm zone="gvfs gvfs-cat">
    156158            <primary sortas="b-gvfs-cat">gvfs-cat</primary>
     
    162164        <term><command>gvfs-copy</command></term>
    163165        <listitem>
    164           <para>does this .....</para>
     166          <para>copies a file from one URI location to another using
     167          the virtual file system.</para>
    165168          <indexterm zone="gvfs gvfs-copy">
    166169            <primary sortas="b-gvfs-copy">gvfs-copy</primary>
     
    169172      </varlistentry>
    170173
    171       <varlistentry id="gvfs-gdu-volume-monitor">
    172         <term><command>gvfs-gdu-volume-monitor</command></term>
    173         <listitem>
    174           <para>does this .....</para>
    175           <indexterm zone="gvfs gvfs-gdu-volume-monitor">
    176             <primary sortas="b-gvfs-gdu-volume-monitor">gvfs-gdu-volume-monitor</primary>
    177           </indexterm>
    178         </listitem>
    179       </varlistentry>
    180 
    181174      <varlistentry id="gvfs-info">
    182175        <term><command>gvfs-info</command></term>
    183176        <listitem>
    184           <para>does this .....</para>
     177          <para>prints information about files and directories using
     178          the virtual file system.</para>
    185179          <indexterm zone="gvfs gvfs-info">
    186180            <primary sortas="b-gvfs-info">gvfs-info</primary>
     
    192186        <term><command>gvfs-less</command></term>
    193187        <listitem>
    194           <para>does this .....</para>
     188          <para>executes <command>less</command> using the VFS as
     189          input preprocesor, so less can access any resource accessible
     190          by any of the gvfs backends.</para>
    195191          <indexterm zone="gvfs gvfs-less">
    196192            <primary sortas="b-gvfs-less">gvfs-less</primary>
     
    202198        <term><command>gvfs-ls</command></term>
    203199        <listitem>
    204           <para>does this .....</para>
     200          <para>lists the content of directories using the virtual file
     201          system.</para>
    205202          <indexterm zone="gvfs gvfs-ls">
    206203            <primary sortas="b-gvfs-ls">gvfs-ls</primary>
     
    212209        <term><command>gvfs-mkdir</command></term>
    213210        <listitem>
    214           <para>does this .....</para>
     211          <para>makes a directory specified by an URI using
     212          the virtual file system.</para>
    215213          <indexterm zone="gvfs gvfs-mkdir">
    216214            <primary sortas="b-gvfs-mkdir">gvfs-mkdir</primary>
     
    222220        <term><command>gvfs-monitor-dir</command></term>
    223221        <listitem>
    224           <para>does this .....</para>
     222          <para>monitors the change content of a directory using
     223          the virtual file system.</para>
    225224          <indexterm zone="gvfs gvfs-monitor-dir">
    226225            <primary sortas="b-gvfs-monitor-dir">gvfs-monitor-dir</primary>
     
    232231        <term><command>gvfs-monitor-file</command></term>
    233232        <listitem>
    234           <para>does this .....</para>
     233          <para>monitors the change of a file using the virtual file
     234          system.</para>
    235235          <indexterm zone="gvfs gvfs-monitor-file">
    236236            <primary sortas="b-gvfs-monitor-file">gvfs-monitor-file</primary>
     
    242242        <term><command>gvfs-mount</command></term>
    243243        <listitem>
    244           <para>does this .....</para>
     244          <para>mounts, unmounts and lists file systems using the
     245          virtual file system.</para>
    245246          <indexterm zone="gvfs gvfs-mount">
    246247            <primary sortas="b-gvfs-mount">gvfs-mount</primary>
     
    252253        <term><command>gvfs-move</command></term>
    253254        <listitem>
    254           <para>does this .....</para>
     255          <para>moves a file from one URI location to another using
     256          the virtual file system.</para>
    255257          <indexterm zone="gvfs gvfs-move">
    256258            <primary sortas="b-gvfs-move">gvfs-move</primary>
     
    262264        <term><command>gvfs-open</command></term>
    263265        <listitem>
    264           <para>does this .....</para>
     266          <para>opens an URI using the appropiate application.</para>
    265267          <indexterm zone="gvfs gvfs-open">
    266268            <primary sortas="b-gvfs-open">gvfs-open</primary>
     
    272274        <term><command>gvfs-rename</command></term>
    273275        <listitem>
    274           <para>does this .....</para>
     276          <para>changes the name of a file or directory using the
     277          virtual file system.</para>
    275278          <indexterm zone="gvfs gvfs-rename">
    276279            <primary sortas="b-gvfs-rename">gvfs-rename</primary>
     
    282285        <term><command>gvfs-rm</command></term>
    283286        <listitem>
    284           <para>does this .....</para>
     287          <para>removes a directory entry using the virtual file
     288          system via a URI.</para>
    285289          <indexterm zone="gvfs gvfs-rm">
    286290            <primary sortas="b-gvfs-rm">gvfs-rm</primary>
     
    292296        <term><command>gvfs-save</command></term>
    293297        <listitem>
    294           <para>does this .....</para>
     298          <para>saves information to a file using the virtual
     299          file system.</para>
    295300          <indexterm zone="gvfs gvfs-save">
    296301            <primary sortas="b-gvfs-save">gvfs-save</primary>
     
    299304      </varlistentry>
    300305
    301       <varlistentry id="gvfs-set-attribute">
    302         <term><command>gvfs-set-attribute</command></term>
    303         <listitem>
    304           <para>does this .....</para>
    305           <indexterm zone="gvfs gvfs-set-attribute">
    306             <primary sortas="b-gvfs-set-attribute">gvfs-set-attribute</primary>
    307           </indexterm>
    308         </listitem>
    309       </varlistentry>
    310 
    311306      <varlistentry id="gvfs-trash">
    312307        <term><command>gvfs-trash</command></term>
    313308        <listitem>
    314           <para>does this .....</para>
     309          <para>moves a directory entry to the trash using the
     310          virtual file system.</para>
    315311          <indexterm zone="gvfs gvfs-trash">
    316312            <primary sortas="b-gvfs-trash">gvfs-trash</primary>
     
    322318        <term><command>gvfs-tree</command></term>
    323319        <listitem>
    324           <para>does this .....</para>
     320          <para>lists contents of directories in a tree-like format
     321          using the virtual file system.</para>
    325322          <indexterm zone="gvfs gvfs-tree">
    326323            <primary sortas="b-gvfs-tree">gvfs-tree</primary>
     
    329326      </varlistentry>
    330327
    331       <varlistentry id="gvfsd">
    332         <term><command>gvfsd</command></term>
    333         <listitem>
    334           <para>does this .....</para>
    335           <indexterm zone="gvfs gvfsd">
    336             <primary sortas="b-gvfsd">gvfsd</primary>
    337           </indexterm>
    338         </listitem>
    339       </varlistentry>
    340 
    341       <varlistentry id="gvfsd-burn">
    342         <term><command>gvfsd-burn</command></term>
    343         <listitem>
    344           <para>does this .....</para>
    345           <indexterm zone="gvfs gvfsd-burn">
    346             <primary sortas="b-gvfsd-burn">gvfsd-burn</primary>
    347           </indexterm>
    348         </listitem>
    349       </varlistentry>
    350 
    351       <varlistentry id="gvfsd-computer">
    352         <term><command>gvfsd-computer</command></term>
    353         <listitem>
    354           <para>does this .....</para>
    355           <indexterm zone="gvfs gvfsd-computer">
    356             <primary sortas="b-gvfsd-computer">gvfsd-computer</primary>
    357           </indexterm>
    358         </listitem>
    359       </varlistentry>
    360 
    361       <varlistentry id="gvfsd-dav">
    362         <term><command>gvfsd-dav</command></term>
    363         <listitem>
    364           <para>does this .....</para>
    365           <indexterm zone="gvfs gvfsd-dav">
    366             <primary sortas="b-gvfsd-dav">gvfsd-dav</primary>
    367           </indexterm>
    368         </listitem>
    369       </varlistentry>
    370 
    371       <varlistentry id="gvfsd-dnssd">
    372         <term><command>gvfsd-dnssd</command></term>
    373         <listitem>
    374           <para>does this .....</para>
    375           <indexterm zone="gvfs gvfsd-dnssd">
    376             <primary sortas="b-gvfsd-dnssd">gvfsd-dnssd</primary>
    377           </indexterm>
    378         </listitem>
    379       </varlistentry>
    380 
    381       <varlistentry id="gvfsd-ftp">
    382         <term><command>gvfsd-ftp</command></term>
    383         <listitem>
    384           <para>does this .....</para>
    385           <indexterm zone="gvfs gvfsd-ftp">
    386             <primary sortas="b-gvfsd-ftp">gvfsd-ftp</primary>
    387           </indexterm>
    388         </listitem>
    389       </varlistentry>
    390 
    391       <varlistentry id="gvfsd-http">
    392         <term><command>gvfsd-http</command></term>
    393         <listitem>
    394           <para>does this .....</para>
    395           <indexterm zone="gvfs gvfsd-http">
    396             <primary sortas="b-gvfsd-http">gvfsd-http</primary>
    397           </indexterm>
    398         </listitem>
    399       </varlistentry>
    400 
    401       <varlistentry id="gvfsd-localtest">
    402         <term><command>gvfsd-localtest</command></term>
    403         <listitem>
    404           <para>does this .....</para>
    405           <indexterm zone="gvfs gvfsd-localtest">
    406             <primary sortas="b-gvfsd-localtest">gvfsd-localtest</primary>
    407           </indexterm>
    408         </listitem>
    409       </varlistentry>
    410 
    411       <varlistentry id="gvfsd-metadata">
    412         <term><command>gvfsd-metadata</command></term>
    413         <listitem>
    414           <para>does this .....</para>
    415           <indexterm zone="gvfs gvfsd-metadata">
    416             <primary sortas="b-gvfsd-metadata">gvfsd-metadata</primary>
    417           </indexterm>
    418         </listitem>
    419       </varlistentry>
    420 
    421       <varlistentry id="gvfsd-network">
    422         <term><command>gvfsd-network</command></term>
    423         <listitem>
    424           <para>does this .....</para>
    425           <indexterm zone="gvfs gvfsd-network">
    426             <primary sortas="b-gvfsd-network">gvfsd-network</primary>
    427           </indexterm>
    428         </listitem>
    429       </varlistentry>
    430 
    431       <varlistentry id="gvfsd-sftp">
    432         <term><command>gvfsd-sftp</command></term>
    433         <listitem>
    434           <para>does this .....</para>
    435           <indexterm zone="gvfs gvfsd-sftp">
    436             <primary sortas="b-gvfsd-sftp">gvfsd-sftp</primary>
    437           </indexterm>
    438         </listitem>
    439       </varlistentry>
    440 
    441       <varlistentry id="gvfsd-trash">
    442         <term><command>gvfsd-trash</command></term>
    443         <listitem>
    444           <para>does this .....</para>
    445           <indexterm zone="gvfs gvfsd-trash">
    446             <primary sortas="b-gvfsd-trash">gvfsd-trash</primary>
    447           </indexterm>
    448         </listitem>
    449       </varlistentry>
    450 
    451       <varlistentry id="libgioremote-volume-monitor">
    452         <term><filename class='libraryfile'>libgioremote-volume-monitor.so</filename></term>
    453         <listitem>
    454           <para>contains functions that .....</para>
    455           <indexterm zone="gvfs libgioremote-volume-monitor">
    456             <primary sortas="c-libgioremote-volume-monitor">libgioremote-volume-monitor.so</primary>
     328      <varlistentry id="libgvfscommon">
     329        <term><filename class='libraryfile'>libgvfscommon.so</filename></term>
     330        <listitem>
     331          <para>contains common API functions used in GVFS programs.</para>
     332          <indexterm zone="gvfs libgvfscommon">
     333            <primary sortas="c-libgvfscommon">libgvfscommon.so</primary>
    457334          </indexterm>
    458335        </listitem>
     
    462339        <term><filename class='libraryfile'>libgvfscommon-dnssd.so</filename></term>
    463340        <listitem>
    464           <para>contains functions that .....</para>
     341          <para>contains API functions used in GVFS DNS/SD backend.</para>
    465342          <indexterm zone="gvfs libgvfscommon-dnssd">
    466343            <primary sortas="c-libgvfscommon-dnssd">libgvfscommon-dnssd.so</primary>
     
    469346      </varlistentry>
    470347
    471       <varlistentry id="libgvfscommon">
    472         <term><filename class='libraryfile'>libgvfscommon.so</filename></term>
    473         <listitem>
    474           <para>contains functions that .....</para>
    475           <indexterm zone="gvfs libgvfscommon">
    476             <primary sortas="c-libgvfscommon">libgvfscommon.so</primary>
    477           </indexterm>
    478         </listitem>
    479       </varlistentry>
    480 
    481       <varlistentry id="libgvfsdbus">
    482         <term><filename class='libraryfile'>libgvfsdbus.so</filename></term>
    483         <listitem>
    484           <para>contains functions that .....</para>
    485           <indexterm zone="gvfs libgvfsdbus">
    486             <primary sortas="c-libgvfsdbus">libgvfsdbus.so</primary>
    487           </indexterm>
    488         </listitem>
    489       </varlistentry>
    490 
    491348    </variablelist>
    492 -->
    493349
    494350  </sect2>
  • general/sysutils/sysutils.xml

    rfa4ff29 rf8efa5b  
    4444  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="parted.xml"/>
    4545  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udisks.xml"/>
     46  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udisks2.xml"/>
    4647  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eject.xml"/>
    4748  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gvfs.xml"/>
Note: See TracChangeset for help on using the changeset viewer.