Changeset 37f9c41


Ignore:
Timestamp:
02/27/2012 04:35:09 PM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
20e4fd4e
Parents:
592f456
Message:

libgtkhtml-4.2.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r592f456 r37f9c41  
    44-->
    55
    6 <!ENTITY day          "27">                   <!-- Always 2 digits -->
     6<!ENTITY day          "28">                   <!-- Always 2 digits -->
    77<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "February 27th, &year;">
     12<!ENTITY releasedate  "February 28th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    765765<!ENTITY gnome-applets-version        "3.2.1">
    766766<!ENTITY gnome-video-effects-version  "0.3.0">
    767 <!ENTITY gtkhtml-version              "3.30.2">
     767<!ENTITY gtkhtml-version              "4.2.2">
    768768<!ENTITY gtksourceview-version        "3.2.3">
    769769<!ENTITY libgda-version               "4.2.4">
  • gnome/add/gtkhtml.xml

    r592f456 r37f9c41  
    55  %general-entities;
    66
    7 <!ENTITY gtkhtml-download-http "&gnome-download-http;/gtkhtml/3.30/gtkhtml-&gtkhtml-version;.tar.bz2">
    8 <!ENTITY gtkhtml-download-ftp  "&gnome-download-http;/gtkhtml/3.30/gtkhtml-&gtkhtml-version;.tar.bz2">
    9 <!ENTITY gtkhtml-md5sum        "590c626e507a2ef9c9026699283d4004">
    10 <!ENTITY gtkhtml-size          "1.3 MB">
    11 <!ENTITY gtkhtml-buildsize     "36 MB">
     7<!ENTITY gtkhtml-download-http "&gnome-download-http;/gtkhtml/4.2/gtkhtml-&gtkhtml-version;.tar.xz">
     8<!ENTITY gtkhtml-download-ftp  "&gnome-download-http;/gtkhtml/4.2/gtkhtml-&gtkhtml-version;.tar.xz">
     9<!ENTITY gtkhtml-md5sum        "9296c0c1863ae34409ab6c403f4f3783">
     10<!ENTITY gtkhtml-size          "1.1 MB">
     11<!ENTITY gtkhtml-buildsize     "41 MB">
    1212<!ENTITY gtkhtml-time          "0.7 SBU">
    1313]>
     
    3333    lightweight HTML rendering/printing/editing engine.</para>
    3434
    35     &lfs65_built;
     35    &lfs70_built;
    3636
    3737    <!-- Gnome-Sharp can use this package, and Beagle can use these
     
    6868    <bridgehead renderas="sect4">Required</bridgehead>
    6969    <para role="required"><xref linkend="enchant"/>,
    70     <xref linkend="GConf"/>,
    7170    <xref linkend="gnome-icon-theme"/>,
    72     <xref linkend="gtk2"/>, and
     71    <xref linkend="gsettings-desktop-schemas"/>,
     72    <xref linkend="gtk3"/>,
    7373    <xref linkend="iso-codes"/></para>
    7474
    7575    <bridgehead renderas="sect4">Optional</bridgehead>
    76     <para role="optional"><xref linkend="libsoup"/></para>
     76    <para role="optional"><xref linkend="libsoup"/>,
     77    <xref linkend="xorg7"/></para>
    7778
    7879    <para condition="html" role="usernotes">User Notes:
     
    8788    commands:</para>
    8889
    89 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    90             --libexecdir=$(pkg-config \
    91                 --variable=prefix ORBit-2.0)/lib/gtkhtml &amp;&amp;
     90<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
    9291make</userinput></screen>
    9392
     
    106105    href="../../xincludes/gnome-prefix.xml"/>
    107106
    108     <para><parameter>--libexecdir=$(pkg-config --variable=prefix
    109     ORBit-2.0)/lib/gtkhtml</parameter>: This parameter causes the libexec
    110     files to be installed in the preferred location of
    111     <filename class="directory">$GNOME_PREFIX/lib/gtkhtml</filename> instead of
    112     <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    113 
    114107  </sect2>
    115108
     
    124117      <seglistitem>
    125118        <seg>gtkhtml-editor-test</seg>
    126         <seg>libgtkhtml-3.14.so and libgtkhtml-editor.so</seg>
    127         <seg><envar>$GNOME_PREFIX</envar>/{include/libgtkhtml-3.14/{editor,
    128         gtkhtml},share/gtkhtml-3.14/icons}</seg>
     119        <seg>libgtkhtml-4.0.so and libgtkhtml-editor-4.0.so</seg>
     120        <seg><envar>$GNOME_PREFIX</envar>/{include/libgtkhtml-4.0/{editor,
     121        gtkhtml},share/gtkhtml-4.0/icons}</seg>
    129122      </seglistitem>
    130123    </segmentedlist>
     
    146139
    147140      <varlistentry id="libgtkhtml-3">
    148         <term><filename class='libraryfile'>libgtkhtml-3.14.so</filename></term>
     141        <term><filename class='libraryfile'>libgtkhtml-4.0.so</filename></term>
    149142        <listitem>
    150           <para>provide the functions to render HTML within applications.</para>
     143          <para>provides the functions to render HTML within applications.</para>
    151144          <indexterm zone="gtkhtml libgtkhtml-3">
    152             <primary sortas="c-libgtkhtml-3">libgtkhtml-3.14.so</primary>
     145            <primary sortas="c-libgtkhtml-3">libgtkhtml-4.0.so</primary>
    153146          </indexterm>
    154147        </listitem>
  • introduction/welcome/changelog.xml

    r592f456 r37f9c41  
    4343-->
    4444    <listitem>
     45      <para>February 28th, 2012</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - merged gtkhtml-4.2.2 from Wayne.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>February 27th, 2012</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.