Changeset e8f5ac3


Ignore:
Timestamp:
06/26/2006 11:25:42 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
b3f41f6
Parents:
28c087b
Message:

Completed the gnome-mount instructions

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r28c087b re8f5ac3  
    1 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     1<!ENTITY day          "27">                   <!-- Always 2 digits -->
    22<!ENTITY month        "06">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
  • gnome/add/gnome-mount.xml

    r28c087b re8f5ac3  
    99  <!ENTITY gnome-mount-md5sum        "75f260ea6b0ec3c5e0af3c722fbd9568">
    1010  <!ENTITY gnome-mount-size          "364 KB">
    11   <!ENTITY gnome-mount-buildsize     " MB">
    12   <!ENTITY gnome-mount-time          " SBU">
     11  <!ENTITY gnome-mount-buildsize     "3.1 MB">
     12  <!ENTITY gnome-mount-time          "0.1 SBU">
    1313]>
    1414
     
    2929  <sect2 role="package">
    3030    <title>Introduction to gnome-mount</title>
    31 
    32     <warning>
    33       <para>The instructions on this page are not complete. This page will
    34       be finished ASAP. The dependencies are probably correct, but the build
    35       instructions have not been confirmed. This page is being added now
    36       because it is referenced by another GNOME page, which causes validation
    37       issues.</para>
    38     </warning>
    3931
    4032    <para>The <application>gnome-mount</application> package contains programs
     
    9688    running the following commands:</para>
    9789
    98 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
    99         <!--    -libexecdir=$(pkg-config \
    100        check these     -variable=prefix ORBit-2.0)/lib/gnome-mount \
    101             -localstatedir=/var/lib \
    102             -sysconfdir=&gnome-etc-dir; &amp;&amp; -->
     90<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
     91            --sysconfdir=&gnome-etc-dir; &amp;&amp;
    10392make</userinput></screen>
    10493
     
    114103    <title>Command Explanations</title>
    115104
    116     <para>dummy para so it will validate</para>
    117 
    118     <!-- check these
    119     <para><parameter>-libexecdir=`pkg-config
    120     -variable=prefix ORBit-2.0`/lib/gnome-mount</parameter>: This switch puts
    121     libexec files in
    122     <filename class="directory">$GNOME_PREFIX/lib/gnome-mount</filename>
    123     instead of
    124      <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    125 
    126     <para><parameter>-localstatedir=/var/lib</parameter>: This switch
    127     puts <application>ScrollKeeper</application> files in
    128     <filename class="directory">/var/lib/scrollkeeper</filename> instead of
    129     <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
    130 
    131     <para><parameter>-sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
    132     configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    133     instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    134     -->
     105    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     106    href="../../xincludes/gnome-prefix.xml"/>
     107 
     108    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     109    href="../../xincludes/gnome-sysconfdir.xml"/>
    135110
    136111  </sect2>
     
    146121      <seglistitem>
    147122        <seg>gnome-eject, gnome-mount and gnome-umount</seg>
    148         <seg>libgnome-mount.{so,a}</seg>
    149         <seg></seg>
     123        <seg>libgnome-mount.{so,a} Nautilus extention</seg>
     124        <seg><envar>$GNOME_PREFIX</envar>/share/gnome-mount</seg>
    150125      </seglistitem>
    151126    </segmentedlist>
     
    189164        </listitem>
    190165      </varlistentry>
    191 
    192       <varlistentry id="libgnome-mount">
    193         <term><filename class='libraryfile'>libgnome-mount.{so,a}</filename></term>
    194         <listitem>
    195           <para>contains the API functions for <command>gnome-mount</command>
    196           to interface with GNOME and <application>HAL</application>.</para>
    197           <indexterm zone="gnome-mount libgnome-mount">
    198             <primary sortas="c-libgnome-mount">libgnome-mount.{so,a}</primary>
    199           </indexterm>
    200         </listitem>
    201       </varlistentry>
    202 
    203166    </variablelist>
    204167
  • introduction/welcome/changelog.xml

    r28c087b re8f5ac3  
    4343
    4444    <listitem>
     45      <para>June 27th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Completed the gnome-mount instructions.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>June 26th, 2006</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.