Changeset 7551c54 for xsoft


Ignore:
Timestamp:
04/05/2016 10:38:29 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
939b7582
Parents:
a5fc81e
Message:

rchive WebKitGTK+-2.4. Add comment to GIMP to provide
help via a web browser.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/gimp.xml

    ra5fc81e r7551c54  
    113113        </para>
    114114      </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: 5312793a67132131a6e3360e76f392e4
    124         </para>
    125       </listitem>
    126       <listitem>
    127         <para>
    128          Compressed Patch size: 486 KB
    129         </para>
    130       </listitem> -->
    131115    </itemizedlist>
    132116
     
    162146      an <xref linkend="server-mail"/> (that provides a
    163147      <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
    166151      <ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink>
    167152    </para>
     
    233218    </para>
    234219
    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 &amp;&amp;
    242 ./autogen.sh -prefix=/usr &amp;&amp;</userinput></screen>
    243 
    244     <para>
    245       Again, you can specify a subset of languages by specifying
    246       <envar>ALL_LINGUAS</envar> in front of <command>./autogen.sh</command>, but
    247       this time including &quot;ca&quot;.
    248     </para>
    249  -->
    250220    <para>
    251221      Now build the help files:
     
    287257    you have not installed <application>PyGTK</application>.</para>
    288258
    289 <!--<para>
    290       <command>./autogen.sh</command> <parameter>-prefix=/usr</parameter>: In this case, using
    291       <command>autoreconf</command> to regenerate <filename>configure</filename>
    292       does not work, because of how the gimp-help developers chose to address
    293       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 with
    299       <application>xz</application>. You are encouraged to be suspicious of
    300       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 -->
    304259    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    305260      href="../../xincludes/gtk-doc-rebuild.xml"/>
     
    336291      </para>
    337292
     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>
    338300    </sect3>
    339301
Note: See TracChangeset for help on using the changeset viewer.