Changeset 9761bea4


Ignore:
Timestamp:
06/21/2006 06:27:21 PM (18 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:
825cbe7
Parents:
67934af
Message:

Various corrections to the GNOME2 instructions

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

Location:
gnome
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gnome-applets.xml

    r67934af r9761bea4  
    108108    <title>Command Explanations</title>
    109109
    110     <para><parameter>--libexecdir=`pkg-config --variable=prefix
    111     ORBit-2.0`/lib/gnome-applets</parameter>: This switch puts libexec files
     110    <para><parameter>--libexecdir=$(pkg-config --variable=prefix
     111    ORBit-2.0)/lib/gnome-applets</parameter>: This switch puts libexec files
    112112    in <filename class="directory">$GNOME_PREFIX/lib/gnome-applets</filename>
    113113    instead of
  • gnome/core/gnome-doc-utils.xml

    r67934af r9761bea4  
    55  %general-entities;
    66
    7   <!ENTITY gnome-doc-utils-download-http "&gnome-download-http;/gnome-doc-utils/0.4/gnome-doc-utils-&gnome-doc-utils-version;.tar.bz2">
    8   <!ENTITY gnome-doc-utils-download-ftp  "&gnome-download-ftp;/gnome-doc-utils/0.4/gnome-doc-utils-&gnome-doc-utils-version;.tar.bz2">
     7  <!ENTITY gnome-doc-utils-download-http "&gnome-download-http;/gnome-doc-utils/0.6/gnome-doc-utils-&gnome-doc-utils-version;.tar.bz2">
     8  <!ENTITY gnome-doc-utils-download-ftp  "&gnome-download-ftp;/gnome-doc-utils/0.6/gnome-doc-utils-&gnome-doc-utils-version;.tar.bz2">
    99  <!ENTITY gnome-doc-utils-md5sum        "c706b807b15e07e58561f903c0f20c26">
    1010  <!ENTITY gnome-doc-utils-size          "384 KB">
     
    9191    by running the following commands:</para>
    9292
    93 <screen><userinput>
    94 ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
     93<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    9594            --mandir=$(pkg-config \
    9695                --variable=prefix ORBit-2.0)/share/man &amp;&amp;
  • gnome/core/gnome-menus.xml

    r67934af r9761bea4  
    100100    links as the <systemitem class="username">root</systemitem> user:</para>
    101101
    102 <screen role="root"><userinput>ln -v -s $GNOME_PREFIX/lib/python2.4/site-packages/GMenuSimpleEditor \
     102<screen role="root"><userinput>ln -v -s $(pkg-config --variable=prefix \
     103             ORBit-2.0)/lib/python2.4/site-packages/GMenuSimpleEditor \
    103104         /usr/lib/python2.4/site-packages &amp;&amp;
    104 ln -v -s $GNOME_PREFIX/lib/python2.4/site-packages/gmenu.* \
     105ln -v -s $(pkg-config --variable=prefix \
     106             ORBit-2.0)/lib/python2.4/site-packages/gmenu.* \
    105107         /usr/lib/python2.4/site-packages</userinput></screen>
    106108
  • gnome/core/gnome-panel.xml

    r67934af r9761bea4  
    100100    <title>Command Explanations</title>
    101101
    102     <para><parameter>--libexecdir=`pkg-config --variable=prefix
    103     ORBit-2.0`/lib/gnome-panel</parameter>: This switch puts libexec files in
     102    <para><parameter>--libexecdir=$(pkg-config --variable=prefix
     103    ORBit-2.0)/lib/gnome-panel</parameter>: This switch puts libexec files in
    104104    <filename class="directory">$GNOME_PREFIX/lib/gnome-panel</filename>
    105105    instead of
  • gnome/core/libbonoboui.xml

    r67934af r9761bea4  
    7575    following commands:</para>
    7676
    77 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
     77<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
    7878make</userinput></screen>
    7979
  • gnome/core/libgnomeui.xml

    r67934af r9761bea4  
    9393    <systemitem class="username">root</systemitem> user:</para>
    9494
    95 <screen role="root"><userinput>ln -v -s $GNOME_PREFIX/lib/gtk-2.0/2.4.0/filesystems \
    96     /usr/lib/gtk-2.0/2.4.0</userinput></screen>
     95<screen role="root"><userinput>ln -v -s $(pkg-config \
     96      --variable=prefix ORBit-2.0)/lib/gtk-2.0/2.4.0/filesystems \
     97      /usr/lib/gtk-2.0/2.4.0</userinput></screen>
    9798
    9899  </sect2>
  • gnome/core/libgtop.xml

    r67934af r9761bea4  
    9595    class="username">root</systemitem> user:</para>
    9696
    97 <screen role="root"><userinput>install -v -m755 -d $GNOME_PREFIX/lib/libgtop/examples &amp;&amp;
     97<screen role="root"><userinput>install -v -m755 -d $(pkg-config \
     98        --variable=prefix ORBit-2.0)/lib/libgtop/examples &amp;&amp;
    9899install -v -m755 examples/.libs/* \
    99     $GNOME_PREFIX/lib/libgtop/examples</userinput></screen>
     100        $(pkg-config --variable=prefix ORBit-2.0)/lib/libgtop/examples</userinput></screen>
    100101
    101102  </sect2>
  • gnome/core/pre-install-config.xml

    r67934af r9761bea4  
    2525  it in an easy-to-remove location:</para>
    2626
     27  <note>
     28    <para>You may wish to create a symbolic link to the actual versioned
     29    directory using a non-versioned name. This has the advantage of an easier
     30    path to type in all the changes below and also makes it easy to point
     31    to a different/newer version of GNOME without changing all the edits
     32    below. If you wish to use a non-versioned name in the changes below,
     33    issue the following commands as the
     34    <systemitem class='username'>root</systemitem> user:</para>
     35
     36<screen role='root'><userinput>install -v -m755 -d /opt/gnome-&gnome-version;&gnome-minor-version; &amp;&amp;
     37ln -v -s gnome-&gnome-version;&gnome-minor-version; /opt/gnome</userinput></screen>
     38  </note>
     39
     40  <para>If you created the symbolic link, change all instances of <filename
     41  class='directory'>/opt/gnome-&gnome-version;&gnome-minor-version;</filename>
     42  to <filename class='directory'>/opt/gnome</filename> in the instructions
     43  below.</para>
     44
    2745<screen><userinput>export GNOME_PREFIX=/opt/gnome-&gnome-version;&gnome-minor-version;</userinput></screen>
    28 
    29   <para>Remember to execute <command>ldconfig</command> as the
    30   <systemitem class='username'>root</systemitem> user after installation of
    31   libraries to update the linker's library cache.</para>
    3246
    3347  <para>The try-out group will also need to make all the following
     
    6074EOF</userinput></screen>
    6175
     76  <tip>
     77    <para>Remember to execute <command>ldconfig</command> as the
     78    <systemitem class='username'>root</systemitem> user after installation of
     79    libraries to update the linker's library cache.</para>
     80  </tip>
     81
    6282</sect1>
  • gnome/core/vte.xml

    r67934af r9761bea4  
    55  %general-entities;
    66
    7   <!ENTITY vte-download-http "&gnome-download-http;/vte/0.11/vte-&vte-version;.tar.bz2">
    8   <!ENTITY vte-download-ftp  "&gnome-download-ftp;/vte/0.11/vte-&vte-version;.tar.bz2">
     7  <!ENTITY vte-download-http "&gnome-download-http;/vte/0.12/vte-&vte-version;.tar.bz2">
     8  <!ENTITY vte-download-ftp  "&gnome-download-ftp;/vte/0.12/vte-&vte-version;.tar.bz2">
    99  <!ENTITY vte-md5sum        "7cb1bd6ca528bc4db5ec685549fd3eb1">
    1010  <!ENTITY vte-size          "974 KB">
  • gnome/gnome-intro.xml

    r67934af r9761bea4  
    3131  are going to keep the GNOME installation, or you think you will update to the
    3232  newest releases as they become available, you should install with
    33   <option>--prefix=/opt/gnome-&gnome-version;</option>. Setting the environment
    34   variable and the additional edits required by the second option are covered
    35   in the Pre-Installation Configuration section.</para>
     33  <option>--prefix=/opt/gnome-&gnome-version;&gnome-minor-version;</option>.
     34  Setting the environment variable and the additional edits required by the
     35  second option are covered in the Pre-Installation Configuration
     36  section.</para>
    3637
    3738  <para>If you choose the second option, removal of
     
    4142  user):</para>
    4243
    43 <screen role="root"><userinput>rm -rf /opt/gnome-&gnome-version;</userinput></screen>
     44<screen role="root"><userinput>rm -rf /opt/gnome-&gnome-version;&gnome-minor-version;</userinput></screen>
    4445
    4546  <para>If your system was completely built per LFS and BLFS instructions,
     
    8485  perform a full installation following the BLFS book. You may wish to review
    8586  the automated methods mentioned in the
    86   GNOME-&gnome-version;&gnome-minor-version; <ulink
     87  GNOME-&gnome-version; <ulink
    8788  url="http://www.gnome.org/start/2.14/notes/en/rninstallation.html">Release
    8889  Notes</ulink>. Note that using any other method to install
Note: See TracChangeset for help on using the changeset viewer.