Changeset 8c5371d


Ignore:
Timestamp:
02/08/2003 08:33:03 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b827642
Parents:
bfd7b32d
Message:

Gnome 2.2, bonobo-activation-2.2.0, libbonobo-2.2.0

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

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • gnome/lib/bonobo-activation.xml

    rbfd7b32d r8c5371d  
    66&bonobo-activation-inst;
    77&bonobo-activation-exp;
    8 &bonobo-activation-config;
    98&bonobo-activation-desc;
    109
  • gnome/lib/bonobo/bonobo-activation-exp.xml

    rbfd7b32d r8c5371d  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--libexecdir=/opt/gnome2/sbin</userinput> : This switch puts
    5 libexec files in <filename>/opt/gnome2/sbin</filename> instead of
    6 <filename>/opt/gnome2/libexec</filename>.</para>
     4<para><userinput>--libexecdir=$GNOME_PREFIX/sbin</userinput> : This switch puts
     5libexec files in <filename>$GNOME_PREFIX/sbin</filename> instead of
     6<filename>$GNOME_PREFIX/libexec</filename>.</para>
    77
    88<para><userinput>--sysconfdir=/etc/gnome</userinput> : This switch puts
    99configuration files in <filename>/etc/gnome</filename> instead of
    10 <filename>/opt/gnome2/etc</filename>.</para>
     10<filename>$GNOME_PREFIX/etc</filename>.</para>
    1111
    12 <para><userinput>--enable-gtk-doc</userinput> : This switch will rebuild
    13 the documentation during the make command.</para>
     12<para><userinput>--disable-gtk-doc</userinput> : This switch will
     13prevent the rebuilding of documentation during the make command.</para>
    1414
    1515</sect2>
  • gnome/lib/bonobo/bonobo-activation-inst.xml

    rbfd7b32d r8c5371d  
    44<para>Install bonobo-activation by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/opt/gnome2 --libexecdir=/opt/gnome2/sbin \
    7 --sysconfdir=/etc/gnome &amp;&amp;
     6<para><screen><userinput>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
     7--sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
    88make &amp;&amp;
    99make install</userinput></screen></para>
  • gnome/lib/bonobo/bonobo-activation-intro.xml

    rbfd7b32d r8c5371d  
    1414<xref linkend="ORBit2"/>
    1515bonobo-activation will utilize:
    16 <xref linkend="gtk-doc"/></screen>
     16<xref linkend="gtk-doc"/> and <xref linkend="sgml-dtd-3"/> </screen>
    1717
    1818</sect2>
  • gnome/lib/bonobo/bonobo-activation.ent

    rbfd7b32d r8c5371d  
    66<!ENTITY bonobo-activation-config SYSTEM "bonobo-activation-config.xml">
    77<!ENTITY bonobo-activation-buildsize "5 MB">
    8 <!ENTITY bonobo-activation-version "1.0.3">
    9 <!ENTITY bonobo-activation-download-http "http://ftp.gnome.org/pub/GNOME/sources/bonobo-activation/1.0/bonobo-activation-1.0.3.tar.bz2">
    10 <!ENTITY bonobo-activation-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/bonobo-activation/1.0/bonobo-activation-1.0.3.tar.bz2">
    11 <!ENTITY bonobo-activation-size "448 KB">
     8<!ENTITY bonobo-activation-version "2.2.0">
     9<!ENTITY bonobo-activation-download-http "http://ftp.gnome.org/pub/GNOME/sources/bonobo-activation/2.2/bonobo-activation-2.2.0.tar.bz2">
     10<!ENTITY bonobo-activation-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/bonobo-activation/2.2/bonobo-activation-2.2.0.tar.bz2">
     11<!ENTITY bonobo-activation-size "420 KB">
  • gnome/lib/gnomelib/libbonobo-inst.xml

    rbfd7b32d r8c5371d  
    44<para>Install libbonobo by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/opt/gnome2 &amp;&amp;
     6<para><screen><userinput>./configure --prefix=$GNOME_PREFIX --disable-gtk-doc &amp;&amp;
    77make &amp;&amp;
    88make install </userinput></screen></para>
  • gnome/lib/gnomelib/libbonobo-intro.xml

    rbfd7b32d r8c5371d  
    1414<xref linkend="ORBit2"/> and <xref linkend="bonobo-activation"/>
    1515libbonobo will utilize:
    16 <xref linkend="gtk-doc"/></screen>
     16<xref linkend="gtk-doc"/> and <xref linkend="DocBook"/></screen>
    1717
    1818</sect2>
  • gnome/lib/gnomelib/libbonobo.ent

    rbfd7b32d r8c5371d  
    55<!ENTITY libbonobo-desc SYSTEM "libbonobo-desc.xml">
    66<!ENTITY libbonobo-config SYSTEM "libbonobo-config.xml">
    7 <!ENTITY libbonobo-buildsize "8 MB">
    8 <!ENTITY libbonobo-version "2.0.1">
    9 <!ENTITY libbonobo-download-http "http://ftp.gnome.org/pub/GNOME/sources/libbonobo/2.0/libbonobo-2.0.1.tar.bz2">
    10 <!ENTITY libbonobo-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libbonobo/2.0/libbonobo-2.0.1.tar.bz2">
    11 <!ENTITY libbonobo-size "396 KB">
     7<!ENTITY libbonobo-buildsize "11.3 MB">
     8<!ENTITY libbonobo-version "2.2.0">
     9<!ENTITY libbonobo-download-http "http://ftp.gnome.org/pub/GNOME/sources/libbonobo/2.2/libbonobo-2.2.0.tar.bz2">
     10<!ENTITY libbonobo-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libbonobo/2.2/libbonobo-2.2.0.tar.bz2">
     11<!ENTITY libbonobo-size "744 KB">
  • gnome/lib/libbonobo.xml

    rbfd7b32d r8c5371d  
    55&libbonobo-intro;
    66&libbonobo-inst;
    7 &libbonobo-config;
    87&libbonobo-desc;
    98
  • introduction/welcome/changelog.xml

    rbfd7b32d r8c5371d  
    1212
    1313<listitem><para>February 7th 2003 [larry]: Gnome: Added gtk-doc-1.0,
    14 linc-1.0.1, ORBit-2.5.1,</para></listitem>
     14linc-1.0.1, ORBit-2.5.1, bonobo-activiation-2.2.0, libbonobo-2.2.0</para></listitem>
    1515
    1616<listitem><para>February 6th, 2003 [larry]: X: Added
Note: See TracChangeset for help on using the changeset viewer.