Updated to rxvt-unicode-9.02 and added libAfterImage as an optional dependency.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7181 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ag Hatzimanikas 2008-02-11 22:37:10 +00:00
parent 8a284147fc
commit c9cb85ce56
3 changed files with 38 additions and 22 deletions

View File

@ -177,7 +177,7 @@ $Date$
<!ENTITY recode-version "3.6">
<!ENTITY xterm-version "231">
<!ENTITY icon-naming-utils-version "0.8.2">
<!ENTITY rxvt-unicode-version "8.4">
<!ENTITY rxvt-unicode-version "9.02">
<!ENTITY pinentry-version "0.7.3">
<!-- Chapter 11 -->

View File

@ -4,9 +4,9 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY rxvt-unicode-download-http "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-&rxvt-unicode-version;.tar.bz2">
<!ENTITY rxvt-unicode-download-http "http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-&rxvt-unicode-version;.tar.bz2">
<!ENTITY rxvt-unicode-download-ftp " ">
<!ENTITY rxvt-unicode-md5sum "d15ba0ea7cb54ce7a2a41650e2a5e6ab">
<!ENTITY rxvt-unicode-md5sum "f3c4fea3d544a340fa5a1d601ff5f204">
<!ENTITY rxvt-unicode-size "860 KB">
<!ENTITY rxvt-unicode-buildsize "18 MB">
<!ENTITY rxvt-unicode-time "0.2 SBU">
@ -30,8 +30,8 @@
<title>Introduction to rxvt-unicode</title>
<para><application>rxvt-unicode</application> is a clone of the terminal
emulator <application>rxvt</application>, an X Window System terminal emulator
which includes support for XFT and Unicode.</para>
emulator <application>rxvt</application>, an X Window System terminal
emulator which includes support for XFT and Unicode.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -60,6 +60,12 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="x-window-system"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<ulink url="http://www.afterstep.org/visualdoc.php?show=asimagexml">
libAfterImage</ulink> (adds support for libAfterImage to be used for
transparency and background images)</para>
<para condition="html" role="usernotes">User Notes:
<ulink url='&blfs-wiki;/rxvt-unicode'/></para>
@ -92,9 +98,13 @@ make</userinput></screen>
<para><option>--disable-xft</option>: Remove support for Xft fonts.</para>
<para><option>--disable-perl</option>: Disable the embedded <application>Perl</application>
<para><option>--disable-perl</option>: Disable the embedded
<application>Perl</application>
interpreter.</para>
<para><option>--disable-afterimage</option>: Remove support for
libAfterImage.</para>
</sect2>
<sect2 role="configuration">
@ -102,15 +112,16 @@ make</userinput></screen>
<para>The <application>rxvt-unicode</application> terminal emulator
uses the resource class <classname>URxvt</classname> and the resource name
<classname>urxvt</classname>. You can add X resource definitions to the user's
<filename>~/.Xresources</filename> file, or to the system-wide
<classname>urxvt</classname>. You can add X resource definitions to the
user's <filename>~/.Xresources</filename> file, or to the system-wide
<filename>/etc/X11/app-defaults/URxvt</filename> file.
The following example provides a way to load the <classname>matcher</classname>
<application>Perl</application> extension (assuming <application>Perl</application>
support wasn't disabled), which enables a middle button click to open an underline URL
in the specified browser. It also sets a background and a foreground
color and loads an Xft font. Accomplish this by adding the following definitions as
the <systemitem class="username">root</systemitem> user:</para>
The following example provides a way to load the
<classname>matcher</classname><application>Perl</application> extension
(assuming <application>Perl</application> support wasn't disabled), which
enables a middle button click to open an underline URL in the specified
browser. It also sets a background and a foreground color and loads an Xft
font. Accomplish this by adding the following definitions as the
<systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>cat &gt;&gt; /etc/X11/app-defaults/URxvt &lt;&lt; "EOF"
URxvt*perl-ext: matcher
@ -120,10 +131,11 @@ URxvt.foreground: yellow
URxvt*font: xft:Monospace:pixelsize=12
EOF</userinput></screen>
<para>The <application>rxvt-unicode</application> application can also run in
a daemon mode, which makes it possible to open multiple terminal windows within the
same process. The <command>urxvtc</command> client then connects to the
<command>urxvtd</command> daemon and requests a new terminal window.</para>
<para>The <application>rxvt-unicode</application> application can also run
in a daemon mode, which makes it possible to open multiple terminal windows
within the same process. The <command>urxvtc</command> client then connects
to the <command>urxvtd</command> daemon and requests a new terminal window.
</para>
<note>
<para>Use that option with caution. If the daemon crashes, all the
@ -133,16 +145,16 @@ EOF</userinput></screen>
<para>
You can start the <command>urxvtd</command> daemon in the system or
personal startup <command>X</command> session scripts (e.g.,
<filename>~/.xinitrc</filename>) by adding the following lines near the top of
the script:</para>
<filename>~/.xinitrc</filename>) by adding the following lines near the top
of the script:</para>
<screen><userinput><literal># Start the urxvtd daemon
urxvtd -q -f -o &amp;
</literal></userinput></screen>
<para>For more information, examine the <command>urxvt</command>,
<command>urxvtd</command>, <command>urxvtc</command>, and <filename>urxvtperl</filename>
man pages.</para>
<command>urxvtd</command>, <command>urxvtc</command>, and
<filename>urxvtperl</filename> man pages.</para>
</sect2>

View File

@ -44,6 +44,10 @@
<listitem>
<para>February 11th, 2008</para>
<itemizedlist>
<listitem>
<para>[ag] - Updated to rxvt-unicode-9.02. Added libAfterImage as an
optional dependency.</para>
</listitem>
<listitem>
<para>[dj] - Updated to openssl-0.9.8g.</para>
</listitem>