mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
updated to xfce-4.0.3.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1716 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f62fb48ac6
commit
1a55aceb12
@ -2,8 +2,8 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"/usr/share/docbook/docbookx.dtd" [
|
||||
|
||||
<!ENTITY version "CVS-20040121">
|
||||
<!ENTITY releasedate "January 21st, 2004">
|
||||
<!ENTITY version "CVS-20040123">
|
||||
<!ENTITY releasedate "January 23rd, 2004">
|
||||
<!ENTITY blfs-version "cvs">
|
||||
|
||||
<!ENTITY % book SYSTEM "book/book.ent">
|
||||
|
@ -11,6 +11,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>January 23rd, 2003 [igor]: Updated to
|
||||
XFce-4.0.3.1.</para></listitem>
|
||||
|
||||
<listitem><para>January 21st, 2003 [igor]: Updated to xine User
|
||||
Interface-0.9.23.</para></listitem>
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
<command>xfapps4</command>,
|
||||
<command>xfbook</command>,
|
||||
<command>xfbook4</command>,
|
||||
<command>xfcalendar</command>,
|
||||
<command>xfce-mcs-manager</command>,
|
||||
<command>xfce-setting-show</command>,
|
||||
<command>xfce4-about</command>,
|
||||
@ -33,10 +34,11 @@
|
||||
<command>xftrash4</command>,
|
||||
<command>xftree4</command>,
|
||||
<command>xfwm4</command> and
|
||||
<filename class="libraryfile">libdbh</filename>,
|
||||
<filename class="libraryfile">libxfce4mcs</filename>,
|
||||
<filename class="libraryfile">libxfce4util</filename>,
|
||||
<filename class="libraryfile">libxfcegui4</filename>,
|
||||
<filename class="libraryfile">libxffm</filename>, and
|
||||
<filename class="libraryfile">libxffm</filename> and
|
||||
<filename class="libraryfile">libxfprint</filename> libraries.
|
||||
</para>
|
||||
|
||||
@ -44,6 +46,10 @@
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>fgr</title>
|
||||
<para><command>fgr</command> is a file content search engine for
|
||||
<command>xffm</command>.</para></sect3>
|
||||
|
||||
<sect3><title>xfce-mce-manager</title>
|
||||
<para><command>xfce-mce-manager</command> is the settings manager for
|
||||
<application>XFce</application>.</para></sect3>
|
||||
|
@ -9,57 +9,57 @@ all follow the same pattern which will soon become obvious.</para>
|
||||
<para>Install <application>XFce</application> by running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>cd src &&
|
||||
tar -xzvf libxfce4util-&xfce-version;.tar.gz &&
|
||||
cd libxfce4util-&xfce-version; &&
|
||||
tar -xzvf libxfce4util-4.0.3.tar.gz &&
|
||||
cd libxfce4util-4.0.3 &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
cd .. &&
|
||||
tar -xzvf libxfcegui4-&xfce-version;.tar.gz &&
|
||||
cd libxfcegui4-&xfce-version; &&
|
||||
tar -xzvf libxfcegui4-4.0.3.tar.gz &&
|
||||
cd libxfcegui4-4.0.3 &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
cd .. &&
|
||||
tar -xzvf libxfce4mcs-&xfce-version;.tar.gz &&
|
||||
cd libxfce4mcs-&xfce-version; &&
|
||||
tar -xzvf libxfce4mcs-4.0.3.tar.gz &&
|
||||
cd libxfce4mcs-4.0.3 &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
cd .. &&
|
||||
tar -xzvf xfce-mcs-manager-4.0.3.tar.gz &&
|
||||
cd xfce-mcs-manager-4.0.3 &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
cd .. &&
|
||||
tar -xzvf xfwm4-4.0.3.1.tar.gz &&
|
||||
cd xfwm4-4.0.3.1 &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
cd .. &&
|
||||
tar -xzvf xfdesktop-4.0.3.tar.gz &&
|
||||
cd xfdesktop-4.0.3 &&
|
||||
./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make &&
|
||||
make install &&
|
||||
cd .. &&
|
||||
tar -xzvf xfce-mcs-manager-&xfce-version;.tar.gz &&
|
||||
cd xfce-mcs-manager-&xfce-version; &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
cd .. &&
|
||||
tar -xzvf xfwm4-&xfce-version;.tar.gz &&
|
||||
cd xfwm4-&xfce-version; &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
cd .. &&
|
||||
tar -xzvf xfdesktop-&xfce-version;.tar.gz &&
|
||||
cd xfdesktop-&xfce-version; &&
|
||||
tar -xzvf xfce4-panel-4.0.3.tar.gz &&
|
||||
cd xfce4-panel-4.0.3 &&
|
||||
./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make &&
|
||||
make install &&
|
||||
cd .. &&
|
||||
tar -xzvf xfce4-panel-&xfce-version;.tar.gz &&
|
||||
cd xfce4-panel-&xfce-version; &&
|
||||
./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make &&
|
||||
make install &&
|
||||
cd .. &&
|
||||
tar -xzvf xfce-utils-&xfce-version;.tar.gz &&
|
||||
cd xfce-utils-&xfce-version; &&
|
||||
tar -xzvf xfce-utils-4.0.3.tar.gz &&
|
||||
cd xfce-utils-4.0.3 &&
|
||||
./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
<para>Modules not installed above are: dbh-1.0.15 (required for xffm),
|
||||
gtk-xfce-engine-2.1.6, xfce-mcs-plugins, xfce4-iconbox, xfce4-mixer,
|
||||
gtk-xfce-engine-2.1.8, xfcalendar-0.1.5, xfce-mcs-plugins, xfce4-iconbox, xfce4-mixer,
|
||||
xfce4-systray, xfce4-themes, xfce4-toys, xfce4-trigger-launcher, xffm,
|
||||
xffm-icons, xfprint, and xfwm4-themes.</para>
|
||||
xffm-icons, xfprint and xfwm4-themes.</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -3,9 +3,9 @@
|
||||
<!ENTITY xfce-inst SYSTEM "xfce-inst.xml">
|
||||
<!ENTITY xfce-config SYSTEM "xfce-config.xml">
|
||||
<!ENTITY xfce-desc SYSTEM "xfce-desc.xml">
|
||||
<!ENTITY xfce-version "4.0.1">
|
||||
<!ENTITY xfce-version "4.0.3.1">
|
||||
<!ENTITY xfce-download-http "http://telia.dl.sourceforge.net/xfce/xfce-&xfce-version;-src.tar.bz2">
|
||||
<!ENTITY xfce-download-ftp "ftp://ftp.iasi.roedu.net/pub/mirrors/download.sourceforge.net/xfce/xfce-&xfce-version;-src.tar.bz2">
|
||||
<!ENTITY xfce-size "17 MB">
|
||||
<!ENTITY xfce-buildsize "214 MB">
|
||||
<!ENTITY xfce-time "3.37 SBU">
|
||||
<!ENTITY xfce-size "18 MB">
|
||||
<!ENTITY xfce-buildsize "221 MB">
|
||||
<!ENTITY xfce-time "3.23 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user