Author: fernando
Date: Thu Sep  4 09:57:50 2014
New Revision: 14189

Log:
LXDM-0.5.0: New fix, now, for sourcing /etc/profile.
Update to gimp-help-2.8.2.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/lxde/apps/lxdm.xml
   trunk/BOOK/xsoft/other/gimp.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Wed Sep  3 15:53:18 2014        (r14188)
+++ trunk/BOOK/general.ent      Thu Sep  4 09:57:50 2014        (r14189)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "03">                   <!-- Always 2 digits -->
+<!ENTITY day          "04">                   <!-- Always 2 digits -->
 <!ENTITY month        "09">                   <!-- Always 2 digits -->
 <!ENTITY year         "2014">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "September 3rd, &year;">
+<!ENTITY releasedate  "September 4th, &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 Sep  3 15:53:18 
2014        (r14188)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Thu Sep  4 09:57:50 
2014        (r14189)
@@ -45,6 +45,16 @@
 -->
 
     <listitem>
+      <para>September 4th, 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[fernando] - Update to gimp-help-2.8.2. Fixes
+          <ulink url="&blfs-ticket-root;5466">#5466</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>September 3rd, 2014</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/lxde/apps/lxdm.xml
==============================================================================
--- trunk/BOOK/lxde/apps/lxdm.xml       Wed Sep  3 15:53:18 2014        (r14188)
+++ trunk/BOOK/lxde/apps/lxdm.xml       Thu Sep  4 09:57:50 2014        (r14189)
@@ -106,7 +106,7 @@
     <title>Installation of LXDM</title>
 
     <para>
-      First, fix some files.
+      First, some fixes.
     </para>
 
 <screen><userinput>cat &gt; pam/lxdm &lt;&lt; "EOF" &amp;&amp;
@@ -119,6 +119,7 @@
 EOF
 
 sed -i 's:sysconfig/i18n:profile.d/i18n.sh:g' data/lxdm.in &amp;&amp;
+sed -i 's:/etc/xprofile:/etc/profile:g' data/Xsession &amp;&amp;
 sed -i 's/^bg/#&amp;/' data/lxdm.conf.in</userinput></screen>
 
     <para>
@@ -154,12 +155,18 @@
     </para>
 
     <para>
-      <command>sed -i ... lxdm.conf.in</command>: Fix the background to the
+      <command>sed -i ... data/lxdm.conf.in</command>: Fix the background to 
the
       default one.
     </para>
 
     <para>
-      <command>sed -i data/lxdm.in</command>: Fix greeter's locale for BLFS
+      <command>sed -i ... data/Xsession</command>: Source
+      <filename>/etc/profile</filename>, instead of other file, according to
+      BLFS standard.
+    </para>
+
+    <para>
+      <command>sed -i ... data/lxdm.in</command>: Fix greeter's locale for BLFS
       specification.
     </para>
 

Modified: trunk/BOOK/xsoft/other/gimp.xml
==============================================================================
--- trunk/BOOK/xsoft/other/gimp.xml     Wed Sep  3 15:53:18 2014        (r14188)
+++ trunk/BOOK/xsoft/other/gimp.xml     Thu Sep  4 09:57:50 2014        (r14189)
@@ -10,18 +10,18 @@
   <!ENTITY gimp-md5sum        "233c948203383fa078434cc3f8f925cb">
   <!ENTITY gimp-size          "20 MB">
   <!ENTITY gimp-buildsize     "642 MB (additional 553 MB to run the test suite,
-                                the help files add from 288 MB (en only) to 1.3
-                                GB (all 18 languages), typically increasing by
-                                54 MB per translation)">
+                                the help files add from 307 MB (en only) to
+                                reputedly 1.3 GB (all 18 languages), typically
+                                increasing by 60 MB per translation)">
   <!ENTITY gimp-time          "4.2 SBU (additional 0.9 SBU to run the test
-                                suite, for the help files from 0.6 SBU (en 
only)
-                                to 19 SBU (all) - typically 1.3 SBU
-                                per translation)">
-
-  <!ENTITY gimp-help-version  "2.8.1">
-  <!ENTITY gimp-help-download 
"ftp://mirrors.xmission.com/gimp/gimp/help/gimp-help-&gimp-help-version;.tar.bz2";>
-  <!ENTITY gimp-help-md5sum   "7f48c64bcadab9611ce8d3d89d990bb4">
-  <!ENTITY gimp-help-size     "133 MB">
+                                suite, and for the help files, from 0.6 SBU (en
+                                only) to reputedly 19 SBU (all) - typically 1.3
+                                SBU per translation)">
+
+  <!ENTITY gimp-help-version  "2.8.2">
+  <!ENTITY gimp-help-download 
"http://download.gimp.org/pub/gimp/help/gimp-help-&gimp-help-version;.tar.bz2";>
+  <!ENTITY gimp-help-md5sum   "a591c8974b2f4f584d0a769d52ed6c5b">
+  <!ENTITY gimp-help-size     "152 MB">
 ]>
 
 <sect1 id="gimp" xreflabel="Gimp-&gimp-version;">
@@ -364,6 +364,7 @@
           /usr/include/gimp-2.0,
           /usr/lib/gimp,
           /usr/share/gimp,
+          /usr/share/gimp/2.0/help/{en,lang2,lang3,...},
           /usr/share/gtk-doc/html/{libgimp,libgimpbase,libgimpcolor},
           /usr/share/gtk-doc/html/{libgimpconfig,libgimpmath},
           /usr/share/gtk-doc/html/{libgimpmodule,libgimpthumb} and
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to