Changeset 3b1dc849
- Timestamp:
- 01/06/2005 05:34:13 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1fd6ba1
- Parents:
- c4c108f
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rc4c108f r3b1dc849 73 73 <!ENTITY libcroco-version "0.6.0"> 74 74 <!ENTITY libgsf-version "1.10.1"> 75 <!ENTITY libglade-version "2.4. 0">75 <!ENTITY libglade-version "2.4.1"> 76 76 <!ENTITY expat-version "1.95.8"> 77 77 <!ENTITY libesmtp-version "1.0.3r1"> -
general/genlib/libglade.xml
rc4c108f r3b1dc849 7 7 <!ENTITY libglade-download-http "http://ftp.gnome.org/pub/GNOME/sources/libglade/2.4/libglade-&libglade-version;.tar.bz2"> 8 8 <!ENTITY libglade-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libglade/2.4/libglade-&libglade-version;.tar.bz2"> 9 <!ENTITY libglade-md5sum " c8367c58b2f2c98b76ca0667f0f13bf5">9 <!ENTITY libglade-md5sum "add87e5aef7d8a9ebb468bc0e4044440"> 10 10 <!ENTITY libglade-size "310 KB"> 11 11 <!ENTITY libglade-buildsize "5.2 MB"> 12 <!ENTITY libglade-time "0.1 6SBU">12 <!ENTITY libglade-time "0.11 SBU"> 13 13 ]> 14 14 … … 100 100 101 101 </sect1> 102 -
introduction/welcome/changelog.xml
rc4c108f r3b1dc849 29 29 commented out second index entry- breaks pdf - for now.</para></listitem> 30 30 31 <listitem><para>January 6th, 2005 [igor]: Updated to 32 Python-2.4.</para></listitem>31 <listitem><para>January 6th, 2005 [igor]: Updated to Python-2.4 and 32 libglade-2.4.1.</para></listitem> 33 33 34 34 <listitem><para>January 5th, 2004 [igor]: Updated to GLib-2.6.0, -
pst/xml/docbook-xsl.xml
rc4c108f r3b1dc849 34 34 url="&docbook-xsl-download-ftp;"/></para></listitem> 35 35 <listitem><para>Download size: &docbook-xsl-size;</para></listitem> 36 <listitem><para>Estimated Disk space required:36 <listitem><para>Estimated disk space required: 37 37 &docbook-xsl-buildsize;</para></listitem> 38 38 <listitem><para>Estimated build time: … … 83 83 echo \ 84 84 'export XML_CATALOG_FILES="/usr/share/xml/docbook/xsl-stylesheets&docbook-xsl-version;/catalog.xml /etc/xml/catalog"' \ 85 >> /etc/profile</command></userinput></screen>85 >> /etc/profile</command></userinput></screen> 86 86 87 87 </sect2> … … 107 107 <screen><userinput><command>xmlcatalog --noout --add "rewriteSystem" \ 108 108 "http://docbook.sourceforge.net/release/xsl/1.65.1" \ 109 "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" 110 /etc/xml/catalog &&109 "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \ 110 /etc/xml/catalog && 111 111 xmlcatalog --noout --add "rewriteURI" \ 112 112 "http://docbook.sourceforge.net/release/xsl/1.65.1" \ 113 "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" 114 /etc/xml/catalog</command></userinput></screen>113 "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \ 114 /etc/xml/catalog</command></userinput></screen> 115 115 <para>Alternatively, other versions can be installed in their own 116 116 versioned directories and catalog entries made in the following … … 118 118 <screen><userinput><command>xmlcatalog --noout --add "rewriteSystem" \ 119 119 "http://docbook.sourceforge.net/release/xsl/<replaceable>[version]</replaceable>" \ 120 "/usr/share/xml/docbook/xsl-stylesheets-<replaceable>[version]</replaceable>" 121 /etc/xml/catalog &&120 "/usr/share/xml/docbook/xsl-stylesheets-<replaceable>[version]</replaceable>" \ 121 /etc/xml/catalog && 122 122 xmlcatalog --noout --add "rewriteURI" \ 123 123 "http://docbook.sourceforge.net/release/xsl/<replaceable>[version]</replaceable>" \ 124 "/usr/share/xml/docbook/xsl-stylesheets-<replaceable>[version]</replaceable>" 125 /etc/xml/catalog</command></userinput></screen>124 "/usr/share/xml/docbook/xsl-stylesheets-<replaceable>[version]</replaceable>" \ 125 /etc/xml/catalog</command></userinput></screen> 126 126 <!-- The following is very specific to LFS 6.0, the first sentence for 127 127 make and the remainder for 'make pdf', If it stays, it needs to be removed … … 132 132 <screen><userinput><command>cd /usr/share/xml/docbook/ && 133 133 ln -s xsl-stylesheets-1.65.1 xsl-stylesheets-current</command></userinput></screen> 134 135 134 136 135 </sect3> … … 153 152 154 153 </sect1> 155
Note:
See TracChangeset
for help on using the changeset viewer.