Changeset b394e5f7


Ignore:
Timestamp:
02/02/2004 02:11:57 AM (20 years ago)
Author:
Tushar Teredesai <tushar@…>
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_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
167dc1dc
Parents:
3e740645
Message:

Gnome Fixes

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • appendices/generic/generic.xml

    r3e740645 rb394e5f7  
    1818to <filename>/etc/ld.so.conf</filename> or expand
    1919<envar>LD_LIBRARY_PATH</envar> to include it. Before using the latter option,
    20 check out <ulink url="http://www.visi.com/~barr/ldpath.html"/>.</para></listitem>
     20check out <ulink url="http://www.visi.com/~barr/ldpath.html"/>. If you
     21modify <filename>/etc/ld.so.conf</filename> remember to update
     22<filename>/etc/ld.so.cache</filename> by executing <command>ldconfig</command>.</para></listitem>
    2123<listitem><para>Add <filename class='directory'>$PREFIX/man</filename>
    2224to <filename>/etc/man.conf</filename> or expand <envar>MANPATH</envar>.</para></listitem>
  • gnome/add/applets/gnome-applets-exp.xml

    r3e740645 rb394e5f7  
    22<title>Command explanations</title>
    33
    4 <para><parameter>--libexecdir=`pkg-config --variable=prefix
    5 ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
     4<para><parameter>--libexecdir=$PRE/sbin</parameter>: This switch puts libexec files in
    65<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
    76<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
     
    1615<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    1716
     17<para><parameter>tooldir=$PRE/lib/gnome-applets</parameter>: This puts the gnome-applet
     18internal files in <filename>$PRE/lib/gnome-applets</filename> instead of
     19<filename>$PRE/sbin/gnome-applets</filename>.</para>
     20
    1821</sect2>
    1922
  • gnome/add/applets/gnome-applets-inst.xml

    r3e740645 rb394e5f7  
    44<para>Install <application><acronym>GNOME</acronym> Applets</application> by running the following commands:</para>
    55
    6 <screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    7     --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
     6<screen><userinput><command>PRE=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
     7./configure --prefix=$PRE \
     8    --libexecdir=$PRE/sbin \
    89    --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
    9 make &amp;&amp;
    10 make install</command></userinput></screen>
     10make tooldir=$PRE/lib/gnome-applets &amp;&amp;
     11make tooldir=$PRE/lib/gnome-applets install &amp;&amp;
     12unset PRE</command></userinput></screen>
    1113
    1214</sect2>
  • gnome/add/games/gnome-games.ent

    r3e740645 rb394e5f7  
    44<!ENTITY gnome-games-exp SYSTEM "gnome-games-exp.xml">
    55<!ENTITY gnome-games-desc SYSTEM "gnome-games-desc.xml">
    6 <!ENTITY gnome-games-version "2.4.1.1">
     6<!ENTITY gnome-games-version "2.4.2">
    77<!ENTITY gnome-games-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-games/2.4/gnome-games-&gnome-games-version;.tar.bz2">
    88<!ENTITY gnome-games-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-games/2.4/gnome-games-&gnome-games-version;.tar.bz2">
  • gnome/gnome-intro.xml

    r3e740645 rb394e5f7  
    99order of the pages are meant to follow the build order defined by the
    1010GNOME development team as published in the <ulink
    11 url="http://www.gnome.org/start/&gnome-version;/notes/rninstallation.html">release notes</ulink>, with two exceptions.  If a package is in the release notes build list, but not in this chapter, it has been installed elsewhere in the book.</para>
     11url="http://www.gnome.org/start/&gnome-version;/notes/rninstallation.html">release notes</ulink>,
     12with some additional packages added to satisfy some dependencies.</para>
    1213
    1314<para>The installation of <application><acronym>GNOME</acronym></application>-&gnome-version; is a large undertaking and one we would
  • gnome/lib/lib-config.xml

    r3e740645 rb394e5f7  
    88<para>If you want to try-out <application><acronym>GNOME</acronym></application>:</para>
    99<screen><userinput><command>export GNOME_PREFIX=/opt/gnome-&gnome-version;</command></userinput></screen>
     10
     11<para>Remember to execute <command>ldconfig</command> after installation of libraries to
     12update the library cache.</para>
    1013
    1114<para>The try-out group will also need to make all the following
  • gnome/lib/orbit/orbit2-inst.xml

    r3e740645 rb394e5f7  
    44<para>Install <application><acronym>ORB</acronym>it2</application> by running the following commands:</para>
    55
    6 <screen><userinput><command>ldconfig &amp;&amp;
    7 ./configure --prefix=$GNOME_PREFIX &amp;&amp;
     6<screen><userinput><command>./configure --prefix=$GNOME_PREFIX &amp;&amp;
    87make &amp;&amp;
    98make install</command></userinput></screen>
  • introduction/welcome/changelog.xml

    r3e740645 rb394e5f7  
    2828
    2929<listitem><para>February 1st, 2004 [tushar]: Updated to
    30 libxml2-2.6.5.</para></listitem>
     30libxml2-2.6.5, gnome-games-2.4.2.</para></listitem>
    3131
    3232<listitem><para>January 31st, 2004 [tushar]: Made a note
Note: See TracChangeset for help on using the changeset viewer.