Author: fernando
Date: Thu Feb 11 06:49:58 2016
New Revision: 16946
Log:
• libreoffice-5.1.0 (libreoffice-5.1.0.3): fix some broken links.
• Update to mesa-11.1.2.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/packages.ent
trunk/BOOK/x/installing/mesa.xml
trunk/BOOK/xsoft/other/rxvt-unicode.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Wed Feb 10 23:56:36 2016 (r16945)
+++ trunk/BOOK/general.ent Thu Feb 11 06:49:58 2016 (r16946)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "10"> <!-- Always 2 digits -->
+<!ENTITY day "11"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2016">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "February 10th &year;">
+<!ENTITY releasedate "February 11th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Wed Feb 10 23:56:36
2016 (r16945)
+++ trunk/BOOK/introduction/welcome/changelog.xml Thu Feb 11 06:49:58
2016 (r16946)
@@ -45,6 +45,16 @@
-->
<listitem>
+ <para>February 11th, 2016</para>
+ <itemizedlist>
+ <listitem>
+ <para>[fernando] - Update to mesa-11.1.2. Fixes
+ <ulink url="&blfs-ticket-root;7450">#7450</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>February 10th, 2016</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Wed Feb 10 23:56:36 2016 (r16945)
+++ trunk/BOOK/packages.ent Thu Feb 11 06:49:58 2016 (r16946)
@@ -458,7 +458,7 @@
<!ENTITY xbitmaps-version "1.1.1">
<!ENTITY xcursor-themes-version "1.0.4">
<!ENTITY xkeyboard-config-version "2.17">
-<!ENTITY mesa-version "11.1.1">
+<!ENTITY mesa-version "11.1.2">
<!ENTITY xcb-util-version "0.4.0">
<!ENTITY xcb-util-image-version "0.4.0">
<!ENTITY xcb-util-keysyms-version "0.4.0">
Modified: trunk/BOOK/x/installing/mesa.xml
==============================================================================
--- trunk/BOOK/x/installing/mesa.xml Wed Feb 10 23:56:36 2016 (r16945)
+++ trunk/BOOK/x/installing/mesa.xml Thu Feb 11 06:49:58 2016 (r16946)
@@ -6,10 +6,10 @@
<!ENTITY mesa-download-http " ">
<!ENTITY mesa-download-ftp
"ftp://ftp.freedesktop.org/pub/mesa/&mesa-version;/mesa-&mesa-version;.tar.xz">
- <!ENTITY mesa-md5sum "1043dfb907beecb2a761272455960427">
+ <!ENTITY mesa-md5sum "5.0.14-105127">
<!ENTITY mesa-size "7.3 MB">
<!ENTITY mesa-buildsize "317 MB (with tests and docs)">
- <!ENTITY mesa-time "2.8 SBU (with tests and docs - all with
parallelism = 4)">
+ <!ENTITY mesa-time "2.9 SBU (with tests and docs - all with
parallelism = 4)">
]>
<sect1 id="mesa" xreflabel="Mesa-&mesa-version;">
@@ -181,8 +181,7 @@
<screen><userinput>make -C xdemos
DEMOS_PREFIX=$XORG_PREFIX</userinput></screen>
<para>
- To test the results, issue: <command>make check</command>. Some sub-tests
- may fail for unknown reasons.
+ To test the results, issue: <command>make check</command>.
</para>
<para>
Modified: trunk/BOOK/xsoft/other/rxvt-unicode.xml
==============================================================================
--- trunk/BOOK/xsoft/other/rxvt-unicode.xml Wed Feb 10 23:56:36 2016
(r16945)
+++ trunk/BOOK/xsoft/other/rxvt-unicode.xml Thu Feb 11 06:49:58 2016
(r16946)
@@ -114,25 +114,51 @@
<sect2 role="configuration">
<title>Configuring rxvt-unicode</title>
- <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 a
- user's <filename>~/.Xresources</filename> file or to the system-wide
- <filename>/etc/X11/app-defaults/URxvt</filename> file. The following
- example will load the <classname>matcher</classname>
+ <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 a
user's
+ <filename>~/.Xresources</filename> or <filename>~/.Xdefaults</filename>
+ files or to the system-wide
<filename>/etc/X11/app-defaults/URxvt</filename>
+ file. The following example will 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 underlined URL in the specified browser,
- sets a background and foreground color and loads an Xft font:</para>
+ left button click to open an underlined URL in the specified browser, sets
a
+ background and foreground color and loads an Xft font:</para>
<screen><userinput>cat >> /etc/X11/app-defaults/URxvt << "EOF"
-<literal>URxvt*perl-ext: matcher
-URxvt*urlLauncher: firefox
-URxvt.background: black
-URxvt.foreground: yellow
-URxvt*font: xft:Monospace:pixelsize=12</literal>
+<literal>! Use the specified colour as the windows background colour [default
white]
+URxvt*background: black
+
+! Use the specified colour as the windows foreground colour [default black]
+URxvt*foreground: yellow
+
+! Select the fonts to be used. This is a comma separated list of font names
+URxvt*font: xft:Monospace:pixelsize=18
+
+! Comma-separated list(s) of perl extension scripts (default: "default")
+URxvt*perl-ext: matcher
+
+! Specifies the program to be started with a URL argument. Used by
+URxvt*url-launcher: firefox
+
+! When clicked with the mouse button specified in the "matcher.button" resource
+! (default 2, or middle), the program specified in the "matcher.launcher"
+! resource (default, the "url-launcher" resource, "sensible-browser") will be
+! started with the matched text as first argument.
+! Below, default modified to mouse left button.
+URxvt*matcher.button: 1</literal>
EOF</userinput></screen>
+ <para>In order to view the defined X resources, issue:</para>
+
+<screen><userinput>xrdb -query</userinput></screen>
+
+ <para>In order to add the modifications of the new user configuration file,
+ keeping previously X configurations (of course, unless you are changing any
+ on previously define), issue:</para>
+
+<screen><userinput>xrdb -merge ~/.Xresources</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
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page