mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-08 02:27:28 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4115 af4574ff-66df-0310-9fd7-8a98e5e911e0
132 lines
4.5 KiB
XML
132 lines
4.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gnome-menus-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.bz2">
|
|
<!ENTITY gnome-menus-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.bz2">
|
|
<!ENTITY gnome-menus-md5sum "83d9695a35ed2215620e8773ee918b8a">
|
|
<!ENTITY gnome-menus-size "339 KB">
|
|
<!ENTITY gnome-menus-buildsize "5 MB">
|
|
<!ENTITY gnome-menus-time "0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="gnome-menus" xreflabel="gnome-menus-&gnome-menus-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="gnome-menus.html"?>
|
|
<title><application>gnome-menus</application>-&gnome-menus-version;</title>
|
|
<indexterm zone="gnome-menus">
|
|
<primary sortas="a-Gnome-menus">Gnome-menus</primary></indexterm>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>gnome-menus</application></title>
|
|
|
|
<para>The <application>gnome-menus</application> package contains an
|
|
implementation of the draft <quote>Desktop Menu Specification</quote> from
|
|
freedesktop.org (<ulink
|
|
url="http://www.freedesktop.org/Standards/menu-spec"/>). Also contained are
|
|
the <acronym>GNOME</acronym> menu layout configuration files,
|
|
<filename>.directory</filename> files and a menu related utility program.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&gnome-menus-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&gnome-menus-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download MD5 sum: &gnome-menus-md5sum;</para></listitem>
|
|
<listitem><para>Download size: &gnome-menus-size;</para></listitem>
|
|
<listitem><para>Estimated disk space required:
|
|
&gnome-menus-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&gnome-menus-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title><application>gnome-menus</application> dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para><xref linkend="gnome-vfs"/></para>
|
|
</sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>gnome-menus</application></title>
|
|
|
|
<para>Install <application>gnome-menus</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
--sysconfdir=/etc/gnome &&
|
|
make</command></userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the root user:</para>
|
|
|
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Configuring <application>gnome-menus</application></title>
|
|
|
|
<sect3><title>Configuration information</title>
|
|
<para>So that <application><acronym>GNOME</acronym></application> can find the
|
|
desktop configuration files, ensure you set the <envar>XDG_CONFIG_DIRS</envar>
|
|
environment variable in the system profile, or in individual user's profiles
|
|
as shown below:</para>
|
|
|
|
<screen><userinput>XDG_CONFIG_DIRS=/etc/gnome/xdg</userinput></screen>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>gnome-menu-spec-test</seg>
|
|
<seg>libgnome-menu.[so,a]</seg>
|
|
<seg>/etc/gnome/xdg, $GNOME_PREFIX/include/gnome-menus and
|
|
$GNOME_PREFIX/share/desktop-directories</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<varlistentry id="gnome-menu-spec-test">
|
|
<term><command>gnome-menu-spec-test</command></term>
|
|
<listitem><para>is used to test <acronym>GNOME</acronym>'s implementation of
|
|
the Desktop Menu Specification.</para>
|
|
<indexterm zone="gnome-menus gnome-menu-spec-test">
|
|
<primary sortas="b-gnome-menu-spec-test">gnome-menu-spec-test</primary>
|
|
</indexterm></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libgnome-menu">
|
|
<term><filename class='libraryfile'>libgnome-menu.[so,a]</filename></term>
|
|
<listitem><para>contains functions required to support
|
|
<acronym>GNOME</acronym>'s implementation of the Desktop Menu
|
|
Specification.</para>
|
|
<indexterm zone="gnome-menus libgnome-menu">
|
|
<primary sortas="c-libgnome-menu">libgnome-menu.[so,a]</primary>
|
|
</indexterm></listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|