Changeset f889089


Ignore:
Timestamp:
02/16/2012 08:21:40 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:
9ba96bb
Parents:
d073532
Message:

Update to yelp-3.2.1 and remove some accumulated crud from it, particularly re gecko.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd073532 rf889089  
    741741<!ENTITY nautilus-version             "3.2.1">
    742742<!ENTITY sushi-version                "0.2.1">
    743 <!ENTITY yelp-version                 "2.30.1">
     743<!ENTITY yelp-version                 "3.2.1">
    744744
    745745<!-- Shell Fallback -->
  • gnome/core/yelp.xml

    rd073532 rf889089  
    55  %general-entities;
    66
    7   <!ENTITY yelp-download-http "&gnome-download-http;/yelp/&gnome-version;/yelp-&yelp-version;.tar.bz2">
    8   <!ENTITY yelp-download-ftp  "&gnome-download-ftp;/yelp/&gnome-version;/yelp-&yelp-version;.tar.bz2">
    9   <!ENTITY yelp-md5sum        "afd638cdaea1fcb9821ece88b819a022">
    10   <!ENTITY yelp-size          "1.1 MB">
    11   <!ENTITY yelp-buildsize     "21 MB">
     7  <!ENTITY yelp-download-http "&gnome-download-http;/yelp/&gnome-version;/yelp-&yelp-version;.tar.xz">
     8  <!ENTITY yelp-download-ftp  "&gnome-download-ftp;/yelp/&gnome-version;/yelp-&yelp-version;.tar.xz">
     9  <!ENTITY yelp-md5sum        "0c58fefce818ed3f2c2cdcf0d636b892">
     10  <!ENTITY yelp-size          "836 KB">
     11  <!ENTITY yelp-buildsize     "24 MB">
    1212  <!ENTITY yelp-time          "0.3 SBU">
    1313]>
     
    3333    browser. This is useful for viewing help files.</para>
    3434
    35     &lfs65_checked;
     35    &lfs70_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6262    <para role="required"><xref linkend="GConf"/>,
    6363    <xref linkend="gnome-doc-utils"/>,
    64     <xref linkend="startup-notification"/>, and
    65     <xref linkend="xulrunner"/></para>
     64    <xref linkend="startup-notification"/>,
     65    <xref linkend="webkitgtk"/>, and
     66    <xref linkend="yelp-xsl"/></para>
    6667
    6768    <bridgehead renderas="sect4">Optional</bridgehead>
     
    7475      without <application>Yelp</application> you will not be able to view the
    7576      built-in Help provided by core <application>GNOME</application> and many
    76       of the support applications. This is mentioned here because you may not
    77       wish to install a Gecko layout engine. Without a Gecko layout engine you
    78       will have no graphical browser capability as the default GNOME browser,
    79       <xref linkend="epiphany"/>, also requires a Gecko layout engine.</para>
     77      of the support applications.</para>
    8078    </note>
    8179
     
    9189    commands:</para>
    9290
    93 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    94             --sysconfdir=&gnome-etc-dir; \
    95             --localstatedir=/var/lib \
    96             --enable-cpp-rtti &amp;&amp;
     91<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
    9792make</userinput></screen>
    9893
     
    105100  </sect2>
    106101
    107   <sect2 role="commands">
    108     <title>Command Explanations</title>
    109 
    110     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    111     href="../../xincludes/gnome-prefix.xml"/>
    112 
    113     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    114     href="../../xincludes/gnome-sysconfdir.xml"/>
    115 
    116     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    117     href="../../xincludes/scrollkeeper-dir.xml"/>
    118 
    119   </sect2>
    120 
    121102  <sect2 role="content">
    122103    <title>Contents</title>
    123104
    124105    <segmentedlist>
    125       <segtitle>Installed Program</segtitle>
     106      <segtitle>Installed Programs</segtitle>
    126107      <segtitle>Installed Libraries</segtitle>
    127108      <segtitle>Installed Directory</segtitle>
    128109
    129110      <seglistitem>
    130         <seg>yelp</seg>
     111        <seg>gnome-help (a symlink to yelp) and yelp</seg>
    131112        <seg>None</seg>
    132113        <seg><envar>$GNOME_PREFIX</envar>/share/yelp{icons,ui,xslt}</seg>
  • introduction/welcome/changelog.xml

    rd073532 rf889089  
    7575          <para>[ken] - add yelp-xsl-3.2.1 from Wayne.</para>
    7676        </listitem>
     77        <listitem>
     78          <para>[ken] - merge yelp-3.2.1 from Wayne.</para>
     79        </listitem>
    7780      </itemizedlist>
    7881    </listitem>
Note: See TracChangeset for help on using the changeset viewer.