Changeset f659d57
- Timestamp:
- 01/31/2019 02:58:58 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4b94a6d1
- Parents:
- 137446ef
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r137446ef rf659d57 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "3 0"> <!-- Always 2 digits -->3 <!ENTITY day "31"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 3 0th, &year;">9 <!ENTITY releasedate "January 31st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r137446ef rf659d57 42 42 </listitem> 43 43 --> 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> 44 53 45 54 <listitem> -
xsoft/office/abiword.xml
r137446ef rf659d57 44 44 </para> 45 45 46 <!-- https://bugzilla.abisource.com/show_bug.cgi?id=13791. -->46 <!-- https://bugzilla.abisource.com/show_bug.cgi?id=13791. Fixed upstream 47 47 <note> 48 48 <para> … … 53 53 </para> 54 54 </note> 55 --> 55 56 &lfs83_checked; 56 57 … … 110 111 Required patch (fixes GTK+-3.22.x rendering): 111 112 <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"/> 112 119 </para> 113 120 </listitem> … … 182 189 183 190 <screen><userinput>patch -Np1 -i ../abiword-&AbiWord-version;-gtk3_22_render_fix-1.patch && 191 192 patch -Np1 -i ../abiword-&AbiWord-version;-fix_flicker-1.patch && 184 193 185 194 sed -e "s/free_suggestions/free_string_list/" \
Note:
See TracChangeset
for help on using the changeset viewer.