Ignore:
Timestamp:
10/10/2005 06:06:06 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0af08ab
Parents:
0c4e116
Message:

3rd of 3 commits to GNOME-2.12.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/libgtop.xml

    r0c4e116 r51d7b70  
    66
    77  <!ENTITY libgtop-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgtop/&gnome-version;/libgtop-&libgtop-version;.tar.bz2">
    8   <!ENTITY libgtop-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgtop/&gnome-version;/libgtop-&libgtop-version;.tar.bz2">
    9   <!ENTITY libgtop-md5sum "b006baa3bd486005411a03534b45708e">
    10   <!ENTITY libgtop-size "750 KB">
    11   <!ENTITY libgtop-buildsize "14 MB">
    12   <!ENTITY libgtop-time "0.3 SBU">
     8  <!ENTITY libgtop-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/libgtop/&gnome-version;/libgtop-&libgtop-version;.tar.bz2">
     9  <!ENTITY libgtop-md5sum        "616ed8352f3463855b3eace26b22536e">
     10  <!ENTITY libgtop-size          "740 KB">
     11  <!ENTITY libgtop-buildsize     "11.4 MB">
     12  <!ENTITY libgtop-time          "0.3 SBU">
    1313]>
    1414
     
    7777
    7878<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    79     --infodir=$GNOME_PREFIX/share/info &amp;&amp;
     79    --infodir=`pkg-config --variable=prefix ORBit-2.0`/share/info &amp;&amp;
    8080make</userinput></screen>
    8181
     
    100100    <title>Command Explanations</title>
    101101
    102     <para><parameter>--infodir=$GNOME_PREFIX/share/info</parameter>: This switch
    103     installs the info documentation in
     102    <para><parameter>--infodir=`pkg-config --variable=prefix ORBit-2.0`/share/info</parameter>:
     103    This switch installs the info documentation in
    104104    <filename class='directory'>$GNOME_PREFIX/share/info</filename> instead of
    105     <filename class='directory'>$GNOME_PREFIX/info</filename>.</para>
     105    <filename class='directory'>$GNOME_PREFIX/info</filename>. You may need to
     106    add this directory to your <envar>$INFOPATH</envar> environment variable if
     107    your <application>GNOME</application> installation prefix is anything other
     108    than <filename class='directory'>/usr</filename>.</para>
    106109
    107110    <para><option>--with-libgtop-examples</option>: Adding this parameter to
Note: See TracChangeset for help on using the changeset viewer.