Changeset 8f847979
- Timestamp:
- 09/01/2003 12:53:29 AM (20 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c486869
- Parents:
- a2d48f4
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/svgalib/svgalib-exp.xml
ra2d48f4 r8f847979 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>cd doc &&dir in man?; do for file in $dir/*; do5 gunzip /usr/share/man/$file; done; done</ userinput> : SVGAlib installs its man4 <para><command>cd doc && for dir in man?; do for file in $dir/*; do 5 gunzip /usr/share/man/$file; done; done</command> : SVGAlib installs its man 6 6 pages in compressed format so we uncompress them.</para> 7 7 -
gnome/lib/gconf/gconf-config.xml
ra2d48f4 r8f847979 1 1 <sect2> 2 <title>Configuring GConf</title>2 <title>Configuring <application>GConf</application></title> 3 3 4 4 -
gnome/lib/gconf/gconf-desc.xml
ra2d48f4 r8f847979 2 2 <title>Contents</title> 3 3 4 <para>The GConfpackage contains <filename>libgconf</filename> libraries.</para>4 <para>The <application>GConf</application> package contains <filename>libgconf</filename> libraries.</para> 5 5 6 6 </sect2> … … 9 9 10 10 <sect3><title>libgconf libraries</title> 11 <para> libgconflibraries provide the functions necessary to maintain11 <para><filename>libgconf</filename> libraries provide the functions necessary to maintain 12 12 the configuration database.</para></sect3> 13 13 -
gnome/lib/gconf/gconf-exp.xml
ra2d48f4 r8f847979 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>--libexecdir=$GNOME_PREFIX/sbin</userinput> : This switch puts4 <para><command>--libexecdir=$GNOME_PREFIX/sbin</command> : This switch puts 5 5 libexec files in <filename>$GNOME_PREFIX/sbin</filename> instead of 6 6 <filename>$GNOME_PREFIX/libexec</filename>.</para> 7 7 8 <para>< userinput>--sysconfdir=/etc/gnome</userinput> : This switch8 <para><command>--sysconfdir=/etc/gnome</command> : This switch 9 9 puts configuration files in <filename>/etc/gnome</filename> instead of 10 10 <filename>$GNOME_PREFIX/etc</filename>. This installation controls all … … 12 12 eliminating this command <emphasis>must</emphasis> be consistent.</para> 13 13 14 <para>< userinput>--disable-gtk-doc</userinput> : This switch will14 <para><command>--disable-gtk-doc</command> : This switch will 15 15 prevent the rebuilding of documentation during the make command.</para> 16 16 -
gnome/lib/gconf/gconf-inst.xml
ra2d48f4 r8f847979 1 1 <sect2> 2 <title>Installation of GConf</title>2 <title>Installation of <application>GConf</application></title> 3 3 4 <para>Install GConfby running the following commands:</para>4 <para>Install <application>GConf</application> by running the following commands:</para> 5 5 6 < para><screen><userinput>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \ 7 7 --sysconfdir=/etc/gnome --disable-gtk-doc && 8 8 make && 9 make install</ userinput></screen></para>9 make install</command></userinput></screen> 10 10 11 11 </sect2> -
gnome/lib/gconf/gconf-intro.xml
ra2d48f4 r8f847979 2 2 <title>Introduction to GConf</title> 3 3 4 <screen>Download location (HTTP): <ulink url="&GConf-download-http;"/>5 Download location (FTP): <ulink url="&GConf-download-ftp;"/>6 Version used: &GConf-version;7 Package size: &GConf-size;8 Estimated Disk space required: &GConf-buildsize;9 Estimated build time: &GConf-time;</screen>10 11 4 <para>The GConf package contains a configuration database system.</para> 12 5 13 <screen>GConf depends on: 14 <xref linkend="ORBit2"/> and <xref linkend="GTK2"/> 15 GConf will utilize: 16 <xref linkend="gtk-doc"/> and <xref linkend="sgml-dtd-3"/></screen> 6 <sect3><title>Package information</title> 7 <itemizedlist spacing='compact'> 8 <listitem><para>Download (HTTP): <ulink 9 url="&GConf-download-http;"/></para></listitem> 10 <listitem><para>Download (FTP): <ulink 11 url="&GConf-download-ftp;"/></para></listitem> 12 <listitem><para>Download size: &GConf-size;</para></listitem> 13 <listitem><para>Estimated Disk space required: 14 &GConf-buildsize;</para></listitem> 15 <listitem><para>Estimated build time: 16 &GConf-time;</para></listitem></itemizedlist> 17 </sect3> 18 19 <sect3><title><application>GConf</application> dependencies</title> 20 <sect4><title>Required</title> 21 <para><xref linkend="ORBit2"/> and <xref linkend="GTK2"/></para></sect4> 22 <sect4><title>Optional</title> 23 <para><xref linkend="gtk-doc"/> and <xref linkend="sgml-dtd-3"/></para></sect4> 24 </sect3> 17 25 18 26 </sect2> -
gnome/lib/gnome-mime-data/gnome-mime-data-desc.xml
ra2d48f4 r8f847979 12 12 13 13 <sect3><title>icons</title> 14 <para> iconscontains all the default document type icons.</para></sect3>14 <para><filename>icons</filename> contains all the default document type icons.</para></sect3> 15 15 16 16 <sect3><title>application-registry</title> 17 <para> application-registrycontains the application mime database.</para></sect3>17 <para><filename>application-registry</filename> contains the application mime database.</para></sect3> 18 18 19 19 <sect3><title>mime-info</title> 20 <para> mime-infocontains the mime description database.</para></sect3>20 <para><filename>mime-info</filename> contains the mime description database.</para></sect3> 21 21 22 22 </sect2> -
gnome/lib/gnome-mime-data/gnome-mime-data-exp.xml
ra2d48f4 r8f847979 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>--sysconfdir=/etc/gnome</userinput> : This switch4 <para><command>--sysconfdir=/etc/gnome</command> : This switch 5 5 puts configuration files in <filename>/etc/gnome</filename> instead of 6 6 <filename>$GNOME_PREFIX/etc</filename>.</para> -
gnome/lib/gnome-mime-data/gnome-mime-data-inst.xml
ra2d48f4 r8f847979 1 1 <sect2> 2 <title>Installation of gnome-mime-data</title>2 <title>Installation of <application>gnome-mime-data</application></title> 3 3 4 <para>Install gnome-mime-databy running the following commands:</para>4 <para>Install <application>gnome-mime-data</application> by running the following commands:</para> 5 5 6 < para><screen><userinput>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome &&6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome && 7 7 make && 8 make install</ userinput></screen></para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> -
gnome/lib/gnome-mime-data/gnome-mime-data-intro.xml
ra2d48f4 r8f847979 1 1 <sect2> 2 <title>Introduction to gnome-mime-data</title>2 <title>Introduction to <application>gnome-mime-data</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&gnome-mime-data-download-http;"/> 5 Download location (FTP): <ulink url="&gnome-mime-data-download-ftp;"/> 6 Version used: &gnome-mime-data-version; 7 Package size: &gnome-mime-data-size; 8 Estimated Disk space required: &gnome-mime-data-buildsize; 9 Estimated build time: &gnome-mime-data-time;</screen> 4 <para>The <application>gnome-mime-data</application> package contains the base set of file types 5 and applications for GNOME.</para> 10 6 11 <para>The gnome-mime-data package contains the base set of file types 12 and applications for GNOME.</para> 7 <sect3><title>Package information</title> 8 <itemizedlist spacing='compact'> 9 <listitem><para>Download (HTTP): <ulink 10 url="&gnome-mime-data-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink 12 url="&gnome-mime-data-download-ftp;"/></para></listitem> 13 <listitem><para>Download size: &gnome-mime-data-size;</para></listitem> 14 <listitem><para>Estimated Disk space required: 15 &gnome-mime-data-buildsize;</para></listitem> 16 <listitem><para>Estimated build time: 17 &gnome-mime-data-time;</para></listitem></itemizedlist> 18 </sect3> 13 19 14 20 -
gnome/lib/gnome-mime-data/gnome-mime-data.ent
ra2d48f4 r8f847979 5 5 <!ENTITY gnome-mime-data-desc SYSTEM "gnome-mime-data-desc.xml"> 6 6 <!ENTITY gnome-mime-data-config SYSTEM "gnome-mime-data-config.xml"> 7 <!ENTITY gnome-mime-data-buildsize " 4.4MB">8 <!ENTITY gnome-mime-data-version "2.2. 0">9 <!ENTITY gnome-mime-data-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-mime-data/2.2/gnome-mime-data-2.2. 0.tar.bz2">10 <!ENTITY gnome-mime-data-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-mime-data/2.2/gnome-mime-data-2.2. 0.tar.bz2">7 <!ENTITY gnome-mime-data-buildsize "6.0 MB"> 8 <!ENTITY gnome-mime-data-version "2.2.1"> 9 <!ENTITY gnome-mime-data-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-mime-data/2.2/gnome-mime-data-2.2.1.tar.bz2"> 10 <!ENTITY gnome-mime-data-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-mime-data/2.2/gnome-mime-data-2.2.1.tar.bz2"> 11 11 <!ENTITY gnome-mime-data-size "1.1 MB"> 12 <!ENTITY gnome-mime-data-time "0.0 2SBU">12 <!ENTITY gnome-mime-data-time "0.01 SBU"> -
gnome/lib/gnome-vfs/gnome-vfs-config.xml
ra2d48f4 r8f847979 1 1 <sect2> 2 <title>Configuring gnome-vfs</title>2 <title>Configuring <application>gnome-vfs</application></title> 3 3 4 4 -
gnome/lib/gnome-vfs/gnome-vfs-desc.xml
ra2d48f4 r8f847979 2 2 <title>Contents</title> 3 3 4 <para>The gnome-vfspackage contains <filename>libgnomevfs</filename> libraries.</para>4 <para>The <application>gnome-vfs</application> package contains <filename>libgnomevfs</filename> libraries.</para> 5 5 6 6 </sect2> -
gnome/lib/gnome-vfs/gnome-vfs-exp.xml
ra2d48f4 r8f847979 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>--sysconfdir=/etc/gnome</userinput> : This switch4 <para><command>--sysconfdir=/etc/gnome</command> : This switch 5 5 puts configuration files in <filename>/etc/gnome</filename> instead of 6 6 <filename>$GNOME_PREFIX/etc</filename>.</para> 7 7 8 <para>< userinput>--disable-gtk-doc</userinput> : This switch will prevent8 <para><command>--disable-gtk-doc</command> : This switch will prevent 9 9 the rebuilding of documentation during the make command.</para> 10 10 -
gnome/lib/gnome-vfs/gnome-vfs-inst.xml
ra2d48f4 r8f847979 1 1 <sect2> 2 <title>Installation of gnome-vfs</title>2 <title>Installation of <application>gnome-vfs</application></title> 3 3 4 <para>Install gnome-vfsby running the following commands:</para>4 <para>Install <application>gnome-vfs</application> by running the following commands:</para> 5 5 6 < para><screen><userinput>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome --disable-gtk-doc &&6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome --disable-gtk-doc && 7 7 make && 8 make install</ userinput></screen></para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> -
gnome/lib/gnome-vfs/gnome-vfs-intro.xml
ra2d48f4 r8f847979 2 2 <title>Introduction to gnome-vfs</title> 3 3 4 <screen>Download location (HTTP): <ulink url="&gnome-vfs-download-http;"/> 5 Download location (FTP): <ulink url="&gnome-vfs-download-ftp;"/> 6 Version used: &gnome-vfs-version; 7 Package size: &gnome-vfs-size; 8 Estimated Disk space required: &gnome-vfs-buildsize; 9 Estimated build time: &gnome-vfs-time;</screen> 4 <para>The <application>gnome-vfs</application> package contains virtual file system libraries. This 5 is used 6 as one of the foundations of the <application>Nautilus</application> file manager.</para> 10 7 11 <para>The gnome-vfs package contains virtual file system libraries. This is used 12 as one of the foundations of the Nautilus file manager.</para> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink 11 url="&gnome-vfs-download-http;"/></para></listitem> 12 <listitem><para>Download (FTP): <ulink 13 url="&gnome-vfs-download-ftp;"/></para></listitem> 14 <listitem><para>Download size: &gnome-vfs-size;</para></listitem> 15 <listitem><para>Estimated Disk space required: 16 &gnome-vfs-buildsize;</para></listitem> 17 <listitem><para>Estimated build time: 18 &gnome-vfs-time;</para></listitem></itemizedlist> 19 </sect3> 13 20 14 <screen>gnome-vfs depends on: 15 <xref linkend="ORBit2"/>, <xref linkend="GConf"/>, <xref linkend="bonobo-activation"/> and <xref linkend="gnome-mime-data"/> 16 gnome-vfs will utilize: 17 <xref linkend="libfam"/>, <xref linkend="openssl"/>, <xref linkend="CDParanoia"/>, <xref linkend="gtk-doc"/> and <xref linkend="DocBook"/></screen> 21 <sect3><title><application>template</application> dependencies</title> 22 <sect4><title>Required</title> 23 <para><xref linkend="ORBit2"/>, <xref linkend="GConf"/>, <xref 24 linkend="bonobo-activation"/> and <xref linkend="gnome-mime-data"/></para></sect4> 25 <sect4><title>Optional</title> 26 <para><xref linkend="libfam"/>, <xref linkend="openssl"/>, <xref 27 linkend="CDParanoia"/>, <xref linkend="gtk-doc"/> and <xref 28 linkend="DocBook"/></para></sect4> 29 </sect3> 30 18 31 19 32 </sect2> -
gnome/lib/gnome-vfs/gnome-vfs.ent
ra2d48f4 r8f847979 5 5 <!ENTITY gnome-vfs-desc SYSTEM "gnome-vfs-desc.xml"> 6 6 <!ENTITY gnome-vfs-config SYSTEM "gnome-vfs-config.xml"> 7 <!ENTITY gnome-vfs-buildsize " 13.6MB">8 <!ENTITY gnome-vfs-version "2.2. 3">9 <!ENTITY gnome-vfs-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.2/gnome-vfs-2.2. 3.tar.bz2">10 <!ENTITY gnome-vfs-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.2/gnome-vfs-2.2. 3.tar.bz2">11 <!ENTITY gnome-vfs-size "9 72KB">12 <!ENTITY gnome-vfs-time " 2.17SBU">7 <!ENTITY gnome-vfs-buildsize "36.0 MB"> 8 <!ENTITY gnome-vfs-version "2.2.5"> 9 <!ENTITY gnome-vfs-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.2/gnome-vfs-2.2.5.tar.bz2"> 10 <!ENTITY gnome-vfs-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.2/gnome-vfs-2.2.5.tar.bz2"> 11 <!ENTITY gnome-vfs-size "956 KB"> 12 <!ENTITY gnome-vfs-time "1.36 SBU"> -
introduction/welcome/changelog.xml
ra2d48f4 r8f847979 11 11 <itemizedlist> 12 12 13 <listitem><para>August 31st, 2003 [larry]: gnome: updated to 14 GConf-2.2.1, gnome-mime-data-2.2.1, gnome-vfs-2.2.5.</para></listitem> 15 13 16 <listitem><para>August 31st, 2003 [larry]: updated into of wvdial and 14 17 wvstreams submitted by Igor.</para></listitem>
Note:
See TracChangeset
for help on using the changeset viewer.