Changeset 4a906f0b


Ignore:
Timestamp:
02/09/2003 12:27:21 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, 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:
7176253
Parents:
b827642
Message:

gnome 2.2, libgnome-2.2.0.1, libart-lgpl

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

Location:
gnome/lib
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • gnome/lib/gconf/gconf-exp.xml

    rb827642 r4a906f0b  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--libexecdir=$GNOME_PREFIX/sbin</userinput> : This command puts
     4<para><userinput>--libexecdir=$GNOME_PREFIX/sbin</userinput> : 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 command
     8<para><userinput>--sysconfdir=/etc/gnome</userinput>  : This switch
    99puts configuration files in <filename>/etc/gnome</filename> instead of
    1010<filename>$GNOME_PREFIX/etc</filename>.  This installation controls all
  • gnome/lib/gnome-mime-data/gnome-mime-data-exp.xml

    rb827642 r4a906f0b  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--sysconfdir=/etc/gnome</userinput> : This command
     4<para><userinput>--sysconfdir=/etc/gnome</userinput> : This switch
    55puts configuration files in <filename>/etc/gnome</filename> instead of
    66<filename>$GNOME_PREFIX/etc</filename>.</para>
  • gnome/lib/gnome-vfs.xml

    rb827642 r4a906f0b  
    66&gnome-vfs-inst;
    77&gnome-vfs-exp;
    8 &gnome-vfs-config;
    98&gnome-vfs-desc;
    109
  • gnome/lib/gnome-vfs/gnome-vfs-exp.xml

    rb827642 r4a906f0b  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--sysconfdir=/etc/gnome</userinput> : This command
     4<para><userinput>--sysconfdir=/etc/gnome</userinput> : This switch
    55puts configuration files in <filename>/etc/gnome</filename> instead of
    66<filename>$GNOME_PREFIX/etc</filename>.</para>
  • gnome/lib/gnomelib/libart_lgpl-inst.xml

    rb827642 r4a906f0b  
    44<para>Install libart_lgpl by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/opt/gnome2 &amp;&amp;
     6<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
    77make &amp;&amp;
    88make install </userinput></screen></para>
  • gnome/lib/gnomelib/libgnome-exp.xml

    rb827642 r4a906f0b  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--libexecdir=/opt/gnome2/sbin :</userinput> This command 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
    8 <para><userinput>--sysconfdir=/etc/gnome :</userinput>  This command
     8<para><userinput>--sysconfdir=/etc/gnome</userinput> : This switch
    99puts configuration files in <filename>/etc/gnome</filename> instead of
    10 <filename>/opt/gnome2/etc</filename>.</para>
     10<filename>$GNOME_PREFIX/etc</filename>.</para>
     11
     12<para><userinput>--disable-gtk-doc</userinput> : This switch prevents
     13the rebuilding of documentation during the make command.</para>
    1114
    1215</sect2>
  • gnome/lib/gnomelib/libgnome-inst.xml

    rb827642 r4a906f0b  
    44<para>Install libgnome 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/gnomelib/libgnome-intro.xml

    rb827642 r4a906f0b  
    1111
    1212<screen>libgnome depends on:
    13 <xref linkend="esound"/>, <xref linkend="audiofile"/>, <xref linkend="ORBit2"/>, <xref linkend="GConf"/>, <xref linkend="bonobo-activation"/> and <xref linkend="libxslt"/></screen>
     13<xref linkend="esound"/>, <xref linkend="audiofile"/>, <xref linkend="ORBit2"/>, <xref linkend="GConf"/>, <xref linkend="bonobo-activation"/>, <xref linkend="gtk-doc"/> and <xref linkend="sgml-dtd-3"/></screen>
    1414
    1515</sect2>
  • gnome/lib/gnomelib/libgnome.ent

    rb827642 r4a906f0b  
    55<!ENTITY libgnome-desc SYSTEM "libgnome-desc.xml">
    66<!ENTITY libgnome-config SYSTEM "libgnome-config.xml">
    7 <!ENTITY libgnome-buildsize "5 MB">
    8 <!ENTITY libgnome-version "2.0.6">
    9 <!ENTITY libgnome-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgnome/2.0/libgnome-2.0.6.tar.bz2">
    10 <!ENTITY libgnome-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnome/2.0/libgnome-2.0.6.tar.bz2">
    11 <!ENTITY libgnome-size "468 KB">
     7<!ENTITY libgnome-buildsize "7.6 MB">
     8<!ENTITY libgnome-version "2.2.0.1">
     9<!ENTITY libgnome-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgnome/2.2/libgnome-2.2.0.1.tar.bz2">
     10<!ENTITY libgnome-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnome/2.2/libgnome-2.2.0.1.tar.bz2">
     11<!ENTITY libgnome-size "704 KB">
  • gnome/lib/libart_lgpl.xml

    rb827642 r4a906f0b  
    55&libart_lgpl-intro;
    66&libart_lgpl-inst;
    7 &libart_lgpl-config;
    87&libart_lgpl-desc;
    98
  • gnome/lib/libgnome.xml

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