From c9cb85ce56c51dc5888bb3deba72f84c3b0e2f34 Mon Sep 17 00:00:00 2001 From: Ag Hatzimanikas Date: Mon, 11 Feb 2008 22:37:10 +0000 Subject: [PATCH] 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 --- general.ent | 2 +- general/genutils/rxvt-unicode.xml | 54 ++++++++++++++++++------------ introduction/welcome/changelog.xml | 4 +++ 3 files changed, 38 insertions(+), 22 deletions(-) diff --git a/general.ent b/general.ent index d69915c920..ff8d89a4df 100644 --- a/general.ent +++ b/general.ent @@ -177,7 +177,7 @@ $Date$ - + diff --git a/general/genutils/rxvt-unicode.xml b/general/genutils/rxvt-unicode.xml index e38f4dca37..3e8d3cfbca 100644 --- a/general/genutils/rxvt-unicode.xml +++ b/general/genutils/rxvt-unicode.xml @@ -4,9 +4,9 @@ %general-entities; - + - + @@ -30,8 +30,8 @@ Introduction to rxvt-unicode rxvt-unicode is a clone of the terminal - emulator rxvt, an X Window System terminal emulator - which includes support for XFT and Unicode. + emulator rxvt, an X Window System terminal + emulator which includes support for XFT and Unicode. Package Information @@ -60,6 +60,12 @@ Required + Optional + + + libAfterImage (adds support for libAfterImage to be used for + transparency and background images) + User Notes: @@ -92,9 +98,13 @@ make : Remove support for Xft fonts. - : Disable the embedded Perl + : Disable the embedded + Perl interpreter. + : Remove support for + libAfterImage. + @@ -102,15 +112,16 @@ make The rxvt-unicode terminal emulator uses the resource class URxvt and the resource name - urxvt. You can add X resource definitions to the user's - ~/.Xresources file, or to the system-wide + urxvt. You can add X resource definitions to the + user's ~/.Xresources file, or to the system-wide /etc/X11/app-defaults/URxvt file. - The following example provides a way to load the matcher - Perl extension (assuming Perl - 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 root user: + The following example provides a way to load the + matcherPerl extension + (assuming Perl 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 + root user: cat >> /etc/X11/app-defaults/URxvt << "EOF" URxvt*perl-ext: matcher @@ -120,10 +131,11 @@ URxvt.foreground: yellow URxvt*font: xft:Monospace:pixelsize=12 EOF - The rxvt-unicode application can also run in - a daemon mode, which makes it possible to open multiple terminal windows within the - same process. The urxvtc client then connects to the - urxvtd daemon and requests a new terminal window. + The rxvt-unicode application can also run + in a daemon mode, which makes it possible to open multiple terminal windows + within the same process. The urxvtc client then connects + to the urxvtd daemon and requests a new terminal window. + Use that option with caution. If the daemon crashes, all the @@ -133,16 +145,16 @@ EOF You can start the urxvtd daemon in the system or personal startup X session scripts (e.g., - ~/.xinitrc) by adding the following lines near the top of - the script: + ~/.xinitrc) by adding the following lines near the top + of the script: # Start the urxvtd daemon urxvtd -q -f -o & For more information, examine the urxvt, - urxvtd, urxvtc, and urxvtperl - man pages. + urxvtd, urxvtc, and + urxvtperl man pages. diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index efaf1d1b6d..9a0d9f4cf8 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,10 @@ February 11th, 2008 + + [ag] - Updated to rxvt-unicode-9.02. Added libAfterImage as an + optional dependency. + [dj] - Updated to openssl-0.9.8g.