Changeset c2168677


Ignore:
Timestamp:
03/07/2006 01:35:34 AM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b2b2c09
Parents:
32077ed
Message:

Moved libgtkhtml to genlib

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

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    r32077ed rc2168677  
    1 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     1<!ENTITY day          "06">                   <!-- Always 2 digits -->
    22<!ENTITY month        "03">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
     
    8080<!ENTITY libxml2-version              "2.6.22">
    8181<!ENTITY libxslt-version              "1.1.15">
     82<!ENTITY libgtkhtml-version           "2.6.3">
    8283<!ENTITY gmp-version                  "4.1.4">
    8384<!ENTITY gdbm-version                 "1.8.3">
     
    422423<!ENTITY libgnomeprintui-version      "2.12.1">
    423424<!ENTITY gtkhtml-version              "3.8.2">
    424 <!ENTITY libgtkhtml-version           "2.6.3">
    425425<!ENTITY evolution-data-server-version "1.4.1.1">
    426426<!ENTITY gtksourceview-version        "1.4.2">
  • general/genlib/genlib.xml

    r32077ed rc2168677  
    4646  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxml2.xml"/>
    4747  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxslt.xml"/>
     48  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libgtkhtml.xml"/>
    4849  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmp.xml"/>
    4950  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gdbm.xml"/>
  • general/genlib/libgtkhtml.xml

    r32077ed rc2168677  
    6868    <bridgehead renderas="sect4">Optional</bridgehead>
    6969    <para role="optional"><xref linkend="gail"/> and
    70     <xref linkend="gnome-vfs"/></para>
     70    <xref linkend="gnome-vfs"/> (only used in the test suite)</para>
    7171
    7272  </sect2>
     
    7878    commands:</para>
    7979
    80 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    81             --disable-accessibility &amp;&amp;
     80<screen><userinput>./configure --prefix=/usr --disable-accessibility &amp;&amp;
    8281make</userinput></screen>
    8382
     
    112111        <seg>None</seg>
    113112        <seg>libgtkhtml-2.[so,a]</seg>
    114         <seg>$GNOME_PREFIX/include/gtkhtml-2.0</seg>
     113        <seg>/usr/include/gtkhtml-2.0</seg>
    115114      </seglistitem>
    116115    </segmentedlist>
  • gnome/add/add.xml

    r32077ed rc2168677  
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libgnomeprintui.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gtkhtml.xml"/>
    24   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libgtkhtml.xml"/>
    2524  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="evolution-data-server.xml"/>
    2625  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gtksourceview.xml"/>
  • introduction/welcome/changelog.xml

    r32077ed rc2168677  
    4242-->
    4343    <listitem>
     44      <para>March 6th, 2006</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[dnicholson] - Moved libgtkhtml to General Libraries
     48          since it is not a GNOME library.  Change prefix to /usr.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4454      <para>March 5th, 2006</para>
    4555      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.