Changeset 3a175b2


Ignore:
Timestamp:
01/12/2011 03:52:21 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
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:
7b745693
Parents:
e660b7c
Message:

Moved the gvfs instructions from Gnome Core to System Utilities

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

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    re660b7c r3a175b2  
    44-->
    55
    6 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     6<!ENTITY day          "12">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2011">
  • general/sysutils/gvfs.xml

    re660b7c r3a175b2  
    3131
    3232    <para>The <application>gvfs</application> package is a userspace virtual
    33     filesystem designed to work with the i/o abstractions of gio (a library
    34     availible in glib >= 2.15.1).</para>
     33    filesystem designed to work with the I/O abstractions of GLib's GIO
     34    library.</para>
    3535
    3636    &lfs65_checked;
     
    9393    commands:</para>
    9494
    95 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
     95<screen><userinput>./configure --prefix=/usr \
    9696            --sysconfdir=/etc \
    97             --libexecdir=$(pkg-config \
    98                 --variable=prefix ORBit-2.0)/lib/gvfs  &amp;&amp;
     97            --libexecdir=/usr/lib/gvfs  &amp;&amp;
    9998make</userinput></screen>
    10099
     
    109108  <sect2 role="commands">
    110109    <title>Command Explanations</title>
    111 
    112     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113     href="../../xincludes/gnome-prefix.xml"/>
    114 
    115     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    116     href="../../xincludes/gnome-sysconfdir.xml"/>
    117110
    118111    <para><parameter>--sysconfdir=/etc</parameter>: This parameter causes the
    119112    sysconf files to be installed in the preferred location of
    120113    <filename class="directory">/etc</filename> instead of
    121     <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    122 
    123     <para><parameter>--libexecdir=$(pkg-config --variable=prefix
    124     ORBit-2.0)/lib/gvfs</parameter>: This parameter causes the libexec
    125     files to be installed in the preferred location of
    126     <filename class="directory">$GNOME_PREFIX/lib/gvfs</filename>
    127     instead of
    128     <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
     114    <filename class="directory">/usr/etc</filename>.</para>
     115
     116    <para><parameter>--libexecdir=/usr/lib/gvfs</parameter>: This parameter
     117    causes the libexec files to be installed in the preferred location of
     118    <filename class="directory">/usr/lib/gvfs</filename> instead of
     119    <filename class="directory">/usr/libexec</filename>.</para>
    129120
    130121  </sect2>
  • general/sysutils/sysutils.xml

    re660b7c r3a175b2  
    2222  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gpm.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fcron.xml"/>
    24   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hdparm.xml"/>
    2524  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="which.xml"/>
    2625  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="unzip.xml"/>
     
    3938  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="DeviceKit.xml"/>
    4039  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="upower.xml"/>
     40  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hdparm.xml"/>
    4141  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sg3_utils.xml"/>
    4242  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Device-mapper.xml"/>
     
    4444  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udisks.xml"/>
    4545  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eject.xml"/>
     46  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gvfs.xml"/>
    4647  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lzma-utils.xml"/> -->
    4748  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/> -->
  • gnome/core/core.xml

    re660b7c r3a175b2  
    5353  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgnome-keyring.xml"/>
    5454  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-keyring.xml"/>
    55   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gvfs.xml"/>
    5655  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk-engines.xml"/>
    5756  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-themes.xml"/>
     
    7877  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="config.xml"/>
    7978
     79  <!-- Moved to general/sysutils (System Utilities)
     80  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gvfs.xml"/>
     81  -->
     82
    8083</chapter>
  • introduction/welcome/changelog.xml

    re660b7c r3a175b2  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>January 12th, 2011</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Moved the gvfs instructions from Gnome Core to System
     49          Utilities.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4353
    4454    <listitem>
Note: See TracChangeset for help on using the changeset viewer.