Changeset 7551c54
- Timestamp:
- 04/05/2016 10:38:29 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 939b7582
- Parents:
- a5fc81e
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
ra5fc81e r7551c54 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[bdubbs] - Archive WebKitGTK+-2.4. Add comment to 52 GIMP to provide help via a web browser. Fixes 53 <ulink url="&blfs-ticket-root;7684">#7684</ulink>.</para> 54 </listitem> 55 <listitem> 51 56 <para>[bdubbs] - Update to gegl-0.3.6. Fixes 52 57 <ulink url="&blfs-ticket-root;7692">#7692</ulink>.</para> -
x/lib/lib.xml
ra5fc81e r7551c54 59 59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qtwebkit5.xml"/> 60 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="startup-notification.xml"/> 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="webkitgtk2.xml"/>61 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="webkitgtk2.xml"/> --> 62 62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="webkitgtk.xml"/> 63 63 -
xfce/apps/midori.xml
ra5fc81e r7551c54 92 92 <para role="optional"> 93 93 <xref linkend="gtk-doc"/>, 94 <xref linkend="webkitgtk2"/>, and 94 <!--<xref linkend="webkitgtk2"/>, and --> 95 <ulink url="http://webkitgtk.org/releases/">WebKitGTK+-2.4.x</ulink>, and 95 96 <ulink url="https://launchpad.net/zeitgeist/0.9/">Zeitgeist</ulink> 96 97 </para> … … 103 104 <sect2 role="installation"> 104 105 <title>Installation of Midori</title> 105 <!--106 <note>107 <para>108 The tarball was not created from a directory, thus it is better to create a directory to uncompress it:109 </para>110 <screen><userinput>mkdir -v midori-&midori-version; &&111 tar -xf midori_&midori-version;_all_.tar.bz2 -C midori-&midori-version; &&112 cd midori-&midori-version;</userinput></screen>113 </note>-->114 106 115 107 <para> … … 154 146 <para> 155 147 <parameter>-DHALF_BRO_INCOM_WEBKIT2=ON</parameter>: Links to <xref 156 linkend="webkitgtk"/> instead of <xref linkend="webkitgtk2"/>. Strictly148 linkend="webkitgtk"/> instead of WebKitGTK+-2.4.x.. Strictly 157 149 speaking, <xref linkend="webkitgtk"/> is not required and Midori could 158 be linked to <xref linkend="webkitgtk2"/>. The former is deemed <quote>150 be linked to WebKitGTK+-2.4.x. The former is deemed <quote> 159 151 experimental</quote> by upstream, but seems to work well. The latter is 160 152 an older API and less secure. -
xsoft/other/gimp.xml
ra5fc81e r7551c54 113 113 </para> 114 114 </listitem> 115 <!-- <listitem>116 <para>117 Optional patch:118 <ulink url="&patch-root;/gimp-&gimp-version;-device_info-1.patch"/>119 </para>120 </listitem>-->121 <!-- <listitem>122 <para>123 Compressed Patch MD5 sum: 5312793a67132131a6e3360e76f392e4124 </para>125 </listitem>126 <listitem>127 <para>128 Compressed Patch size: 486 KB129 </para>130 </listitem> -->131 115 </itemizedlist> 132 116 … … 162 146 an <xref linkend="server-mail"/> (that provides a 163 147 <command>sendmail</command> program), 164 <xref linkend="webkitgtk2"/> (required for the help-plugin) and 165 <xref linkend="gtk-doc"/>, and 148 <xref linkend="gtk-doc"/>, 149 <!--xref linkend="webkitgtk2"/> (required for the help-plugin) and--> 150 <ulink url="http://webkitgtk.org/releases/">WebKitGTK+-2.4.x</ulink> (required for the help-plugin), and 166 151 <ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink> 167 152 </para> … … 233 218 </para> 234 219 235 <!-- <para>236 Alternatively, if you wish to build languages including Catalan,237 apply the patch:238 </para>239 240 <screen role="nodump"><userinput>xzcat ../gimp-help-2.8.0-build_fixes-1.patch.xz \241 | patch -p1 &&242 ./autogen.sh -prefix=/usr &&</userinput></screen>243 244 <para>245 Again, you can specify a subset of languages by specifying246 <envar>ALL_LINGUAS</envar> in front of <command>./autogen.sh</command>, but247 this time including "ca".248 </para>249 -->250 220 <para> 251 221 Now build the help files: … … 287 257 you have not installed <application>PyGTK</application>.</para> 288 258 289 <!--<para>290 <command>./autogen.sh</command> <parameter>-prefix=/usr</parameter>: In this case, using291 <command>autoreconf</command> to regenerate <filename>configure</filename>292 does not work, because of how the gimp-help developers chose to address293 problems with the autotools.294 </para>295 296 <para>297 <command>xzcat ../gimp-help-2.8.0-build_fixes-1.patch.xz</command>:298 this patch is large, so it has been compressed with299 <application>xz</application>. You are encouraged to be suspicious of300 all patches until you have looked at them. Use <command>view</command>301 to read the compressed patch before you apply it.302 </para>303 -->304 259 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 305 260 href="../../xincludes/gtk-doc-rebuild.xml"/> … … 336 291 </para> 337 292 293 <para> 294 The GIMP uses either a plugin or a browser for its help system. The 295 depedency to build the plugin, WebKitGTK+-2.4.x, has been deprecated 296 and is no longer in BLFS. To set up the help system to work with the 297 default browser, use Edit -> Preferences -> Help System and select 'Web 298 Browser' for the 'Help Browser to use' setting. 299 </para> 338 300 </sect3> 339 301
Note:
See TracChangeset
for help on using the changeset viewer.