Changeset 4307e1e
- Timestamp:
- 11/26/2016 12:39:11 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9d92eb7a
- Parents:
- 562355c
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r562355c r4307e1e 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 4"> <!-- Always 2 digits -->3 <!ENTITY day "25"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 2 4th &year;">9 <!ENTITY releasedate "November 25th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r562355c r4307e1e 45 45 46 46 <listitem> 47 <para>November 25th, 2016</para> 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Update to webkitgtk-2.14.2. Fixes 51 <ulink url="&blfs-ticket-root;8429">#8429</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 47 57 <para>November 24th, 2016</para> 48 58 <itemizedlist> -
packages.ent
r562355c r4307e1e 539 539 <!ENTITY startup-notification-version "0.12"> 540 540 <!ENTITY webkitgtk2-version "2.4.11"> <!-- Even minors only --> 541 <!ENTITY webkitgtk-version "2.14. 0"> <!-- Even minors only -->541 <!ENTITY webkitgtk-version "2.14.2"> <!-- Even minors only --> 542 542 543 543 <!ENTITY gtk2-libdir "2.0/2.10.0"> -
x/lib/webkitgtk.xml
r562355c r4307e1e 8 8 <!ENTITY webkitgtk-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz"> 9 9 <!ENTITY webkitgtk-download-ftp " "> 10 <!ENTITY webkitgtk-md5sum "2 0f21f48677559750581471c7aeb8648">11 <!ENTITY webkitgtk-size "1 3MB">12 <!ENTITY webkitgtk-buildsize " 1.1 GB (109MB installed)">13 <!ENTITY webkitgtk-time "3 5 SBU (using parallelism=4,116 SBUs using one core)">10 <!ENTITY webkitgtk-md5sum "2fe3cadbc546d93ca68a13756c2be015"> 11 <!ENTITY webkitgtk-size "12.8 MB"> 12 <!ENTITY webkitgtk-buildsize "956 MB (115 MB installed)"> 13 <!ENTITY webkitgtk-time "34 SBU (using parallelism=4, estimated 116 SBUs using one core)"> 14 14 ]> 15 15 … … 145 145 following commands: 146 146 </para> 147 <!--Was getting in Firefox and in Seamnkey:148 sed -i 's/â€/\"/g' ...149 in Ocidental150 or151 in Unicode152 sed -i 's/�€/\"/g' ...153 154 http://www.danshort.com/HTMLentities/155 Open double quotes “ “ “ “156 Close double quotes ” ” ” ”157 -->158 <!-- Not needed anymore as of 2.12.5159 <screen><userinput>sed -e 's/“/\"/' -e 's/”/\"/' \160 -i Source/WebCore/xml/XMLViewer.{css,js} &&161 -->162 <!-- Fixed in 2.10.9163 sed -i "s#isnan#std::&#g" Source/JavaScriptCore/runtime/Options.cpp &&-->164 147 165 148 <screen><userinput>mkdir -vp build && … … 207 190 <sect2 role="commands"> 208 191 <title>Command Explanations</title> 209 210 <!--211 <para>212 <command>sed -i ...</command>: Fixes typos in two213 source code files.214 </para>215 -->216 192 217 193 <para>
Note:
See TracChangeset
for help on using the changeset viewer.