• libreoffice-5.1.0 (libreoffice-5.1.0.3): fix some broken links.

• Update to mesa-11.1.2.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16946 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2016-02-11 14:49:58 +00:00
parent 0e719c46b0
commit 6ec7963249
5 changed files with 55 additions and 20 deletions

View File

@ -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] -->

View File

@ -44,6 +44,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>

View File

@ -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">

View File

@ -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 @@ make</userinput></screen>
<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>

View File

@ -114,25 +114,51 @@ make</userinput></screen>
<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 &gt;&gt; /etc/X11/app-defaults/URxvt &lt;&lt; "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