Changeset 6992ce7 for gnome


Ignore:
Timestamp:
07/18/2003 02:11:40 AM (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:
d52fda5
Parents:
32d1cbf
Message:

update to bonobo-activation-2.2.2

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

Location:
gnome
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • gnome/gnome-intro.xml

    r32d1cbf r6992ce7  
    2525
    2626<para>If you choose the second option, removal of Gnome-2.2 is as easy as removing the edits from the pre-installation page and issue the following command:
    27 <screen><userinput>rm /opt/gnome-&gnome-version; -r </userinput></screen></para>
     27<screen><userinput><command>rm /opt/gnome-&gnome-version; -r </command></userinput></screen></para>
    2828
    2929<para>If your system was completely built per LFS and BLFS
     
    4040<para>If you are building a Gnome 1.4 desktop environment, you would
    4141install only those libraries in the Gnome 1.4 chapter <emphasis>and</emphasis> any dependencies listed on those pages whether labeled or not. Gnome packages without pages are simply installed with:
    42 <screen><userinput>./configure --prefix=/opt/gnome &amp;&amp;
     42<screen><command>./configure --prefix=/opt/gnome &amp;&amp;
    4343make &amp;&amp;
    44 make install</userinput></screen>
     44make install</command></screen>
    4545These instructions are simplistic to facilitate removal of Gnome 1.4
    4646from BLFS systems when it is no longer necessary.  These instructions
  • gnome/lib/bonobo/bonobo-activation-config.xml

    r32d1cbf r6992ce7  
    11<sect2>
    2 <title>Configuring bonobo-activation</title>
     2<title>Configuring <application>bonobo-activation</application></title>
    33
    44<sect3><title>Configuration Information</title>
  • gnome/lib/bonobo/bonobo-activation-desc.xml

    r32d1cbf r6992ce7  
    22<title>Contents</title>
    33
    4 <para>The bonobo-activation package contains
     4<para>The <application>bonobo-activation</application> package contains
    55<filename>libbonobo-activation</filename> libraries.</para>
    66
  • gnome/lib/bonobo/bonobo-activation-exp.xml

    r32d1cbf r6992ce7  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--libexecdir=$GNOME_PREFIX/sbin</userinput> : This switch puts
     4<para><command>--libexecdir=$GNOME_PREFIX/sbin</command> : This switch puts
    55libexec files in <filename>$GNOME_PREFIX/sbin</filename> instead of
    66<filename>$GNOME_PREFIX/libexec</filename>.</para>
    77
    8 <para><userinput>--sysconfdir=/etc/gnome</userinput> : This switch puts
     8<para><command>--sysconfdir=/etc/gnome</command> : This switch puts
    99configuration files in <filename>/etc/gnome</filename> instead of
    1010<filename>$GNOME_PREFIX/etc</filename>.</para>
    1111
    12 <para><userinput>--disable-gtk-doc</userinput> : This switch will
     12<para><command>--disable-gtk-doc</command> : This switch will
    1313prevent the rebuilding of documentation during the make command.</para>
    1414
  • gnome/lib/bonobo/bonobo-activation-inst.xml

    r32d1cbf r6992ce7  
    11<sect2>
    2 <title>Installation of bonobo-activation</title>
     2<title>Installation of <application>bonobo-activation</application></title>
    33
    4 <para>Install bonobo-activation by running the following commands:</para>
     4<para>Install <application>bonobo-activation</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
     6<para><screen><userinput><command>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
    77--sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
    88make &amp;&amp;
    9 make install</userinput></screen></para>
     9make install</command></userinput></screen></para>
    1010
    1111</sect2>
  • gnome/lib/bonobo/bonobo-activation-intro.xml

    r32d1cbf r6992ce7  
    11<sect2>
    2 <title>Introduction to bonobo-activation</title>
     2<title>Introduction to <application>bonobo-activation</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&bonobo-activation-download-http;"/>
    5 Download location (FTP):        <ulink url="&bonobo-activation-download-ftp;"/>
    6 Version used:                   &bonobo-activation-version;
    7 Package size:                   &bonobo-activation-size;
    8 Estimated Disk space required:  &bonobo-activation-buildsize;
    9 Estimated build time:           &bonobo-activation-time;</screen>
     4<para>The <application>bonobo-activation</application> package contains libbonobo-activation
     5libraries. This is the new Object Activation Framework
     6(<acronym>OAF</acronym>) for
     7GNOME.</para>
    108
    11 <para>The bonobo-activation package contains libbonobo-activation
    12 libraries. This is the new Object Activation Framework (OAF) for GNOME.</para>
     9<sect3><title>Package information</title>
     10<itemizedlist spacing='compact'>
     11<listitem><para>Download (HTTP): <ulink
     12url="&bonobo-activation-download-http;"/></para></listitem>
     13<listitem><para>Download (FTP): <ulink
     14url="&bonobo-activation-download-ftp;"/></para></listitem>
     15<listitem><para>Download size: &bonobo-activation-size;</para></listitem>
     16<listitem><para>Estimated Disk space required:
     17&bonobo-activation-buildsize;</para></listitem>
     18<listitem><para>Estimated build time:
     19&bonobo-activation-time;</para></listitem></itemizedlist>
     20</sect3>
    1321
    14 <screen>bonobo-activation depends on:
    15 <xref linkend="ORBit2"/>
    16 bonobo-activation will utilize:
    17 <xref linkend="gtk-doc"/> and <xref linkend="sgml-dtd-3"/> </screen>
     22<sect3><title><application>bonobo-activation</application> dependencies</title>
     23<sect4><title>Required</title>
     24<para><xref linkend="ORBit2"/></para></sect4>
     25<sect4><title>Optional</title>
     26<para><xref linkend="gtk-doc"/> and <xref linkend="sgml-dtd-3"/></para></sect4>
     27</sect3>
    1828
    1929</sect2>
  • gnome/lib/bonobo/bonobo-activation.ent

    r32d1cbf r6992ce7  
    55<!ENTITY bonobo-activation-desc SYSTEM "bonobo-activation-desc.xml">
    66<!ENTITY bonobo-activation-config SYSTEM "bonobo-activation-config.xml">
    7 <!ENTITY bonobo-activation-buildsize "5.2 MB">
    8 <!ENTITY bonobo-activation-version "2.2.1.1">
    9 <!ENTITY bonobo-activation-download-http "http://ftp.gnome.org/pub/GNOME/sources/bonobo-activation/2.2/bonobo-activation-2.2.1.1.tar.bz2">
    10 <!ENTITY bonobo-activation-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/bonobo-activation/2.2/bonobo-activation-2.2.1.1.tar.bz2">
    11 <!ENTITY bonobo-activation-size "447 KB">
     7<!ENTITY bonobo-activation-buildsize "6.1 MB">
     8<!ENTITY bonobo-activation-version "2.2.2">
     9<!ENTITY bonobo-activation-download-http "http://ftp.gnome.org/pub/GNOME/sources/bonobo-activation/2.2/bonobo-activation-2.2.2.tar.bz2">
     10<!ENTITY bonobo-activation-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/bonobo-activation/2.2/bonobo-activation-2.2.2.tar.bz2">
     11<!ENTITY bonobo-activation-size "480 KB">
    1212<!ENTITY bonobo-activation-time "0.60 SBU">
Note: See TracChangeset for help on using the changeset viewer.