Changeset a661d14e for gnome


Ignore:
Timestamp:
06/28/2006 12:26:13 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:
d3b440e6
Parents:
bc2b746
Message:

Updated the dependencies and build commands in the gnome-volume-manager instructions to conform with GNOME-2.14.2; there is still some additional information that needs to be added to this page after the additions are finalized via BLFS-Dev discussion

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gnome-volume-manager.xml

    rbc2b746 ra661d14e  
    77  <!ENTITY gnome-volume-manager-download-http "&gnome-download-http;/gnome-volume-manager/1.5/gnome-volume-manager-&gnome-volume-manager-version;.tar.bz2">
    88  <!ENTITY gnome-volume-manager-download-ftp  "&gnome-download-ftp;/gnome-volume-manager/1.5/gnome-volume-manager-&gnome-volume-manager-version;.tar.bz2">
    9   <!ENTITY gnome-volume-manager-md5sum        "65b8142bd8f8eefea4f748fa9b9edecd">
    10   <!ENTITY gnome-volume-manager-size          "270 KB">
    11   <!ENTITY gnome-volume-manager-buildsize     "7.3 MB">
     9  <!ENTITY gnome-volume-manager-md5sum        "0bf3ee007c951a5d833a3c17bbe59ec6">
     10  <!ENTITY gnome-volume-manager-size          "311 KB">
     11  <!ENTITY gnome-volume-manager-buildsize     "8.8 MB">
    1212  <!ENTITY gnome-volume-manager-time          "less than 0.1 SBU">
    1313]>
     
    2020    <othername>$LastChangedBy$</othername>
    2121    <date>$Date$</date>
    22     <keywordset>
    23       <keyword role="package">gnome-volume-manager-&gnome-volume-manager-version;.tar</keyword>
    24       <keyword role="ftpdir">gnome-volume-manager</keyword>
    25     </keywordset>
    2622  </sect1info>
    2723
     
    7874
    7975    <bridgehead renderas="sect4">Optional</bridgehead>
    80     <para role="optional"><xref linkend="nautilus"/></para>
     76    <para role="optional"><xref linkend="intltool"/>,
     77    <xref linkend="nautilus"/>, and
     78    <ulink url="http://www.galago-project.org/news/index.php">libnotify</ulink></para>
    8179
    8280    <para condition="html" role="usernotes">User Notes:
     
    9189    the following commands:</para>
    9290
    93 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    94             --sysconfdir=&gnome-etc-dir; &amp;&amp;
     91<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
     92            --sysconfdir=&gnome-etc-dir; \
     93            --disable-multiuser &amp;&amp;
    9594make</userinput></screen>
    9695
     
    106105    <title>Command Explanations</title>
    107106
    108     <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
    109     configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    110     instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     107    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     108    href="../../xincludes/gnome-prefix.xml"/>
     109
     110    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     111    href="../../xincludes/gnome-sysconfdir.xml"/>
     112
     113    <para><parameter>--disable-multiuser</parameter>: This parameter is used
     114    because a stock [B]LFS system does not have the appropriate setup to use
     115    the multiuser capability.</para>
    111116
    112117  </sect2>
     
    131136      <para>Note that the <command>gnome-volume-manager</command> daemon
    132137      program should be started when your GNOME desktop environment is started.
     138      This should be automatically configured during the installation of
     139      <application>gnome-volume-manager</application>.</para>
     140
     141      <!--
    133142      This can easily be accomplished by adding
    134143      <command>gnome-volume-manager</command> to the
     
    136145      <quote>Desktop</quote>&mdash;<quote>Preferences</quote>&mdash;<quote>Sessions</quote>
    137146      drop-down menu.</para>
     147      -->
    138148
    139149      <para>The <quote>Disk Mounter</quote> applet can be installed in the
     
    157167        <seg>gnome-volume-manager and gnome-volume-properties</seg>
    158168        <seg>None</seg>
    159         <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}desktop/gnome/volume_manager
    160         and $GNOME_PREFIX/share/gnome-volume-manager</seg>
     169        <seg><envar>$GNOME_PREFIX</envar>/share/gnome-volume-manager</seg>
    161170      </seglistitem>
    162171    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.