Changeset 64419b7


Ignore:
Timestamp:
08/29/2014 11:34:30 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 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, krejzi/svn, 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:
a9ee0599
Parents:
a9f8fb9
Message:

webkitgtk-2.4.5: tidy up xml.
Git-2.1.0: fix AsciiDoc/xmlto documentaion install. Thanks Alex L.
LibreOffice-4.3.0: add three new optional dependencies. Thanks Wayne B.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    ra9f8fb9 r64419b7  
    204204    </para>
    205205
    206 <screen role="root"><userinput>tar -xf ../git-manpages-&git-version;.tar.xz -C /usr/share/man --no-same-owner --no-overwrite-dir</userinput></screen>
     206<screen role="root"><userinput>tar -xf ../git-manpages-&git-version;.tar.xz \
     207    -C /usr/share/man --no-same-owner --no-overwrite-dir</userinput></screen>
    207208
    208209    <para>
     
    211212    </para>
    212213
    213 <screen role="root"><userinput>mkdir -p /usr/share/doc/git-&git-version;/man-pages/{html,text}         &amp;&amp;
    214 
    215 tar -xf  ../git-htmldocs-&git-version;.tar.xz \
     214<screen role="root"><userinput>tar -xf  ../git-htmldocs-&git-version;.tar.xz \
    216215    -C   /usr/share/doc/git-&git-version; --no-same-owner --no-overwrite-dir &amp;&amp;
    217216
     
    227226    </para>
    228227
    229 <screen role="root"><userinput>mv       /usr/share/doc/git-&git-version;/{git*.txt,man-pages/text}     &amp;&amp;
     228<screen role="root"><userinput>mkdir -p /usr/share/doc/git-&git-version;/man-pages/{html,text}         &amp;&amp;
     229
     230mv       /usr/share/doc/git-&git-version;/{git*.txt,man-pages/text}     &amp;&amp;
    230231mv       /usr/share/doc/git-&git-version;/{git*.,index.,man-pages/}html &amp;&amp;
    231232mkdir    /usr/share/doc/git-&git-version;/technical/{html,text}         &amp;&amp;
  • introduction/welcome/changelog.xml

    ra9f8fb9 r64419b7  
    4848      <para>August 29th, 2014</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - LibreOffice-4.3.0: add three new optional
     52          dependencies.  Thanks Wayne B.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Git-2.1.0: fix AsciiDoc/xmlto documentaion
     56          install.  Thanks Alex L.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[fernando] - webkitgtk-2.4.5: tidy up xml.</para>
     60        </listitem>
    5061        <listitem>
    5162          <para>[igor] - Update to scons-2.3.3. Fixes
  • x/lib/webkitgtk2.xml

    ra9f8fb9 r64419b7  
    9292
    9393    <note><para>
    94       WebKit2 links against GTK+ 2 (even if GTK+ 3 is being used), in order to
    95       be able to use NPAPI plugins such as Adobe Flash.
     94      <application>WebKit2</application> links against<application>GTK+
     95      2</application> (even if <application>GTK+ 3</application> is being
     96      used), in order to be able to use NPAPI plugins such as Adobe Flash.
    9697    </para></note>
    9798
     
    131132
    132133    <para>
    133       Upstream standard now is to link this package against GTK+ 3. However,
    134       for backward compatibility, manu users need also another instance, linked
    135       to GTK+ 2. Both can be installed in the same system, without problem.
    136       However, some packages can alternatively be linked to either one. Here,
    137       both build methods are presented and recommended to be built, but if you
    138       know which one you need, just jump to the respective part.
     134      Upstream standard now is to link this package against <application>GTK+
     135      3</application>. However, for backward compatibility, manu users need
     136      also another instance, linked to  <application>GTK+ 2</application>. Both
     137      can be installed in the same system, without problem.  However, some
     138      packages can alternatively be linked to either one. Here, both build
     139      methods are presented and recommended to be built, but if you know which
     140      one you need, just jump to the respective part.
    139141    </para>
    140142
    141143<!-- ==== WebKitGTK+ against GTK+ 3 ====== -->
    142     <bridgehead renderas="sect3">Build and install WebKitGTK+ against
    143       GTK+ 3</bridgehead>
     144    <bridgehead renderas="sect3">Build and install
     145    <application>WebKitGTK+</application> against <application>GTK+
     146    3</application></bridgehead>
    144147
    145148    <para>
     
    185188
    186189<!-- ==== WebKitGTK+ against GTK+ 2 ====== -->
    187     <bridgehead renderas="sect3">Build and install WebKitGTK+ against
    188       GTK+ 2</bridgehead>
     190    <bridgehead renderas="sect3">Build and install
     191    <application>WebKitGTK+</application> against <application>GTK+
     192    2</application></bridgehead>
    189193
    190194    <para>
     
    196200
    197201    <para>
    198       If you have built and installed the package against GTK+ 3, skip the
    199       following command, because the previous docummentation also applies here:
     202      If you have built and installed the package against <application>GTK+
     203      3</application>. skip the following command, because the previous
     204      docummentation also applies here:
    200205    </para>
    201206
     
    333338        <listitem>
    334339          <para>
    335             contains core JavaScript API functions used by <command>jsc-1</command>
    336             and <filename class="libraryfile">libwebkitgtk-1.0.so</filename>.
     340            contains core JavaScript API functions used by
     341            <command>jsc-1</command> and <filename
     342            class="libraryfile">libwebkitgtk-1.0.so</filename>.
    337343          </para>
    338344          <indexterm zone="webkitgtk2 libjavascriptcoregtk-1">
     
    347353        <listitem>
    348354          <para>
    349             contains core JavaScript API functions used by <command>jsc-3</command>
    350             and <filename class="libraryfile">libwebkitgtk-3.0.so</filename>.
     355            contains core JavaScript API functions used by
     356            <command>jsc-3</command> and <filename
     357            class="libraryfile">libwebkitgtk-3.0.so</filename>.
    351358          </para>
    352359          <indexterm zone="webkitgtk2 libjavascriptcoregtk-3">
  • xsoft/office/libreoffice.xml

    ra9f8fb9 r64419b7  
    213213      <ulink url="http://sourceforge.net/projects/cppunit/">Cppunit</ulink>,
    214214      <ulink url="http://www.firebirdsql.org/">firebird</ulink>,
     215      <ulink url="http://downloads.sourceforge.net/glew/">glew (OpenGL Extension Wrangler Library)</ulink>,
    215216      <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
    216217      <ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
     
    225226      <ulink url="http://sourceforge.net/projects/libmwaw/">libmwaw</ulink>,
    226227      <ulink url="http://sourceforge.net/projects/libwpd/files/libodfgen/">libodfgen</ulink>,
     228      <ulink url="http://sourceforge.net/projects/libwpd/files/librevenge/">librevenge (WordPerfect Document importer)</ulink>,
    227229      <ulink url="http://www.freedesktop.org/wiki/Software/libvisio/">libvisio</ulink>,
    228230      <ulink url="http://libwpd.sourceforge.net/">libwpd</ulink>,
     
    232234      <ulink url="http://code.google.com/p/multidimalgorithm/">mdds</ulink>,
    233235      <ulink url="http://sourceforge.net/projects/hunspell/files/MyThes/">MyThes</ulink>,
    234       <ulink url="https://gitorious.org/orcus">Orcus</ulink>,
     236      <ulink url="http://sourceforge.net/projects/ogl-math/">ogl-math - OpenGL Mathematics (GLM)</ulink>,
     237      <ulink url="https://gitorious.org/orcus/">Orcus</ulink>,
    235238      <ulink url="http://hci.iwr.uni-heidelberg.de/vigra/">VIGRA</ulink>, and
    236239      <ulink url="&gnome-download-http;/zenity/">Zenity</ulink>
Note: See TracChangeset for help on using the changeset viewer.