Changeset 5407cf7


Ignore:
Timestamp:
02/08/2003 04:03:25 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:
46dd93b4
Parents:
26a12b5
Message:

reorganize gnome lib

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

Files:
21 added
12 edited

Legend:

Unmodified
Added
Removed
  • appendices/old/old.xml

    r26a12b5 r5407cf7  
    99future releases.</para>
    1010
     11&libzvt;
    1112
    1213</appendix>
  • gnome/gnome-intro.xml

    r26a12b5 r5407cf7  
    22<title>Introduction to Gnome</title>
    33
    4 <para>This chapter attempts to install a complete Gnome-2.2 desktop
     4<para>This chapter attempts to install a complete Gnome-&gnome-version; desktop
    55environment and a limited Gnome 1.4 library environment that is
    66sufficient to run Gnome 1.4 applications included in this book. The
    77order of the pages are meant to follow the build order defined by the
    8 Gnome2 development team as published in the <ulink url="http://www.gnome.org/start/2.2/notes/rninstallation.html">release notes</ulink>.  If a package is in the release notes build list, but not in this chapter, it has been installed elsewhere in the book.</para>
     8Gnome development team as published in the <ulink url="http://www.gnome.org/start/&gnome-version;/notes/rninstallation.html">release notes</ulink>.  If a package is in the release notes build list, but not in this chapter, it has been installed elsewhere in the book.</para>
    99
    10 <para>The installation of Gnome-2.2 is a large undertaking and one we would
    11 very much like to see you complete with the least amount of stress. One
     10<para>The installation of Gnome-&gnome-version; is a large undertaking and one we would
     11like to see you complete with the least amount of stress. One
    1212of our first goals in this installation is to protect your previously
    13 installed software.  For absolute protection, we would construct a
    14 chroot jail for the installation, but since Gnome-2.2 packages utilize the
    15 --prefix= option for configure, we will use that to fulfill our goal.
    16 There are two locations usable for our purposes,
    17 <filename>/usr/local</filename> and <filename>/opt/package</filename>.
    18 Since <filename>/usr/local</filename> is not utilized any where in the
    19 BLFS book, installation there would closely parallel a Gnome-2.2
    20 installation using --prefix=/usr.  However, it is not
    21 entirely safe for us to assume that your installation does not have any
    22 files in <filename>/usr/local</filename>.  Therefore we are going to
    23 install with --prefix=/opt/gnome2.  This will require additional edits
    24 which are covered on the pre-installation page.  Removal of Gnome-2.2 for
    25 any reason is as easy as removing the edits from the pre-installation
    26 page and issue the following commands:
    27 <screen><userinput>rm /opt/gnome-2.2 -r &amp;&amp;
    28 rm /etc/gnome -r</userinput></screen></para>
     13installed software, especially if you are testing Gnome on your machine.
     14Gnome-&gnome-version; packages utilize the --prefix= option for configure, so we will
     15use that and an Environment variable (GNOME_PREFIX) to add flexibility to
     16the install.</para>
    2917
    30 <para>If your system was completely built per LFS 4.0 and BLFS
    31 instructions, you have a very good chance of using Gnome-2.2
     18<para>If you know that you want Gnome as your desktop, it is recommended that
     19you install with --prefix=/usr. If you are not sure that you are going
     20to keep Gnome on your installation, it is recommended that you install with
     21--prefix=/opt/gnome-&gnome-version;.  Setting the Environment variable and the
     22additional edits required by the second option are covered on the
     23pre-installation page.</para>
     24
     25<para>If you choose the second option, removal of Gnome-2.2 is as easy as removing the edits from the pre-installation page and issue the following commands:
     26<screen><userinput>rm /opt/gnome-&gnome-version; -r </userinput></screen></para>
     27
     28<para>If your system was completely built per LFS and BLFS
     29instructions, you have a very good chance of using Gnome-&gnome-version;
    3230after your first install.  If you are a typical LFS user, you have made
    3331modifications to the instructions along the way knowing that you have to
    3432take those modifications into account on future installations.  You
    35 should have no problems integrating Gnome-2.2 into your unique setup, but
     33should have no problems integrating Gnome-&gnome-version; into your unique setup, but
    3634you will have 28 to 33 packages installed before you can run Gnome
    3735through any testing (assuming your window manager is preinstalled and
    3836tested). We would anticipate that you will be rebuilding gnome at least
    39 once to make adjustments for your setup. If this is the only chapter you
    40 are utilizing from the BLFS book, we think you should be successful by
    41 following these instructions, but you may find problems along the way
    42 that we may or may not be able to help you though on the blfs-support mailing
    43 list.</para>
    44 
    45 <para>If you don't need the Gnome 1.4 library environment, you may skip
    46 pages that are headed (Gnome 1.4).</para>
     37once to make adjustments for your setup.</para>
    4738
    4839<para>If you are building a Gnome 1.4 desktop environment, you would
    49 install those labeled pages <emphasis>and</emphasis> any dependancies
    50 listed on those pages whether labeled or not. Gnome packages without
    51 pages are simply installed with:
     40install only those libraries in the Gnome 1.4 chapter <emphasis>and</emphasis> any dependancies listed on those pages whether labeled or not. Gnome packages without pages are simply installed with:
    5241<screen><userinput>./configure --prefix=/opt/gnome &amp;&amp;
    5342make &amp;&amp;
     
    6049<filename>/var</filename>.  You should consider using the Gnome 1.4 hint
    6150located at <ulink url="http://hints.linuxfromscratch.org/hints"/> if you
    62 have no interest in Gnome-2.2.</para>
     51have no interest in Gnome-&gnome-version;.</para>
    6352
    64 <para>At this time, we feel that Gnome-2.2 should be left in <filename>/opt/gnome2</filename>, but you can easily adjust the --prefix= option to your
    65 chosen destination. This will be covered on the pre-installation
    66 page.</para>
     53<para><screen>Gnome-&gnome-version; requires:
     54<xref linkend="xfree86"/>, Xft, fontconfig, <xref linkend="GTK2"/>,
     55<xref linkend="libpng"/>, <xref linkend="libjpeg"/>,
     56<xref linkend="libtiff"/>, <xref linkend="popt"/>
     57Gnome-&gnome-version; will utilize:
     58<xref linkend="libxml2"/>, <xref linkend="libxslt"/>,
     59<xref linkend="DocBook"/>, <xref linkend="docbook-xsl"/> and
     60<xref linkend="libfam"/></screen></para>
    6761
    6862</partintro>
  • gnome/gnome.ent

    r26a12b5 r5407cf7  
    11<!ENTITY gnome SYSTEM "gnome.xml">
    22<!ENTITY gnome-intro SYSTEM "gnome-intro.xml">
    3 
     3<!ENTITY gnome-version "2.2">
    44
    55<!-- Gnome Libraries -->
     
    4040<!ENTITY % gconf1 SYSTEM "lib/gconf/gconf1.ent">
    4141<!ENTITY % gnome-vfs1 SYSTEM "lib/gnome-vfs/gnome-vfs1.ent">
     42<!ENTITY % gnome-icon-themes SYSTEM "lib/themes/gnome-icon-themes.ent">
     43<!ENTITY % vte SYSTEM "lib/vte/vte.ent">
     44<!ENTITY % gnome-themes SYSTEM "lib/themes/gnome-themes.ent">
    4245%libglade;
    4346%intltool;
     
    7477%gconf1;
    7578%gnome-vfs1;
     79%gnome-icon-themes;
     80%gnome-themes;
     81%vte;
    7682
    7783<!-- Gnome Core -->
  • gnome/lib/gconf1.xml

    r26a12b5 r5407cf7  
    11<sect1 id="GConf1" xreflabel="GConf-&GConf1-version;">
    22<?dbhtml filename="gconf1.html" dir="gnome"?>
    3 <title>GConf-&GConf1-version; (Gnome 1.4)</title>
     3<title>GConf-&GConf1-version;</title>
    44
    55&GConf1-intro;
  • gnome/lib/gdk.xml

    r26a12b5 r5407cf7  
    11<sect1 id="gdk" xreflabel="gdk-pixbuf-&gdk-version;">
    22<?dbhtml filename="gdkpixbuf.html" dir="gnome"?>
    3 <title>gdk-pixbuf-&gdk-version; (Gnome 1.4)</title>
     3<title>gdk-pixbuf-&gdk-version;</title>
    44
    55&gdk-intro;
  • gnome/lib/gnome-libs.xml

    r26a12b5 r5407cf7  
    11<sect1 id="gnome-libs" xreflabel="gnome-libs-&gnome-libs-version;">
    22<?dbhtml filename="gnome-libs.html" dir="gnome"?>
    3 <title>gnome-libs-&gnome-libs-version; (Gnome 1.4)</title>
     3<title>gnome-libs-&gnome-libs-version;</title>
    44
    55&gnome-libs-intro;
  • gnome/lib/gnome-vfs1.xml

    r26a12b5 r5407cf7  
    11<sect1 id="gnome-vfs1" xreflabel="gnome-vfs-&gnome-vfs1-version;">
    22<?dbhtml filename="gnome-vfs1.html" dir="gnome"?>
    3 <title>gnome-vfs-&gnome-vfs1-version; (Gnome 1.4)</title>
     3<title>gnome-vfs-&gnome-vfs1-version;</title>
    44
    55&gnome-vfs1-intro;
  • gnome/lib/lib-config.xml

    r26a12b5 r5407cf7  
    77<screen>export GNOME_PREFIX=/usr</screen>
    88If you want to try-out Gnome:
    9 <screen>export GNOME_PREFIX=/opt/gnome-2.2</screen></para>
     9<screen>export GNOME_PREFIX=/opt/gnome-&gnome-version;</screen></para>
    1010
    1111<para>The try-out group will also need to make all the following
     
    1414<para>Add to your system or personal profile:</para>
    1515
    16 <para><screen>export PATH=$PATH:/opt/gnome-2.2/bin
    17 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-2.2/lib/pkgconfig
     16<para><screen>export PATH=$PATH:/opt/gnome-&gnome-version;/bin
     17export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-&gnome-version;/lib/pkgconfig
    1818export GNOME_LIBCONFIG_PATH=/usr/lib</screen></para>
    1919
     
    2323# Begin gnome addition to /etc/ld.so.conf
    2424
    25 /opt/gnome-2.2/lib
     25/opt/gnome-&gnome-version;/lib
    2626
    2727# End gnome addition
     
    3333# Begin gnome addition to man.conf
    3434
    35 MANPATH /opt/gnome-2.2/man
     35MANPATH /opt/gnome-&gnome-version;/man
    3636
    3737# END gnome addition to man.conf
  • gnome/lib/lib.xml

    r26a12b5 r5407cf7  
    55
    66&gnome-lib-config;
    7 &intltool;
    8 &scrollkeeper;
    97&gtk-doc;
    108&linc;
    11 &gnome-common;
    12 &ORBit;
    139&libIDL;
    1410&ORBit2;
    15 &oaf;
     11&intltool;
    1612&bonobo-activation;
     13&libbonobo;
    1714&GConf;
    18 &gnome-libs;
    19 &gdk;
    20 &GConf1;
     15&gnome-mime-data;
     16&gnome-vfs;
     17&libgnome;
    2118&libart_lgpl;
    22 &libzvt;
    23 &libbonobo;
    24 &gnome-mime-data;
    25 &gnome-vfs1;
    26 &gnome-vfs;
    2719&libglade;
    28 &libgnome;
    2920&libgnomecanvas;
    3021&libbonoboui;
     22&gnome-icon-themes;
    3123&libgnomeui;
    3224&libwnck;
     25&gtk-engines;
     26&gnome-themes;
     27&vte;
     28&scrollkeeper;
     29&libgtop;
     30&gail;
     31&librsvg;
     32&eel;
     33&libgtkhtml;
    3334&libgnomeprint;
    3435&libgnomeprintui;
    35 &libgtop;
    36 &librsvg;
    37 &gail;
    38 &eel;
    39 &libgtkhtml;
    40 &gtk-engines;
    41 
    4236</chapter>
  • gnome/lib/oaf.xml

    r26a12b5 r5407cf7  
    11<sect1 id="oaf" xreflabel="oaf-&oaf-version;">
    22<?dbhtml filename="oaf.html" dir="gnome"?>
    3 <title>oaf-&oaf-version; (Gnome 1.4)</title>
     3<title>oaf-&oaf-version;</title>
    44
    55&oaf-intro;
  • gnome/lib/orbit.xml

    r26a12b5 r5407cf7  
    11<sect1 id="ORBit" xreflabel="ORBit-&ORBit-version;">
    22<?dbhtml filename="ORBit.html" dir="gnome"?>
    3 <title>ORBit-&ORBit-version; (Gnome 1.4)</title>
     3<title>ORBit-&ORBit-version;</title>
    44
    55&ORBit-intro;
  • gnome/otherlibs/otherlibs.xml

    r26a12b5 r5407cf7  
    11<chapter id="gnome-otherlibs">
    22<?dbhtml filename="otherlibs.html" dir="gnome"?>
    3 <title>Additional Gnome 1.4 Libraries</title>
     3<title>Gnome 1.4 Libraries</title>
    44
    55<para>This section contains additional GNOME 1.4 libraries, needed by
     
    99
    1010&gnome-otherlibs-config;
     11&ORBit;
     12&oaf;
     13&gnome-libs;
     14&gdk;
     15&GConf1;
     16&gnome-vfs1;
    1117&gnome-print;
    1218&libglade14;
Note: See TracChangeset for help on using the changeset viewer.