Author: bdubbs Date: 2012-10-29 12:50:37 -0600 (Mon, 29 Oct 2012) New Revision: 10819
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genutils/rep-gtk.xml trunk/BOOK/general/prog/librep.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/x/wm/sawfish.xml Log: Update to sawfish-1.9.1 Update to rep-gtk-0.90.8.1 Update to librep-0.92.2.1 Modified: trunk/BOOK/general/genutils/rep-gtk.xml =================================================================== --- trunk/BOOK/general/genutils/rep-gtk.xml 2012-10-29 17:10:51 UTC (rev 10818) +++ trunk/BOOK/general/genutils/rep-gtk.xml 2012-10-29 18:50:37 UTC (rev 10819) @@ -4,11 +4,11 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY rep-gtk-download-http "&sourceforge-repo2;/projects/rep-gtk/files/rep-gtk/&rep-gtk-version;/rep-gtk-&rep-gtk-version;.tar.bz2"> + <!ENTITY rep-gtk-download-http "http://download.tuxfamily.org/librep/rep-gtk/rep-gtk-&rep-gtk-version;.tar.gz"> <!ENTITY rep-gtk-download-ftp " "> - <!ENTITY rep-gtk-md5sum "3477b19e9dc4eeb3255f3596e40d3e4c"> - <!ENTITY rep-gtk-size "296 KB"> - <!ENTITY rep-gtk-buildsize "25 MB"> + <!ENTITY rep-gtk-md5sum "i00c1d9d7fe1c4d8851a59efa0e5a0645"> + <!ENTITY rep-gtk-size "252 KB"> + <!ENTITY rep-gtk-buildsize "23 MB"> <!ENTITY rep-gtk-time "0.2 SBU"> ]> @@ -37,18 +37,16 @@ bindings to <application>GTK</application> and uses the same instructions. Both can be installed, if needed. </para> - &lfs70_checked; + &lfs72_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> <listitem> <para>Download (HTTP): <ulink url="&rep-gtk-download-http;"/></para> </listitem> -<!-- <listitem> <para>Download (FTP): <ulink url="&rep-gtk-download-ftp;"/></para> </listitem> ---> <listitem> <para>Download MD5 sum: &rep-gtk-md5sum;</para> </listitem> @@ -62,15 +60,7 @@ <para>Estimated build time: &rep-gtk-time;</para> </listitem> </itemizedlist> -<!-- - <bridgehead renderas="sect3">Additional Downloads</bridgehead> - <itemizedlist spacing='compact'> - <listitem> - <para>Required Patch: <ulink - url="&patch-root;/rep-gtk-&rep-gtk-version;-gtk2.4-1.patch"/></para> - </listitem> - </itemizedlist> ---> + <bridgehead renderas="sect3">Rep-gtk Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> @@ -110,7 +100,7 @@ <seglistitem> <seg>None</seg> <seg>Lisp bindings</seg> - <seg>/usr/lib/rep/i686-pc-linux-gnu/gui/</seg> + <seg>/usr/lib/rep/gui/</seg> </seglistitem> </segmentedlist> @@ -123,7 +113,7 @@ <term><filename class='libraryfile'>Lisp bindings</filename></term> <listitem> <para>are libraries stored in <filename - class="directory">/usr/lib/rep/i686-pc-linux-gnu/gui/</filename> that assist + class="directory">/usr/lib/rep/gui/</filename> that assist communication between Lisp and the <application>GTK</application> libraries.</para> <indexterm zone="rep-gtk lisp-bindings"> Modified: trunk/BOOK/general/prog/librep.xml =================================================================== --- trunk/BOOK/general/prog/librep.xml 2012-10-29 17:10:51 UTC (rev 10818) +++ trunk/BOOK/general/prog/librep.xml 2012-10-29 18:50:37 UTC (rev 10819) @@ -4,11 +4,11 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY librep-download-http "&sourceforge-repo2;/projects/librep/files/librep/&librep-version;/librep-&librep-version;.tar.bz2"> + <!ENTITY librep-download-http "http://download.tuxfamily.org/librep/librep-&librep-version;.tar.xz"> <!ENTITY librep-download-ftp " "> - <!ENTITY librep-md5sum "76e766d4f7034ee293f4405871ab34d3"> - <!ENTITY librep-size "664 KB"> - <!ENTITY librep-buildsize "22 MB"> + <!ENTITY librep-md5sum "e4d7492b373fc9168f1129fd7bf3350c"> + <!ENTITY librep-size "600 KB"> + <!ENTITY librep-buildsize "16 MB"> <!ENTITY librep-time "0.4 SBU"> ]> @@ -33,7 +33,7 @@ This is useful for scripting or for applications that may use the Lisp interpreter as an extension language.</para> - &lfs70_checked; + &lfs72_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -60,9 +60,9 @@ <bridgehead renderas="sect3">Librep Dependencies</bridgehead> <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><xref linkend="libffi"/> or - <xref linkend="gcc"/> (build Java so that the - <filename class='libraryfile'>libffi</filename> library is built)</para> + <para role="optional">i + <xref linkend="libffi"/> + </para> <para condition="html" role="usernotes">User Notes: <ulink url="&blfs-wiki;/librep"/></para> @@ -75,7 +75,7 @@ <para>Install <application>librep</application> by running the following commands:</para> -<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib && +<screen><userinput>./configure --prefix=/usr && make</userinput></screen> <para>This package does not come with a test suite.</para> @@ -85,16 +85,16 @@ <screen role="root"><userinput>make install</userinput></screen> </sect2> - +<!-- <sect2 role="commands"> <title>Command Explanations</title> - <para><parameter>--libexecdir=/usr/lib</parameter>: This parameter installs + <para><parameter>- -libexecdir=/usr/lib</parameter>: This parameter installs files to <filename class="directory">/usr/lib/rep</filename> instead of <filename class="directory">/usr/libexec/rep</filename>.</para> </sect2> - +--> <sect2 role="content"> <title>Contents</title> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-10-29 17:10:51 UTC (rev 10818) +++ trunk/BOOK/general.ent 2012-10-29 18:50:37 UTC (rev 10819) @@ -337,7 +337,7 @@ <!ENTITY pinentry-version "0.8.2"> <!ENTITY rarian-version "0.8.1"> <!ENTITY recode-version "3.6"> -<!ENTITY rep-gtk-version "0.90.2"> +<!ENTITY rep-gtk-version "0.90.8.1"> <!ENTITY rxvt-unicode-version "9.15"> <!ENTITY screen-version "4.0.3"> <!ENTITY sharutils-version "4.11.1"> @@ -400,7 +400,7 @@ <!ENTITY icedtea-version "2.3.3"> <!ENTITY openjdk-version "1.7.0.9"> <!ENTITY junit-version "4.10"> -<!ENTITY librep-version "0.90.5"> +<!ENTITY librep-version "0.92.2.1"> <!ENTITY llvm-version "3.1"> <!ENTITY mercurial-version "2.3.2"> <!ENTITY NASM-version "2.10.05"> @@ -603,7 +603,7 @@ <!ENTITY fluxbox-version "1.3.2"> <!ENTITY icewm-version "1.3.7"> <!ENTITY openbox-version "3.5.0"> -<!ENTITY sawfish-version "1.6.1"> +<!ENTITY sawfish-version "1.9.1"> <!-- Part VII --> <!-- Chapters 27-29 --> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-10-29 17:10:51 UTC (rev 10818) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-10-29 18:50:37 UTC (rev 10819) @@ -47,6 +47,15 @@ <para>October 29th, 2012</para> <itemizedlist> <listitem> + <para>[bdubbs] - Update to sawfish-1.9.1.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to rep-gtk-0.90.8.1.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to librep-0.92.2.1.</para> + </listitem> + <listitem> <para>[ken] - Update to gutenprint-5.2.9. Fixes <ulink url="&blfs-ticket-root;3547">#3547</ulink>.</para> </listitem> Modified: trunk/BOOK/x/wm/sawfish.xml =================================================================== --- trunk/BOOK/x/wm/sawfish.xml 2012-10-29 17:10:51 UTC (rev 10818) +++ trunk/BOOK/x/wm/sawfish.xml 2012-10-29 18:50:37 UTC (rev 10819) @@ -4,12 +4,12 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY sawfish-download-http "&sourceforge-repo2;/projects/sawmill/files/sawfish/&sawfish-version;/sawfish-&sawfish-version;.tar.bz2"> + <!ENTITY sawfish-download-http "http://download.tuxfamily.org/sawfish/sawfish-&sawfish-version;.tar.xz"> <!ENTITY sawfish-download-ftp " "> - <!ENTITY sawfish-md5sum "3200deb3428a5973d71e98b291f5247b"> - <!ENTITY sawfish-size "3.5 MB"> - <!ENTITY sawfish-buildsize "38 MB"> - <!ENTITY sawfish-time "0.2 SBU"> + <!ENTITY sawfish-md5sum "502cf6ad78e39288abeeb5d0527fe9a7"> + <!ENTITY sawfish-size "2.5 MB"> + <!ENTITY sawfish-buildsize "36 MB"> + <!ENTITY sawfish-time "0.3 SBU"> ]> <sect1 id="sawfish" xreflabel="sawfish-&sawfish-version;"> @@ -34,7 +34,7 @@ window decorations are configurable and all user-interface policy is controlled through the extension language.</para> - &lfs70_checked; + &lfs72_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -61,9 +61,16 @@ <bridgehead renderas="sect3">sawfish Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"><xref linkend="rep-gtk"/> and - <xref linkend="esound"/></para> + <para role="required"> + <xref linkend="rep-gtk"/> and + </para> + <bridgehead renderas="sect4">Recommended</bridgehead> + <para role="recommended"> + <xref linkend="gtk2"/> and + <xref linkend="pango"/> + </para> + <para condition="html" role="usernotes">User Notes: <ulink url="&blfs-wiki;/sawfish"/></para> @@ -75,10 +82,7 @@ <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 --with-pango && make</userinput></screen> <para>This package does not come with a test suite.</para> @@ -88,25 +92,25 @@ <screen role="root"><userinput>make install</userinput></screen> </sect2> - +<!-- <sect2 role="commands"> <title>Command Explanations</title> - <para><parameter>--disable-themer</parameter>: This + <para><parameter>- -disable-themer</parameter>: This option prevents building the <application>sawfish</application> themer. This program was not migrated to <application>GTK-2</application>.</para> - <para><option>--with-audiofile</option>: This command directs + <para><option>- -with-audiofile</option>: This command directs <application>sawfish</application> to use <filename class="libraryfile">libaudiofile</filename> for sound manipulation.</para> - <para><option>--with-esd</option>: This command directs + <para><option>- -with-esd</option>: This command directs <application>sawfish</application> to use the Enlightened Sound Daemon.</para> </sect2> - +--> <sect2 role="configuration"> <title>Configuring sawfish</title> @@ -137,9 +141,9 @@ <segtitle>Installed Directory</segtitle> <seglistitem> - <seg>sawfish, sawfish-client, and sawfish-ui</seg> + <seg>sawfish, sawfish-about, sawfish-client, and sawfish-config</seg> <seg>None</seg> - <seg>/usr/share/sawfish, /usr/sbin/sawfish, and /usr/lib/rep/*/</seg> + <seg>/usr/share/sawfish</seg> </seglistitem> </segmentedlist> @@ -159,6 +163,16 @@ </listitem> </varlistentry> + <varlistentry id="sawfish-about"> + <term><filename>sawfish-about</filename></term> + <listitem> + <para>is the <application>sawfish</application> about window.</para> + <indexterm zone="sawfish sawfish-about"> + <primary sortas="b-sawfish-about">sawfish-about</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="sawfish-client"> <term><filename>sawfish-client</filename></term> <listitem> @@ -170,12 +184,12 @@ </listitem> </varlistentry> - <varlistentry id="sawfish-ui"> - <term><filename>sawfish-ui</filename></term> + <varlistentry id="sawfish-config-prog"> + <term><filename>sawfish-config</filename></term> <listitem> - <para>is the <application>sawfish</application> configurator.</para> - <indexterm zone="sawfish sawfish-ui"> - <primary sortas="b-sawfish-ui">sawfish-ui</primary> + <para>is the <application>sawfish</application> configuration manager.</para> + <indexterm zone="sawfish sawfish-config-prog"> + <primary sortas="b-sawfish-config-prog">sawfish-config</primary> </indexterm> </listitem> </varlistentry> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
