Ignore:
Timestamp:
10/10/2005 06:05:12 PM (19 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:
51d7b70
Parents:
3b269b9
Message:

2nd of 3 commits to GNOME-2.12.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gnome-menus.xml

    r3b269b9 r0c4e116  
    66
    77  <!ENTITY gnome-menus-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.bz2">
    8   <!ENTITY gnome-menus-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.bz2">
    9   <!ENTITY gnome-menus-md5sum "83d9695a35ed2215620e8773ee918b8a">
    10   <!ENTITY gnome-menus-size "339 KB">
    11   <!ENTITY gnome-menus-buildsize "5 MB">
    12   <!ENTITY gnome-menus-time "0.1 SBU">
     8  <!ENTITY gnome-menus-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.bz2">
     9  <!ENTITY gnome-menus-md5sum        "615392c4f729f70c03aa3aa7dbe40a95">
     10  <!ENTITY gnome-menus-size          "393 KB">
     11  <!ENTITY gnome-menus-buildsize     "7.0 MB">
     12  <!ENTITY gnome-menus-time          "0.1 SBU">
    1313]>
    1414
     
    2121  </sect1info>
    2222
    23   <title>Gnome-menus-&gnome-menus-version;</title>
     23  <title>gnome-menus-&gnome-menus-version;</title>
    2424
    2525  <indexterm zone="gnome-menus">
     
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to Gnome-menus</title>
     30    <title>Introduction to gnome-menus</title>
    3131
    3232    <para>The <application>gnome-menus</application> package contains an
     
    6060    </itemizedlist>
    6161
    62     <bridgehead renderas="sect3">Gnome-menus Dependencies</bridgehead>
     62    <bridgehead renderas="sect3">gnome-menus Dependencies</bridgehead>
    6363
    6464    <bridgehead renderas="sect4">Required</bridgehead>
    65     <para><xref linkend="gnome-vfs"/></para>
     65    <para><xref linkend="glib2"/> and
     66    <xref linkend="intltool"/></para>
     67
     68    <bridgehead renderas="sect4">Optional</bridgehead>
     69    <para><xref linkend="python"/> and
     70    <xref linkend="gamin"/></para>
    6671
    6772  </sect2>
    6873
    6974  <sect2 role="installation">
    70     <title>Installation of Gnome-menus</title>
     75    <title>Installation of gnome-menus</title>
     76
     77     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     78     href="../without-gnome.xml"/>
    7179
    7280    <para>Install <application>gnome-menus</application> by running the
     
    8391<screen role="root"><userinput>make install</userinput></screen>
    8492
     93    <para>If your <application>GNOME</application>-2 installation prefix is
     94    anything other than <filename class='directory'>/usr</filename> and you
     95    have <application>Python</application> installed, create some symbolic
     96    links as the <systemitem class="username">root</systemitem> user:</para>
     97
     98<screen role="root"><userinput>ln -v -s $GNOME_PREFIX/lib/python2.4/site-packages/GMenuSimpleEditor \
     99         /usr/lib/python2.4/site-packages &amp;&amp;
     100ln -v -s $GNOME_PREFIX/lib/python2.4/site-packages/gmenu.* \
     101         /usr/lib/python2.4/site-packages</userinput></screen>
     102
    85103  </sect2>
    86104
    87105  <sect2 role="configuration">
    88     <title>Configuring Gnome-menus</title>
     106    <title>Configuring gnome-menus</title>
    89107
    90108    <sect3>
     
    94112      configuration files, ensure you set the <envar>XDG_CONFIG_DIRS</envar>
    95113      environment variable in the system profile, or in individual user's
    96       profiles as shown below:</para>
     114      profiles as shown below (you may add additional directories, separated
     115      with colons, if desired):</para>
    97116
    98117<screen><literal>XDG_CONFIG_DIRS=/etc/gnome/xdg</literal></screen>
     
    113132        <seg>gnome-menu-spec-test</seg>
    114133        <seg>libgnome-menu.[so,a]</seg>
    115         <seg>/etc/gnome/xdg, $GNOME_PREFIX/include/gnome-menus and
     134        <seg>/etc/gnome/xdg, $GNOME_PREFIX/include/gnome-menus,
     135        $GNOME_PREFIX/lib/python2.4/site-packages/GMenuSimpleEditor and
    116136        $GNOME_PREFIX/share/desktop-directories</seg>
    117137      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.