Changeset 5c97823 for gnome


Ignore:
Timestamp:
09/18/2003 05:46:30 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
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_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d08f57c
Parents:
6e3aa8ef
Message:

update libcapplet intro and updated to gal-0.24

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

Location:
gnome/otherlibs
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • gnome/otherlibs/gal/gal-config.xml

    r6e3aa8ef r5c97823  
    11<sect2>
    2 <title>Configuring gal</title>
     2<title>Configuring <application>gal</application></title>
    33&library-config;
    44</sect2>
  • gnome/otherlibs/gal/gal-desc.xml

    r6e3aa8ef r5c97823  
    22<title>Contents</title>
    33
    4 <para>The gal package contains library routines refactored from
    5 Evolution and Gnumeric.</para>
     4<para>The <application>gal</application> package contains library routines
     5refactored from <application>Evolution</application> and <application>Gnumeric
     6</application>.</para>
    67</sect2>
    78
  • gnome/otherlibs/gal/gal-exp.xml

    r6e3aa8ef r5c97823  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--prefix=/opt/gnome</userinput> : Install gal in the Gnome 1.4 area.</para>
     4<para><command>--prefix=/opt/gnome</command> : Install <application>gal
     5</application> in the GNOME 1.4 area.</para>
    56
    67</sect2>
  • gnome/otherlibs/gal/gal-inst.xml

    r6e3aa8ef r5c97823  
    11<sect2>
    2 <title>Installation of gal</title>
     2<title>Installation of <application>gal</application></title>
    33
    4 <para>Install gal by running the following commands:</para>
     4<para>Install <application>gal</application> by running the following commands:
     5</para>
    56
    6 <para><screen><userinput>./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
    78make &amp;&amp;
    8 make install</userinput></screen></para>
     9make install</command></userinput></screen>
    910
    1011</sect2>
  • gnome/otherlibs/gal/gal-intro.xml

    r6e3aa8ef r5c97823  
    11<sect2>
    2 <title>Introduction to gal-&gal-version;</title>
     2<title>Introduction to <application>gal</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&gal-download-http;"/>
    5 Download location (FTP):        <ulink url="&gal-download-ftp;"/>
    6 Version used:                   &gal-version;
    7 Package size:                   &gal-size;
    8 Estimated Disk space required:  &gal-buildsize;</screen>
     4<para>The <application>gal</application> package contains library functions
     5that came from <application>Gnumeric</application> and <application>Evolution
     6</application>.</para>
    97
    10 <para>The gal package contains library functions that came from
    11 Gnumeric and Evolution.  Currently only Evolution needs to have this
    12 installed, if you're not installing Evolution, you should not be
    13 installing gal.</para>
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink
     11url="&gal-download-http;"/></para></listitem>
     12<listitem><para>Download (FTP): <ulink
     13url="&gal-download-ftp;"/></para></listitem>
     14<listitem><para>Download size: &gal-size;</para></listitem>
     15<listitem><para>Estimated Disk space required:
     16&gal-buildsize;</para></listitem>
     17<listitem><para>Estimated build time:
     18&gal-time;</para></listitem></itemizedlist>
     19</sect3>
     20
     21<sect3><title><application>gal</application> dependencies</title>
     22<sect4><title>Required</title>
     23<para><xref linkend="gnome-print"/> and <xref linkend="libglade"/></para></sect4>
     24<sect4><title>Optional</title>
     25<para><xref linkend="gnome-vfs1"/></para></sect4>
     26</sect3>
     27
    1428
    1529</sect2>
  • gnome/otherlibs/gal/gal.ent

    r6e3aa8ef r5c97823  
    55<!ENTITY gal-desc SYSTEM "gal-desc.xml">
    66<!ENTITY gal-config SYSTEM "gal-config.xml">
    7 <!ENTITY gal-buildsize "100 MB">
    8 <!ENTITY gal-version "0.22">
     7<!ENTITY gal-buildsize "100.8 MB">
     8<!ENTITY gal-version "0.24">
    99<!ENTITY gal-download-http "http://ftp.gnome.org/pub/GNOME/sources/gal/&gal-version;/gal-&gal-version;.tar.bz2">
    1010<!ENTITY gal-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gal/&gal-version;/gal-&gal-version;.tar.bz2">
    11 <!ENTITY gal-size "1 MB">
     11<!ENTITY gal-size "1.0 MB">
     12<!ENTITY gal-time "1.51 SBU">
  • gnome/otherlibs/gal/gal.xml

    r6e3aa8ef r5c97823  
    66&gal-inst;
    77&gal-exp;
    8 &gal-config;
    98&gal-desc;
    109
  • gnome/otherlibs/libcapplet/libcapplet-config.xml

    r6e3aa8ef r5c97823  
    11<sect2>
    2 <title>Configuring libcapplet</title>
     2<title>Configuring <application>libcapplet</application></title>
    33
    44&library-config;
  • gnome/otherlibs/libcapplet/libcapplet-desc.xml

    r6e3aa8ef r5c97823  
    22<title>Contents</title>
    33
    4 <para>The libcapplet package contains a control panel applet library.</para>
     4<para>The <application>libcapplet</application> package contains a control
     5panel applet library.</para>
    56
    67</sect2>
  • gnome/otherlibs/libcapplet/libcapplet-exp.xml

    r6e3aa8ef r5c97823  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--prefix=/opt/gnome</userinput> : Install libcapplet in the gnome 1.4 area.</para>
     4<para><command>--prefix=/opt/gnome</command> : Install
     5<application>libcapplet</application> in the GNOME 1.4 area.</para>
    56
    67</sect2>
  • gnome/otherlibs/libcapplet/libcapplet-inst.xml

    r6e3aa8ef r5c97823  
    11<sect2>
    2 <title>Installation of libcapplet</title>
     2<title>Installation of <application>libcapplet</application></title>
    33
    4 <para>Install libcapplet by running the following commands:</para>
     4<para>Install <application>libcapplet</application> by running the following
     5commands:</para>
    56
    6 <para><screen><userinput>./configure --prefix=/opt/gnome &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/opt/gnome &amp;&amp;
    78make &amp;&amp;
    8 make install </userinput></screen></para>
     9make install</command></userinput></screen>
    910
    1011</sect2>
  • gnome/otherlibs/libcapplet/libcapplet-intro.xml

    r6e3aa8ef r5c97823  
    11<sect2>
    2 <title>Introduction to libcapplet-&libcapplet-version;</title>
     2<title>Introduction to <application>libcapplet</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&libcapplet-download-http;"/>
    5 Download location (FTP):        <ulink url="&libcapplet-download-ftp;"/>
    6 Version used:                   &libcapplet-version;
    7 Package size:                   &libcapplet-size;
    8 Estimated Disk space required:  &libcapplet-buildsize;</screen>
     4<para>The <application>libcapplet</application> package contains a control
     5panel applet library.</para>
    96
    10 <para>The libcapplet package contains a control panel applet library.</para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink
     10url="&libcapplet-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink
     12url="&libcapplet-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &libcapplet-size;</para></listitem>
     14<listitem><para>Estimated Disk space required:
     15&libcapplet-buildsize;</para></listitem>
     16<listitem><para>Estimated build time:
     17&libcapplet-time;</para></listitem></itemizedlist>
     18</sect3>
     19
     20<sect3><title><application>libcapplet</application> dependencies</title>
     21<sect4><title>Required</title>
     22<para><xref linkend="gnome-libs"/></para></sect4>
     23</sect3>
     24
    1125
    1226</sect2>
  • gnome/otherlibs/libcapplet/libcapplet.ent

    r6e3aa8ef r5c97823  
    1010<!ENTITY libcapplet-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libcapplet/1.5/libcapplet-&libcapplet-version;.tar.bz2">
    1111<!ENTITY libcapplet-size "312 KB">
     12<!ENTITY libcapplet-time "0.01 SBU">
  • gnome/otherlibs/libcapplet/libcapplet.xml

    r6e3aa8ef r5c97823  
    66&libcapplet-inst;
    77&libcapplet-exp;
    8 &libcapplet-config;
    98&libcapplet-desc;
    109
Note: See TracChangeset for help on using the changeset viewer.