Author: pierre
Date: Thu Jan 31 06:58:58 2019
New Revision: 21071

Log:
Patch abiword to prevent flickering

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/xsoft/office/abiword.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Wed Jan 30 09:41:22 2019        (r21070)
+++ trunk/BOOK/general.ent      Thu Jan 31 06:58:58 2019        (r21071)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "30">                   <!-- Always 2 digits -->
+<!ENTITY day          "31">                   <!-- Always 2 digits -->
 <!ENTITY month        "01">                   <!-- Always 2 digits -->
 <!ENTITY year         "2019">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "January 30th, &year;">
+<!ENTITY releasedate  "January 31st, &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 Jan 30 09:41:22 
2019        (r21070)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Thu Jan 31 06:58:58 
2019        (r21071)
@@ -43,6 +43,15 @@
 -->
 
     <listitem>
+      <para>January 31st, 2019</para>
+      <itemizedlist>
+        <listitem>
+          <para>[pierre] - Add a patch to AbiWord, to prevent 
flickering.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>January 30th, 2019</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/xsoft/office/abiword.xml
==============================================================================
--- trunk/BOOK/xsoft/office/abiword.xml Wed Jan 30 09:41:22 2019        (r21070)
+++ trunk/BOOK/xsoft/office/abiword.xml Thu Jan 31 06:58:58 2019        (r21071)
@@ -43,7 +43,7 @@
       writing reports, letters and other formatted documents.
     </para>
 
-    <!-- https://bugzilla.abisource.com/show_bug.cgi?id=13791. -->
+    <!-- https://bugzilla.abisource.com/show_bug.cgi?id=13791. Fixed upstream
     <note>
       <para>
         It has been reported that, depending on the desktop enviroment and on
@@ -52,6 +52,7 @@
        available yet.
       </para>
     </note>
+-->
     &lfs83_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
@@ -111,6 +112,12 @@
           <ulink 
url="&patch-root;/abiword-&AbiWord-version;-gtk3_22_render_fix-1.patch"/>
         </para>
       </listitem>
+      <listitem>
+        <para>
+          Recommended patch (fixes flickering and caret problems):
+          <ulink 
url="&patch-root;/abiword-&AbiWord-version;-fix_flicker-1.patch"/>
+        </para>
+      </listitem>
     </itemizedlist>
 
     <bridgehead renderas="sect3">AbiWord Dependencies</bridgehead>
@@ -181,6 +188,8 @@
     </para>
 
 <screen><userinput>patch -Np1 -i 
../abiword-&AbiWord-version;-gtk3_22_render_fix-1.patch &amp;&amp;
+
+patch -Np1 -i ../abiword-&AbiWord-version;-fix_flicker-1.patch &amp;&amp;
    
 sed -e "s/free_suggestions/free_string_list/" \
     -e "s/_to_personal//"                     \
-- 
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