Changeset c9cb85c


Ignore:
Timestamp:
02/11/2008 10:37:10 PM (16 years ago)
Author:
Ag Hatzimanikas <ag@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6c24da75
Parents:
8a284147
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8a284147 rc9cb85c  
    178178<!ENTITY xterm-version                "231">
    179179<!ENTITY icon-naming-utils-version    "0.8.2">
    180 <!ENTITY rxvt-unicode-version         "8.4">
     180<!ENTITY rxvt-unicode-version         "9.02">
    181181<!ENTITY pinentry-version             "0.7.3">
    182182
  • general/genutils/rxvt-unicode.xml

    r8a284147 rc9cb85c  
    55  %general-entities;
    66
    7   <!ENTITY rxvt-unicode-download-http "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-&rxvt-unicode-version;.tar.bz2">
     7  <!ENTITY rxvt-unicode-download-http "http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-&rxvt-unicode-version;.tar.bz2">
    88  <!ENTITY rxvt-unicode-download-ftp  " ">
    9   <!ENTITY rxvt-unicode-md5sum        "d15ba0ea7cb54ce7a2a41650e2a5e6ab">
     9  <!ENTITY rxvt-unicode-md5sum        "f3c4fea3d544a340fa5a1d601ff5f204">
    1010  <!ENTITY rxvt-unicode-size          "860 KB">
    1111  <!ENTITY rxvt-unicode-buildsize     "18 MB">
     
    3131
    3232    <para><application>rxvt-unicode</application> is a clone of the terminal
    33     emulator <application>rxvt</application>, an X Window System terminal emulator
    34     which includes support for XFT and Unicode.</para>
     33    emulator <application>rxvt</application>, an X Window System terminal
     34    emulator which includes support for XFT and Unicode.</para>
    3535
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6060    <bridgehead renderas="sect4">Required</bridgehead>
    6161    <para role="required"><xref linkend="x-window-system"/></para>
     62
     63    <bridgehead renderas="sect4">Optional</bridgehead>
     64    <para role="optional">
     65    <ulink url="http://www.afterstep.org/visualdoc.php?show=asimagexml">
     66    libAfterImage</ulink> (adds support for libAfterImage to be used for
     67    transparency and background images)</para>
    6268
    6369    <para condition="html" role="usernotes">User Notes:
     
    9399    <para><option>--disable-xft</option>: Remove support for Xft fonts.</para>
    94100
    95     <para><option>--disable-perl</option>: Disable the embedded <application>Perl</application>
     101    <para><option>--disable-perl</option>: Disable the embedded
     102    <application>Perl</application>
    96103    interpreter.</para>
     104
     105    <para><option>--disable-afterimage</option>: Remove support for
     106    libAfterImage.</para>
    97107
    98108  </sect2>
     
    103113    <para>The <application>rxvt-unicode</application> terminal emulator
    104114    uses the resource class <classname>URxvt</classname> and the resource name
    105     <classname>urxvt</classname>. You can add X resource definitions to the user's
    106     <filename>~/.Xresources</filename> file, or to the system-wide
     115    <classname>urxvt</classname>. You can add X resource definitions to the
     116    user's <filename>~/.Xresources</filename> file, or to the system-wide
    107117    <filename>/etc/X11/app-defaults/URxvt</filename> file.
    108     The following example provides a way to load the <classname>matcher</classname>
    109     <application>Perl</application> extension (assuming <application>Perl</application>
    110     support wasn't disabled), which enables a middle button click to open an underline URL
    111     in the specified browser. It also sets a background and a foreground
    112     color and loads an Xft font. Accomplish this by adding the following definitions as
    113     the <systemitem class="username">root</systemitem> user:</para>
     118    The following example provides a way to load the
     119    <classname>matcher</classname><application>Perl</application> extension
     120    (assuming <application>Perl</application> support wasn't disabled), which
     121    enables a middle button click to open an underline URL in the specified
     122    browser. It also sets a background and a foreground color and loads an Xft
     123    font. Accomplish this by adding the following definitions as the
     124    <systemitem class="username">root</systemitem> user:</para>
    114125
    115126<screen role="root"><userinput>cat &gt;&gt; /etc/X11/app-defaults/URxvt &lt;&lt; "EOF"
     
    121132EOF</userinput></screen>
    122133   
    123     <para>The <application>rxvt-unicode</application> application can also run in
    124     a daemon mode, which makes it possible to open multiple terminal windows within the
    125     same process. The <command>urxvtc</command> client then connects to the
    126     <command>urxvtd</command> daemon and requests a new terminal window.</para>
     134    <para>The <application>rxvt-unicode</application> application can also run
     135    in a daemon mode, which makes it possible to open multiple terminal windows
     136    within the same process. The <command>urxvtc</command> client then connects
     137    to the <command>urxvtd</command> daemon and requests a new terminal window.
     138    </para>
    127139   
    128140  <note>
     
    134146    You can start the <command>urxvtd</command> daemon in the system or
    135147    personal startup <command>X</command> session scripts (e.g.,
    136     <filename>~/.xinitrc</filename>) by adding the following lines near the top of
    137     the script:</para>
     148    <filename>~/.xinitrc</filename>) by adding the following lines near the top
     149    of the script:</para>
    138150   
    139151<screen><userinput><literal># Start the urxvtd daemon
     
    142154
    143155    <para>For more information, examine the <command>urxvt</command>,
    144     <command>urxvtd</command>, <command>urxvtc</command>, and <filename>urxvtperl</filename>
    145     man pages.</para>
     156    <command>urxvtd</command>, <command>urxvtc</command>, and
     157    <filename>urxvtperl</filename> man pages.</para>
    146158
    147159  </sect2>
  • introduction/welcome/changelog.xml

    r8a284147 rc9cb85c  
    4545      <para>February 11th, 2008</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ag] - Updated to rxvt-unicode-9.02. Added libAfterImage as an
     49          optional dependency.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[dj] - Updated to openssl-0.9.8g.</para>
Note: See TracChangeset for help on using the changeset viewer.