mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to sawfish-1.6.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9105 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f856738d43
commit
fb21320dbb
@ -579,7 +579,7 @@ $Date$
|
||||
<!ENTITY gtk-vnc-version "0.3.10">
|
||||
|
||||
<!-- Chapter 27 -->
|
||||
<!ENTITY sawfish-version "1.3">
|
||||
<!ENTITY sawfish-version "1.6.1">
|
||||
<!ENTITY fluxbox-version "1.1.1">
|
||||
<!ENTITY metacity-version "2.30.1">
|
||||
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>December 12th, 2011</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to sawfish-1.6.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to audiofile-0.3.2.</para>
|
||||
</listitem>
|
||||
|
@ -33,7 +33,7 @@
|
||||
the Enlightened Sound Daemon. This is useful for mixing together
|
||||
several digitized audio streams for playback by a single device.</para>
|
||||
|
||||
&lfs65_checked;
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -91,7 +91,7 @@ make</userinput></screen>
|
||||
<para>If you have <application>DocBook-utils</application> installed, still
|
||||
as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>chown -v root:root /usr/share/doc/esound/*</userinput></screen>
|
||||
<screen role="root"><userinput>chown -v root:root /usr/share/doc/esound-&esound-version;/*</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -4,24 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!-- Inserted as a reminder to do this. The mention of a test suite
|
||||
is usually right before the root user installation commands. Please
|
||||
delete these 12 (including one blank) lines after you are done.-->
|
||||
|
||||
<!-- Use one of the two mentions below about a test suite,
|
||||
delete the line that is not applicable. Of course, if the
|
||||
test suite uses syntax other than "make check", revise the
|
||||
line to reflect the actual syntax to run the test suite -->
|
||||
|
||||
<!-- <para>This package does not come with a test suite.</para> -->
|
||||
<!-- <para>To test the results, issue: <command>make check</command>.</para> -->
|
||||
|
||||
<!ENTITY sawfish-download-http "&sourceforge-repo;/sawmill/sawfish-&sawfish-version;.tar.gz">
|
||||
<!ENTITY sawfish-download-ftp " ">
|
||||
<!ENTITY sawfish-md5sum "9e5ce5e76c60acecdb1889c1f173295a">
|
||||
<!ENTITY sawfish-size "1.5 MB">
|
||||
<!ENTITY sawfish-buildsize "17.5 MB">
|
||||
<!ENTITY sawfish-time "0.26 SBU">
|
||||
<!ENTITY sawfish-md5sum "3200deb3428a5973d71e98b291f5247b">
|
||||
<!ENTITY sawfish-size "3.5 MB">
|
||||
<!ENTITY sawfish-buildsize "38 MB">
|
||||
<!ENTITY sawfish-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="sawfish" xreflabel="sawfish-&sawfish-version;">
|
||||
@ -46,6 +34,8 @@
|
||||
window decorations are configurable and all user-interface policy is
|
||||
controlled through the extension language.</para>
|
||||
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
@ -85,10 +75,14 @@
|
||||
<para>Install <application>sawfish</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --libexec=/usr/sbin \
|
||||
--infodir=/usr/share/info --disable-themer &&
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--libexec=/usr/sbin \
|
||||
--infodir=/usr/share/info \
|
||||
--disable-themer &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user