Changeset 790998f


Ignore:
Timestamp:
08/29/2010 06:37:22 AM (14 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
da8599a
Parents:
aa09b1c7
Message:

Removed gnome-old-version.

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • book/organization.xml

    raa09b1c7 r790998f  
    6363  <para><application>GNOME</application> is the main alternative to
    6464  <application>KDE</application> in the Desktop Environment arena and
    65   we cover <application>GNOME</application>-&gnome-old-version; here.</para>
     65  we cover <application>GNOME</application>-&gnome-version; here.</para>
    6666
    6767  <bridgehead renderas="sect2">Part IX - X Software</bridgehead>
  • general.ent

    raa09b1c7 r790998f  
    567567<!-- Part IX -->
    568568<!ENTITY gnome-version                "2.30">
    569 <!ENTITY gnome-old-version            "2.28">
    570569<!ENTITY gnome-minor-version          ".2">
    571570<!ENTITY gnome-etc-dir                "/etc/gnome/&gnome-version;&gnome-minor-version;">
  • general/genutils/scrollkeeper.xml

    raa09b1c7 r790998f  
    8484            --with-omfdirs=/usr/share/omf:\
    8585/opt/kde-&kde-version;/share/omf:\
    86 /opt/gnome-&gnome-old-version;&gnome-minor-version;/share/omf &amp;&amp;
     86/opt/gnome-&gnome-version;&gnome-minor-version;/share/omf &amp;&amp;
    8787
    8888make</userinput></screen>
  • gnome/add/obsolete/ggv.xml

    raa09b1c7 r790998f  
    55  %general-entities;
    66
    7   <!ENTITY ggv-download-http "http://ftp.gnome.org/pub/GNOME/sources/ggv/&gnome-old-version;/ggv-&ggv-version;.tar.bz2">
    8   <!ENTITY ggv-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/ggv/&gnome-old-version;/ggv-&ggv-version;.tar.bz2">
     7  <!ENTITY ggv-download-http "http://ftp.gnome.org/pub/GNOME/sources/ggv/&gnome-version;/ggv-&ggv-version;.tar.bz2">
     8  <!ENTITY ggv-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/ggv/&gnome-version;/ggv-&ggv-version;.tar.bz2">
    99  <!ENTITY ggv-md5sum        "418f0ef3f8b82bb0c423a2a1cf6769f7">
    1010  <!ENTITY ggv-size          "1.0 MB">
  • gnome/add/obsolete/gpdf.xml

    raa09b1c7 r790998f  
    55  %general-entities;
    66
    7   <!ENTITY gpdf-download-http "http://ftp.gnome.org/pub/GNOME/sources/gpdf/&gnome-old-version;/gpdf-&gpdf-version;.tar.bz2">
    8   <!ENTITY gpdf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gpdf/&gnome-old-version;/gpdf-&gpdf-version;.tar.bz2">
     7  <!ENTITY gpdf-download-http "http://ftp.gnome.org/pub/GNOME/sources/gpdf/&gnome-version;/gpdf-&gpdf-version;.tar.bz2">
     8  <!ENTITY gpdf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gpdf/&gnome-version;/gpdf-&gpdf-version;.tar.bz2">
    99  <!ENTITY gpdf-md5sum "9278cd3b9d06e3b1d364452f0e512fa9">
    1010  <!ENTITY gpdf-size "1.0 MB">
  • gnome/core/pre-install-config.xml

    raa09b1c7 r790998f  
    3434    <systemitem class='username'>root</systemitem> user:</para>
    3535
    36 <screen role='root'><userinput>install -v -m755 -d /opt/gnome-&gnome-old-version;&gnome-minor-version; &amp;&amp;
    37 ln -v -s gnome-&gnome-old-version;&gnome-minor-version; /opt/gnome</userinput></screen>
     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>
    3838  </note>
    3939
    4040  <para>If you created the symbolic link, change all instances of <filename
    41   class='directory'>/opt/gnome-&gnome-old-version;&gnome-minor-version;</filename>
     41  class='directory'>/opt/gnome-&gnome-version;&gnome-minor-version;</filename>
    4242  to <filename class='directory'>/opt/gnome</filename> in the instructions
    4343  below.</para>
    4444
    45 <screen><userinput>export GNOME_PREFIX=/opt/gnome-&gnome-old-version;&gnome-minor-version;</userinput></screen>
     45<screen><userinput>export GNOME_PREFIX=/opt/gnome-&gnome-version;&gnome-minor-version;</userinput></screen>
    4646
    4747  <para>The try-out group will also need to make all the following
     
    5050  <para>Add to your system or personal profile:</para>
    5151
    52 <screen><literal>export PATH=$PATH:/opt/gnome-&gnome-old-version;&gnome-minor-version;/bin
    53 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-&gnome-old-version;&gnome-minor-version;/lib/pkgconfig
    54 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-&gnome-old-version;&gnome-minor-version;/share/pkgconfig
    55 export GNOME_LIBCONFIG_PATH=/usr/lib:/opt/gnome-&gnome-old-version;&gnome-minor-version;/lib</literal></screen>
     52<screen><literal>export PATH=$PATH:/opt/gnome-&gnome-version;&gnome-minor-version;/bin
     53export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-&gnome-version;&gnome-minor-version;/lib/pkgconfig
     54export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-&gnome-version;&gnome-minor-version;/share/pkgconfig
     55export GNOME_LIBCONFIG_PATH=/usr/lib:/opt/gnome-&gnome-version;&gnome-minor-version;/lib</literal></screen>
    5656
    5757  <para>Add to your <filename>/etc/ld.so.conf</filename>:</para>
     
    6060<literal># Begin gnome addition to /etc/ld.so.conf
    6161
    62 /opt/gnome-&gnome-old-version;&gnome-minor-version;/lib
     62/opt/gnome-&gnome-version;&gnome-minor-version;/lib
    6363
    6464# End gnome addition</literal>
     
    7070<literal># Begin gnome addition to man_db.conf
    7171
    72 MANDATORY_MANPATH /opt/gnome-&gnome-old-version;&gnome-minor-version;/share/man
     72MANDATORY_MANPATH /opt/gnome-&gnome-version;&gnome-minor-version;/share/man
    7373
    7474# End gnome addition to man_db.conf</literal>
  • gnome/gnome-intro.xml

    raa09b1c7 r790998f  
    2626
    2727  <!-- <para>This chapter presents the instructions to install a complete
    28   GNOME-&gnome-old-version;&gnome-minor-version; desktop environment; and a limited
     28  GNOME-&gnome-version;&gnome-minor-version; desktop environment; and a limited
    2929  GNOME 1.4 library environment that is sufficient to run GNOME 1.4
    3030  applications included in this book. The order of the pages follows the build
    3131  order defined by the GNOME development team and documented in the <ulink
    32   url="http://www.gnome.org/start/&gnome-old-version;/notes/en/rninstallation.html">
     32  url="http://www.gnome.org/start/&gnome-version;/notes/en/rninstallation.html">
    3333  Release Notes</ulink>.</para> -->
    3434
    3535  <para>This chapter presents the instructions to install a complete
    36   GNOME-&gnome-old-version;&gnome-minor-version; desktop environment. The order of
     36  GNOME-&gnome-version;&gnome-minor-version; desktop environment. The order of
    3737  the installed packages follows the build order defined by the GNOME
    3838  development team and has been thoroughly tested by the BLFS team.</para>
    3939
    40   <para>The installation of GNOME-&gnome-old-version;&gnome-minor-version; is a
     40  <para>The installation of GNOME-&gnome-version;&gnome-minor-version; is a
    4141  large undertaking and one we would like to see you complete with the least
    4242  amount of stress. One of the first goals in this installation is to protect
    4343  your previously installed software, especially if you are testing GNOME on
    44   your machine. GNOME-&gnome-old-version; packages utilize the
     44  your machine. GNOME-&gnome-version; packages utilize the
    4545  <option>--prefix=option</option> passed to <command>configure</command>,
    4646  so you will use that and an environment variable (<envar>GNOME_PREFIX</envar>)
     
    5151  are going to keep the GNOME installation, or you think you will update to the
    5252  newest releases as they become available, you should install with
    53   <option>--prefix=/opt/gnome-&gnome-old-version;&gnome-minor-version;</option>.
     53  <option>--prefix=/opt/gnome-&gnome-version;&gnome-minor-version;</option>.
    5454  Setting the environment variable and the additional edits required by the
    5555  second option are covered in the Pre-Installation Configuration
     
    5757
    5858  <para>If you choose the second option, removal of
    59   GNOME-&gnome-old-version;&gnome-minor-version; is as easy as removing the edits
     59  GNOME-&gnome-version;&gnome-minor-version; is as easy as removing the edits
    6060  from the pre-installation page and issuing the following command (you may
    6161  need to become the <systemitem class='username'>root</systemitem>
    6262  user):</para>
    6363
    64 <screen role="root"><userinput>rm -rf /opt/gnome-&gnome-old-version;&gnome-minor-version;</userinput></screen>
     64<screen role="root"><userinput>rm -rf /opt/gnome-&gnome-version;&gnome-minor-version;</userinput></screen>
    6565
    6666  <para>If your system was completely built per LFS and BLFS instructions,
    6767  you have a very good chance of using
    68   GNOME-&gnome-old-version;&gnome-minor-version; after your first installation. If
     68  GNOME-&gnome-version;&gnome-minor-version; after your first installation. If
    6969  you are a typical LFS user, you have made modifications to the instructions
    7070  along the way knowing that you have to take those modifications into account
    7171  on future installations. You should have no problems integrating
    72   GNOME-&gnome-old-version;&gnome-minor-version; into your unique setup, but you
     72  GNOME-&gnome-version;&gnome-minor-version; into your unique setup, but you
    7373  will have to install well over 50 packages before you can run GNOME through
    7474  any testing (assuming your windowing system is preinstalled and tested). You
     
    9898  <filename class='directory'>/var</filename>. You should consider using
    9999  the GNOME 1.4 hint located at <ulink url="&hints-root;"/> if you have no
    100   interest in GNOME-&gnome-old-version;&gnome-minor-version;.</para> -->
     100  interest in GNOME-&gnome-version;&gnome-minor-version;.</para> -->
    101101
    102102  <bridgehead renderas="sect3">Alternate Installation Methods</bridgehead>
     
    104104  significant project. Some may find it too tedious or time-consuming to perform
    105105  a full installation following the BLFS book. You may wish to review the
    106   automated methods mentioned in the GNOME-&gnome-old-version; <ulink
    107   url="http://www.gnome.org/start/&gnome-old-version;/notes/en/rninstallation.html">Release
     106  automated methods mentioned in the GNOME-&gnome-version; <ulink
     107  url="http://www.gnome.org/start/&gnome-version;/notes/en/rninstallation.html">Release
    108108  Notes</ulink>. Note that using any other method to install
    109   GNOME-&gnome-old-version;&gnome-minor-version; other than using the BLFS
     109  GNOME-&gnome-version;&gnome-minor-version; other than using the BLFS
    110110  instructions cannot be supported by the BLFS team. Alternate methods are only
    111111  mentioned as a courtesy to builders who would like to build GNOME from sources
  • introduction/welcome/changelog.xml

    raa09b1c7 r790998f  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[wblaszcz] - Removed gnome-old-version.</para>
     48        </listitem>
     49        <listitem>
    4750          <para>[wblaszcz] - Added new package, gtk-vnc-0.3.10.</para>
    4851        </listitem>
Note: See TracChangeset for help on using the changeset viewer.