Changeset f659d57


Ignore:
Timestamp:
01/31/2019 02:58:58 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4b94a6d1
Parents:
137446ef
Message:

Patch abiword to prevent flickering

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21071 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r137446ef rf659d57  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "30">                   <!-- Always 2 digits -->
     3<!ENTITY day          "31">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 30th, &year;">
     9<!ENTITY releasedate  "January 31st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r137446ef rf659d57  
    4242    </listitem>
    4343-->
     44
     45    <listitem>
     46      <para>January 31st, 2019</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[pierre] - Add a patch to AbiWord, to prevent flickering.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4453
    4554    <listitem>
  • xsoft/office/abiword.xml

    r137446ef rf659d57  
    4444    </para>
    4545
    46     <!-- https://bugzilla.abisource.com/show_bug.cgi?id=13791. -->
     46    <!-- https://bugzilla.abisource.com/show_bug.cgi?id=13791. Fixed upstream
    4747    <note>
    4848      <para>
     
    5353      </para>
    5454    </note>
     55-->
    5556    &lfs83_checked;
    5657
     
    110111          Required patch (fixes GTK+-3.22.x rendering):
    111112          <ulink url="&patch-root;/abiword-&AbiWord-version;-gtk3_22_render_fix-1.patch"/>
     113        </para>
     114      </listitem>
     115      <listitem>
     116        <para>
     117          Recommended patch (fixes flickering and caret problems):
     118          <ulink url="&patch-root;/abiword-&AbiWord-version;-fix_flicker-1.patch"/>
    112119        </para>
    113120      </listitem>
     
    182189
    183190<screen><userinput>patch -Np1 -i ../abiword-&AbiWord-version;-gtk3_22_render_fix-1.patch &amp;&amp;
     191
     192patch -Np1 -i ../abiword-&AbiWord-version;-fix_flicker-1.patch &amp;&amp;
    184193   
    185194sed -e "s/free_suggestions/free_string_list/" \
Note: See TracChangeset for help on using the changeset viewer.