mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
gnome-menus-3.2.0.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9399 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2a01794158
commit
c0b8b2b1ca
@ -702,7 +702,7 @@ $Date$
|
||||
<!ENTITY gnome-icon-theme-extras-version "3.0.0">
|
||||
<!ENTITY gnome-icon-theme-symbolic-version "3.2.1">
|
||||
<!ENTITY gnome-keyring-version "3.2.2">
|
||||
<!ENTITY gnome-menus-version "2.30.2">
|
||||
<!ENTITY gnome-menus-version "3.2.0.1">
|
||||
<!ENTITY gnome-session-version "2.30.2">
|
||||
<!ENTITY gnome-settings-daemon-version "2.30.2">
|
||||
|
||||
|
@ -4,11 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gnome-menus-download-http "&gnome-download-http;/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.bz2">
|
||||
<!ENTITY gnome-menus-download-ftp "&gnome-download-ftp;/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.bz2">
|
||||
<!ENTITY gnome-menus-md5sum "5ca9935f50c939881689c48f59348426">
|
||||
<!ENTITY gnome-menus-size "453 KB">
|
||||
<!ENTITY gnome-menus-buildsize "8 MB">
|
||||
<!ENTITY gnome-menus-download-http "&gnome-download-http;/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.xz">
|
||||
<!ENTITY gnome-menus-download-ftp "&gnome-download-ftp;/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.xz">
|
||||
<!ENTITY gnome-menus-md5sum "74ce29e3b30584498cc29287ae049068">
|
||||
<!ENTITY gnome-menus-size "393 KB">
|
||||
<!ENTITY gnome-menus-buildsize "9.9 MB">
|
||||
<!ENTITY gnome-menus-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
<filename>.directory</filename> files and a menu related utility
|
||||
program.</para>
|
||||
|
||||
&lfs65_checked;
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -68,6 +68,9 @@
|
||||
<xref linkend="intltool"/>, and
|
||||
<xref linkend="python"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="gobject-introspection"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/gnome-menus"/></para>
|
||||
|
||||
@ -76,14 +79,11 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of gnome-menus</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-gnome.xml"/>
|
||||
<para>Install <application>gnome-menus</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<para>Install <application>gnome-menus</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
||||
--sysconfdir=&gnome-etc-dir; &&
|
||||
<screen><userinput>./configure --prefix=$GNOME_PREFIX \
|
||||
--sysconfdir=$GNOME_SYSCONFDIR &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
@ -103,6 +103,9 @@ make</userinput></screen>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-sysconfdir.xml"/>
|
||||
|
||||
<para><option>--enable-static=no</option>: This switch prevents the static
|
||||
libraries being installed.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
@ -121,7 +124,7 @@ make</userinput></screen>
|
||||
<application>GDM</application>) as shown below (you may add additional
|
||||
directories, separated with colons, if desired):</para>
|
||||
|
||||
<screen role='root'><userinput>echo "export XDG_CONFIG_DIRS=&gnome-etc-dir;/xdg" \
|
||||
<screen role='root'><userinput>echo "export XDG_CONFIG_DIRS=$GNOME_SYSCONFDIR/xdg" \
|
||||
> /etc/profile.d/gnome.sh</userinput></screen>
|
||||
|
||||
</sect4>
|
||||
@ -144,15 +147,14 @@ make</userinput></screen>
|
||||
<title>PYTHONPATH Variable</title>
|
||||
|
||||
<para>If your <application>GNOME</application> installation prefix is
|
||||
anything other than <filename class='directory'>/usr</filename> and you
|
||||
have <application>Python</application> installed, you need to update the
|
||||
anything other than <filename class='directory'>/usr</filename>
|
||||
you need to update the
|
||||
<envar>PYTHONPATH</envar> environment variable so that the
|
||||
<filename>gmenu</filename> module can be located by
|
||||
<application>Python</application>. Set the variable in the system
|
||||
profile, or in individual user's profiles as shown below:</para>
|
||||
|
||||
<screen role='root'><userinput>echo "export PYTHONPATH=\$PYTHONPATH:$(pkg-config \
|
||||
--variable=prefix ORBit-2.0)/lib/python&python2-majorver;/site-packages/GMenuSimpleEditor" \
|
||||
<screen role='root'><userinput>echo "export PYTHONPATH=\$PYTHONPATH:$GNOME_PREFIX/lib/python&python2-majorver;/site-packages/GMenuSimpleEditor" \
|
||||
>> /etc/profile.d/gnome.sh</userinput></screen>
|
||||
|
||||
</sect4>
|
||||
@ -171,11 +173,13 @@ make</userinput></screen>
|
||||
|
||||
<seglistitem>
|
||||
<seg>gmenu-simple-editor</seg>
|
||||
<seg>libgnome-menu.{so,a} and gmenu.{so,a}</seg>
|
||||
<seg>&gnome-etc-dir;/xdg/menus,
|
||||
<seg>gmenu.{so,a} and libgnome-menu.{so,a}</seg>
|
||||
<seg><envar>$GNOME_SYSCONFDIR</envar>/xdg/menus,
|
||||
<envar>$GNOME_PREFIX</envar>/{include/gnome-menus,
|
||||
lib/python&python2-majorver;/site-packages/GMenuSimpleEditor,
|
||||
share/{desktop-directories,gnome-menus/{examples,ui}}}</seg>
|
||||
share/{desktop-directories,gnome-menus/{examples,ui},
|
||||
locale/{dv/LC_MESSAGES,gn/LC_MESSAGES,gv/LC_MESSAGES,
|
||||
ha/LC_MESSAGES}}}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
@ -195,6 +199,16 @@ make</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="gmenu">
|
||||
<term><filename class='libraryfile'>gmenu.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>is a <application>Python</application> library.</para>
|
||||
<indexterm zone="gnome-menus gmenu">
|
||||
<primary sortas="c-gmenu">gmenu.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libgnome-menu">
|
||||
<term><filename class='libraryfile'>libgnome-menu.{so,a}</filename></term>
|
||||
<listitem>
|
||||
@ -206,16 +220,6 @@ make</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="gmenu">
|
||||
<term><filename class='libraryfile'>gmenu.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>is a <application>Python</application> library.</para>
|
||||
<indexterm zone="gnome-menus gmenu">
|
||||
<primary sortas="c-gmenu">gmenu.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
@ -62,6 +62,9 @@
|
||||
<listitem>
|
||||
<para>[ken] - merge gnome-keyring-3.2.2 from Wayne.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - merge gnome-menus-3.2.0.1 from Wayne.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user