mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Updated to GNOME Session-2.10.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4115 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
88f573ff4e
commit
e10eaa2912
@ -8,7 +8,7 @@
|
||||
<!ENTITY gnome-backgrounds-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-backgrounds/&gnome-version;/gnome-backgrounds-&gnome-backgrounds-version;.tar.bz2">
|
||||
<!ENTITY gnome-backgrounds-md5sum "2a4ec2862c6a1a2bf3ad330c830edae4">
|
||||
<!ENTITY gnome-backgrounds-size "2.2 MB">
|
||||
<!ENTITY gnome-backgrounds-buildsize "5.9 MB">
|
||||
<!ENTITY gnome-backgrounds-buildsize "6 MB">
|
||||
<!ENTITY gnome-backgrounds-time "less then 0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -62,6 +62,8 @@ following commands:</para>
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &&
|
||||
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>
|
||||
@ -98,4 +100,3 @@ $GNOME_PREFIX/share/gnome-background-properties</seg>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
<!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 "4.9 MB">
|
||||
<!ENTITY gnome-menus-buildsize "5 MB">
|
||||
<!ENTITY gnome-menus-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -64,6 +64,8 @@ following commands:</para>
|
||||
--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>
|
||||
@ -127,4 +129,3 @@ Specification.</para>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY gnome-panel-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-panel/&gnome-version;/gnome-panel-&gnome-panel-version;.tar.bz2">
|
||||
<!ENTITY gnome-panel-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-panel/&gnome-version;/gnome-panel-&gnome-panel-version;.tar.bz2">
|
||||
<!ENTITY gnome-panel-md5sum "77aea214467da238170ed10dbc825799">
|
||||
<!ENTITY gnome-panel-size "3.2 MB">
|
||||
<!ENTITY gnome-panel-buildsize "61 MB">
|
||||
<!ENTITY gnome-panel-time "0.79 SBU">
|
||||
<!ENTITY gnome-panel-md5sum "a2719f5c79a9e48bca086f08a77a6889">
|
||||
<!ENTITY gnome-panel-size "2.3 MB">
|
||||
<!ENTITY gnome-panel-buildsize "55 MB">
|
||||
<!ENTITY gnome-panel-time "0.7 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gnome-panel" xreflabel="GNOME Panel-&gnome-panel-version;">
|
||||
@ -25,7 +25,7 @@
|
||||
Panel</application></title>
|
||||
|
||||
<para>The <application><acronym>GNOME</acronym> Panel</application> package
|
||||
contains the menu and applet systems.</para>
|
||||
contains hooks to the menu sub-system and the applet sub-system.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
@ -44,7 +44,9 @@ url="&gnome-panel-download-ftp;"/></para></listitem>
|
||||
<sect3><title><application><acronym>GNOME</acronym> Panel</application>
|
||||
dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="gnome-desktop"/> and <xref linkend="libwnck"/></para>
|
||||
<para><xref linkend="gnome-desktop"/>,
|
||||
<xref linkend="libwnck"/> and
|
||||
<xref linkend="gnome-menus"/></para>
|
||||
</sect4>
|
||||
|
||||
<sect4><title>Recommended</title>
|
||||
@ -70,10 +72,15 @@ running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
|
||||
--localstatedir=/var/lib --sysconfdir=/etc/gnome --disable-gtk-doc &&
|
||||
make &&
|
||||
make install &&
|
||||
chmod 644 `pkg-config --variable=prefix ORBit-2.0`/share/gnome/help/\
|
||||
--localstatedir=/var/lib --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 &&
|
||||
chmod -v 644 `pkg-config --variable=prefix ORBit-2.0`/share/gnome/help/\
|
||||
{fish-applet-2,window-list,workspace-switcher}/C/*.xml</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
@ -90,17 +97,17 @@ ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
|
||||
puts configuration files in <filename class="directory">/etc/gnome</filename>
|
||||
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
||||
|
||||
<para><option>--disable-gtk-doc</option>: This switch prevents the rebuilding
|
||||
of documentation during the <command>make</command> command.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application><acronym>GNOME</acronym> Panel</application> package
|
||||
contains <filename class="libraryfile">libpanel-applet-2</filename> libraries
|
||||
and applets.</para>
|
||||
contains <command>gnome-panel</command>,
|
||||
<command>gnome-desktop-item-edit</command>,
|
||||
<command>panel-test-applets</command>,
|
||||
<filename class="libraryfile">libpanel-applet-2</filename> libraries
|
||||
and panel applets.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -112,10 +119,9 @@ development of small applications (applets) which may be embedded in the
|
||||
panel.</para></sect3>
|
||||
|
||||
<sect3><title>Applets</title>
|
||||
<para>Applets included are Workspace Switcher, Window List, Inbox Monitor,
|
||||
Clock and <quote>Wanda the Fish</quote>.</para></sect3>
|
||||
<para>Applets included are Workspace Switcher, Window List, Clock and
|
||||
<quote>Wanda the Fish</quote>.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user