Changeset 5ac36d0


Ignore:
Timestamp:
10/26/2017 05:30:30 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
02447df
Parents:
e5c8de01
Message:

Move GtkHTML to genutils, and fix build error with newer enchant.

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

Files:
5 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genutils/genutils.xml

    re5c8de01 r5ac36d0  
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="graphviz.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk-doc.xml"/>
     33
     34  <!-- systemd only -->
     35  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtkhtml.xml"/>
     36
    3337  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hd2u.xml"/>
    3438
  • general/genutils/gtkhtml.xml

    re5c8de01 r5ac36d0  
    100100
    101101    <para>
     102      Fix a build issue with <xref linkend="enchant"/>:
     103    </para>
     104
     105<screen><userinput>sed 's@pwl@session@' -i components/editor/gtkhtml-spell-checker.c</userinput></screen>
     106
     107    <para>
    102108      Install <application>GtkHTML</application> by running the following
    103109      commands:
  • gnome.ent

    re5c8de01 r5ac36d0  
    3434<!ENTITY libwnck-version                   "3.24.1">
    3535<!ENTITY grilo-version                     "0.3.4">
    36 <!ENTITY gtkhtml-version                   "4.10.0">
    3736<!ENTITY libchamplain-version              "0.12.16">
    3837<!ENTITY libgdata-version                  "0.17.9">
  • gnome/platform/platform.xml

    re5c8de01 r5ac36d0  
    5757  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-video-effects.xml"/>
    5858  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grilo.xml"/>
    59   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtkhtml.xml"/>
    6059  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libchamplain.xml"/>
    6160  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgdata.xml"/>
  • introduction/welcome/changelog.xml

    re5c8de01 r5ac36d0  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[dj] - Move GtkHTML to genutils, and fix build error with
     49          newer enchant.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[dj] - Update to gnome-online-accounts-3.26.1.</para>
    4953        </listitem>
  • packages.ent

    re5c8de01 r5ac36d0  
    230230<!ENTITY graphviz-version             "2.40.1">   <!-- Even minors only -->
    231231<!ENTITY gtk-doc-version              "1.26">
     232<!ENTITY gtkhtml-version              "4.10.0">
    232233<!ENTITY hd2u-version                 "1.0.4">
    233234<!ENTITY hicolor-icon-theme-version   "0.17">
Note: See TracChangeset for help on using the changeset viewer.