Changeset 2fef1e1


Ignore:
Timestamp:
04/19/2004 01:28:39 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d7c90da
Parents:
c72b5c6
Message:

vte corrections

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • gnome/gnome.ent

    rc72b5c6 r2fef1e1  
    2929<!ENTITY % gnome-panel SYSTEM "lib/gnome-panel/gnome-panel.ent">
    3030<!ENTITY % gnome-session SYSTEM "lib/gnome-session/gnome-session.ent">
     31<!ENTITY % vte SYSTEM "lib/vte/vte.ent">
    3132
    3233<!ENTITY % linc SYSTEM "lib/linc/linc.ent">
    3334<!ENTITY % bonobo-activation SYSTEM "lib/bonobo/bonobo-activation.ent">
    3435<!ENTITY % gtk-thinice-engine SYSTEM "lib/gtk-thinice-engine/gtk-thinice-engine.ent">
    35 <!ENTITY % vte SYSTEM "lib/vte/vte.ent">
    3636<!ENTITY % libgtop SYSTEM "lib/libgtop/libgtop.ent">
    3737<!ENTITY % gail SYSTEM "lib/gail/gail.ent">
     
    7171%gnome-panel;
    7272%gnome-session;
     73%vte;
    7374
    7475%linc;
    7576%bonobo-activation;
    7677%gtk-thinice-engine;
    77 %vte;
    7878%libgtop;
    7979%gail;
  • gnome/lib/vte/vte-exp.xml

    rc72b5c6 r2fef1e1  
    77
    88<para><option>--disable-gtk-doc</option>: This switch prevents the
    9 building of documentation as the directories are currently empty and
    10 will cause errors in the <command>make</command> command if this switch is missing.</para>
     9building of documentation.</para>
    1110
    1211</sect2>
    13 
  • gnome/lib/vte/vte-intro.xml

    rc72b5c6 r2fef1e1  
    2020<sect3><title><application>VTE</application> dependencies</title>
    2121<sect4><title>Required</title>
    22 <para><xref linkend="Python"/> and <xref linkend="GTK2"/></para></sect4>
     22<para>
     23<xref linkend="GTK2"/> and
     24<xref linkend="Python"/>
     25</para></sect4>
    2326<sect4><title>Optional</title>
    24 <para><xref linkend="gtk-doc"/> and <xref linkend="sgml-dtd-3"/></para></sect4>
     27<para>
     28<xref linkend="gtk-doc"/> (with <xref linkend="sgml-dtd-3"/> installed) and
     29<ulink url="http://www.daa.com.au/~james/software/pygtk/">PyGTK</ulink>
     30</para></sect4>
    2531</sect3>
    2632
    27 
    2833</sect2>
  • pst/sgml/sgml-dtd-3/sgml-dtd-3-exp.xml

    rc72b5c6 r2fef1e1  
    1010<para><screen><command>cp docbook.cat docbook.cat.orig
    1111sed -e 's|DTDDECL "-//OASIS//DTD Docbook V&sgml-dtd-3-version;//EN"|SGMLDECL|g' \
    12 docbook.cat.orig > docbook.cat</command></screen>
     12    docbook.cat.orig > docbook.cat</command></screen>
    1313This command replaces the DTDDECL catalog entry, which is not supported
    1414by Linux <acronym>SGML</acronym> tools, with the SGMLDECL catalog entry.</para>
    1515
    1616</sect2>
    17 
  • pst/sgml/sgml-dtd-3/sgml-dtd-3-inst.xml

    rc72b5c6 r2fef1e1  
    1010cp docbook.cat docbook.cat.orig &amp;&amp;
    1111sed -e 's|DTDDECL "-//OASIS//DTD DocBook V&sgml-dtd-3-version;//EN"|SGMLDECL|g' \
    12 docbook.cat.orig > docbook.cat &amp;&amp;
     12    docbook.cat.orig > docbook.cat &amp;&amp;
    1313install -d /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version; &amp;&amp;
    1414chown -R root:root . &amp;&amp;
     
    1717cp -af *.dtd *.mod *.dcl /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version; &amp;&amp;
    1818install-catalog --add /etc/sgml/sgml-docbook-dtd-&sgml-dtd-3-version;.cat \
    19 /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version;/catalog &amp;&amp;
     19    /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version;/catalog &amp;&amp;
    2020install-catalog --add /etc/sgml/sgml-docbook-dtd-&sgml-dtd-3-version;.cat \
    21 /etc/sgml/sgml-docbook.cat</command></userinput></screen>
     21    /etc/sgml/sgml-docbook.cat</command></userinput></screen>
    2222
    2323</sect2>
    24 
  • pst/sgml/sgml-dtd-3/sgml-dtd-3-intro.xml

    rc72b5c6 r2fef1e1  
    2323<sect3><title><application>DocBook <acronym>SGML</acronym> <acronym>DTD</acronym></application> dependencies</title>
    2424<sect4><title>Required</title>
    25 <para><xref linkend="unzip"/> and <xref linkend="sgml-common"/></para></sect4>
     25<para><xref linkend="sgml-common"/></para></sect4>
    2626</sect3>
    2727
  • pst/sgml/sgml-dtd/sgml-dtd-inst.xml

    rc72b5c6 r2fef1e1  
    1414cp -af *.dtd *.mod *.dcl /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-version; &amp;&amp;
    1515install-catalog --add /etc/sgml/sgml-docbook-dtd-&sgml-dtd-version;.cat \
    16 /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-version;/catalog &amp;&amp;
     16    /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-version;/catalog &amp;&amp;
    1717install-catalog --add /etc/sgml/sgml-docbook-dtd-&sgml-dtd-version;.cat \
    18 /etc/sgml/sgml-docbook.cat</command></userinput></screen>
     18    /etc/sgml/sgml-docbook.cat</command></userinput></screen>
    1919
    2020</sect2>
    21 
  • pst/sgml/sgml-dtd/sgml-dtd-intro.xml

    rc72b5c6 r2fef1e1  
    2323<sect3><title><application>DocBook <acronym>SGML</acronym> <acronym>DTD</acronym></application> dependencies</title>
    2424<sect4><title>Required</title>
    25 <para><xref linkend="unzip"/> and <xref linkend="sgml-common"/></para></sect4>
     25<para><xref linkend="sgml-common"/></para></sect4>
    2626</sect3>
    2727
Note: See TracChangeset for help on using the changeset viewer.