Changeset cc9a625


Ignore:
Timestamp:
06/14/2005 01:11:21 AM (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.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:
eff4180
Parents:
8e46700
Message:

Updated GNOME-1.4 libraries to include: modification of the installation path to /opt/gnome-1.4, updated installed programs, libraries and directories, separated building and root installation instructions, adding test suite notes, updated build entities and added installation of documentation (where applicable) - commit 1 of 2

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • gnome/otherlibs/bonobo14.xml

    r8e46700 rcc9a625  
    66
    77  <!ENTITY bonobo14-download-http "http://ftp.gnome.org/pub/GNOME/sources/bonobo/1.0/bonobo-&bonobo14-version;.tar.bz2">
    8   <!ENTITY bonobo14-download-ftp "http://ftp.gnome.org/pub/GNOME/sources/bonobo/1.0/bonobo-&bonobo14-version;.tar.bz2">
    9   <!ENTITY bonobo14-md5sum "7718c374ed82911b24d95fa3ab55dda5">
    10   <!ENTITY bonobo14-size "1.2 MB">
    11   <!ENTITY bonobo14-buildsize "47 MB">
    12   <!ENTITY bonobo14-time "1.69 SBU">
     8  <!ENTITY bonobo14-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/bonobo/1.0/bonobo-&bonobo14-version;.tar.bz2">
     9  <!ENTITY bonobo14-md5sum        "7718c374ed82911b24d95fa3ab55dda5">
     10  <!ENTITY bonobo14-size          "1.2 MB">
     11  <!ENTITY bonobo14-buildsize     "48 MB">
     12  <!ENTITY bonobo14-time          "1.5 SBU">
    1313]>
    1414
     
    6161    <para><xref linkend="oaf"/> and <xref linkend="gnome-print"/></para>
    6262
     63    <bridgehead renderas="sect4">Optional</bridgehead>
     64    <para><xref linkend="gtk-doc"/> and <xref linkend="docbook-utils"/></para>
     65
    6366  </sect2>
    6467
     
    6972    commands:</para>
    7073
    71 <screen><userinput>./configure --prefix=/opt/gnome &amp;&amp;
    72 make &amp;&amp;
    73 make install</userinput></screen>
     74<screen><userinput>./configure --prefix=/opt/gnome-1.4 &amp;&amp;
     75make</userinput></screen>
     76
     77    <para>To test the results, issue: <command>make check</command>.</para>
     78
     79    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     80
     81<screen role='root'><userinput>make install &amp;&amp;
     82install -v -m755 -d /opt/gnome-1.4/share/doc/bonobo-&bonobo14-version; &amp;&amp;
     83install -v -m644 doc/{FAQ,Monikers,*.txt} \
     84    /opt/gnome-1.4/share/doc/bonobo-&bonobo14-version;</userinput></screen>
    7485
    7586  </sect2>
     
    7889    <title>Command Explanations</title>
    7990
    80     <para><parameter>--prefix=/opt/gnome</parameter>: Installs
     91    <para><parameter>--prefix=/opt/gnome-1.4</parameter>: Installs
    8192    <application>Bonobo</application> in the
    8293    <application>GNOME</application> 1.4 directory structure.</para>
     
    93104
    94105      <seglistitem>
    95         <seg>None</seg>
    96         <seg><application>GNOME</application> 1.4 compound
    97         document and component libraries</seg>
    98         <seg>Not determined at this time</seg>
     106        <seg>bonobo-application-x-mines, bonobo-audio-ulaw, bonobo-echo,
     107        bonobo-moniker-gunzip, bonobo-moniker-http, bonobo-sample-canvas-item,
     108        bonobo-sample-controls, bonobo-sample-hello, bonobo-sample-paint,
     109        bonobo-selector, bonobo-text-plain, echo-client, efstool, gshell,
     110        libefs-config, moniker-test, sample-container and
     111        sample-control-container</seg>
     112        <seg>libbonobo.[so,a], libbonobobox.[so,a], libbonobo-print.[so,a],
     113        libefs.[so,a] and <application>Bonobo</application> plugin and
     114        moniker modules</seg>
     115        <seg>/opt/gnome-1.4/include/gnome-1.0/bonobo,
     116        /opt/gnome-1.4/lib/bonobo,
     117        /opt/gnome-1.4/share/bonobo,
     118        /opt/gnome-1.4/share/doc/bonobo-1.0.22,
     119        /opt/gnome-1.4/share/gnome/bonobo,
     120        /opt/gnome-1.4/share/gnome/ui and
     121        /opt/gnome-1.4/share/libefs</seg>
    99122      </seglistitem>
    100123    </segmentedlist>
     
    103126
    104127</sect1>
    105 
  • gnome/otherlibs/gnome-libs.xml

    r8e46700 rcc9a625  
    66
    77  <!ENTITY gnome-libs-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-libs/1.4/gnome-libs-&gnome-libs-version;.tar.bz2">
    8   <!ENTITY gnome-libs-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-libs/1.4/gnome-libs-&gnome-libs-version;.tar.bz2">
    9   <!ENTITY gnome-libs-md5sum "6111e91b143a90afb30f7a8c1e6cbbd6">
    10   <!ENTITY gnome-libs-size "2.8 MB">
    11   <!ENTITY gnome-libs-buildsize "70.3 MB">
    12   <!ENTITY gnome-libs-time "1.51 SBU">
     8  <!ENTITY gnome-libs-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-libs/1.4/gnome-libs-&gnome-libs-version;.tar.bz2">
     9  <!ENTITY gnome-libs-md5sum        "6111e91b143a90afb30f7a8c1e6cbbd6">
     10  <!ENTITY gnome-libs-size          "2.8 MB">
     11  <!ENTITY gnome-libs-buildsize     "70 MB">
     12  <!ENTITY gnome-libs-time          "1.4 SBU">
    1313]>
    1414
     
    7575    <title>Installation of GNOME Libraries</title>
    7676
     77    <para>The installation process expects a
     78    <systemitem class='groupname'>games</systemitem> group to exist on the
     79    system. If you have not previously created this group, issue the following
     80    command as the <systemitem class='username'>root</systemitem> user:</para>
     81
     82<screen role='root'><userinput>groupadd -g 60 games</userinput></screen>
     83
    7784    <para>Install <application>GNOME Libraries</application>
    7885    by running the following commands:</para>
    7986
    80 <screen><userinput>./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
    81 make &amp;&amp;
    82 make install</userinput></screen>
     87<screen><userinput>./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc &amp;&amp;
     88make</userinput></screen>
     89
     90    <para>To test the results, issue: <command>make check</command>.</para>
     91
     92    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     93
     94<screen role='root'><userinput>make install</userinput></screen>
    8395
    8496  </sect2>
     
    90102      <title>Config Files</title>
    91103
    92       <para><filename>/opt/gnome/etc/mime-magic</filename>,
    93       <filename>/opt/gnome/etc/paper.config</filename>,
    94       <filename>/opt/gnome/etc/sound/events/gnome.soundlist</filename> and
    95       <filename>/opt/gnome/etc/sound/events/gtk-events.soundlist</filename></para>
    96 
    97       <indexterm zone="gnome-libs gnome-libs-config">
    98         <primary sortas="e-opt-gnome-etc-mime-magic">/opt/gnome/etc/mime-magic</primary>
    99       </indexterm>
    100 
    101       <indexterm zone="gnome-libs gnome-libs-config">
    102         <primary sortas="e-opt-gnome-etc-paper.config">/opt/gnome/etc/paper.config</primary>
    103       </indexterm>
    104 
    105       <indexterm zone="gnome-libs gnome-libs-config">
    106         <primary sortas="e-opt-gnome-etc-sound-events-gnome.soundlist">/opt/.../gnome.soundlist</primary>
    107       </indexterm>
    108 
    109       <indexterm zone="gnome-libs gnome-libs-config">
    110         <primary sortas="e-opt-gnome-etc-sound-events-gtk-events.soundlist">/opt/.../gtk-events.soundlist</primary>
     104      <para><filename>/opt/gnome-1.4/etc/mime-magic</filename>,
     105      <filename>/opt/gnome-1.4/etc/paper.config</filename>,
     106      <filename>/opt/gnome-1.4/etc/sound/events/gnome.soundlist</filename> and
     107      <filename>/opt/gnome-1.4/etc/sound/events/gtk-events.soundlist</filename></para>
     108
     109      <indexterm zone="gnome-libs gnome-libs-config">
     110        <primary sortas="e-opt-gnome-etc-mime-magic">
     111        /opt/gnome-1.4/etc/mime-magic</primary>
     112      </indexterm>
     113
     114      <indexterm zone="gnome-libs gnome-libs-config">
     115        <primary sortas="e-opt-gnome-etc-paper.config">
     116        /opt/gnome-1.4/etc/paper.config</primary>
     117      </indexterm>
     118
     119      <indexterm zone="gnome-libs gnome-libs-config">
     120        <primary sortas="e-opt-gnome-etc-sound-events-gnome.soundlist">
     121        /opt/.../gnome.soundlist</primary>
     122      </indexterm>
     123
     124      <indexterm zone="gnome-libs gnome-libs-config">
     125        <primary sortas="e-opt-gnome-etc-sound-events-gtk-events.soundlist">
     126        /opt/.../gtk-events.soundlist</primary>
    111127      </indexterm>
    112128
     
    124140
    125141      <seglistitem>
    126         <seg>Many support programs</seg>
     142        <seg>dns-helper, gconfigger, gnome-bug, gnome-config,
     143        gnome-dump-metadata, gnome-gen-mimedb, gnome-moz-remote,
     144        gnome-name-service, gnome-pty-helper, gnome_segv, goad-browser,
     145        libart-config, loadshlib and new-object</seg>
    127146        <seg>libart_lgpl.[so,a], libgnome.[so,a], libgnomeui.[so,a],
    128147        libgnomesupport.[so,a], libgnorba.[so,a], libgnorbagtk.[so,a],
    129148        libgtkxmhtml.[so,a], and libzvt.[so,a]</seg>
    130         <seg>Not determined at this time</seg>
     149        <seg>/opt/gnome-1.4/doc,
     150        /opt/gnome-1.4/etc/sound,
     151        /opt/gnome-1.4/include/gnome-1.0,
     152        /opt/gnome-1.4/lib/gnome-libs,
     153        /opt/gnome-1.4/share/gnome,
     154        /opt/gnome-1.4/share/gtk-doc/html/libart,
     155        /opt/gnome-1.4/share/mime-info,
     156        /opt/gnome-1.4/share/pixmaps,
     157        /opt/gnome-1.4/share/type-convert and
     158        /opt/gnome-1.4/var</seg>
    131159      </seglistitem>
    132160    </segmentedlist>
  • gnome/otherlibs/gnome-print.xml

    r8e46700 rcc9a625  
    66
    77  <!ENTITY gnome-print-download-http "http://ftp.linux.org.uk/mirrors/ftp.gnome.org/sources/gnome-print/0.37/gnome-print-&gnome-print-version;.tar.bz2">
    8   <!ENTITY gnome-print-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-print/0.37/gnome-print-&gnome-print-version;.tar.bz2">
    9   <!ENTITY gnome-print-md5sum "f9e13f4f17b04baceec1cdeed0f88eae">
    10   <!ENTITY gnome-print-size "756 KB">
    11   <!ENTITY gnome-print-buildsize "19 MB">
    12   <!ENTITY gnome-print-time "0.61">
     8  <!ENTITY gnome-print-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-print/0.37/gnome-print-&gnome-print-version;.tar.bz2">
     9  <!ENTITY gnome-print-md5sum        "f9e13f4f17b04baceec1cdeed0f88eae">
     10  <!ENTITY gnome-print-size          "768 KB">
     11  <!ENTITY gnome-print-buildsize     "19 MB">
     12  <!ENTITY gnome-print-time          "0.6">
    1313]>
    1414
     
    8080
    8181<screen><userinput>patch -Np1 -i ../gnome-print-&gnome-print-version;-ft217_fixes-1.patch &amp;&amp;
    82 ./configure --prefix=/opt/gnome --with-zlib=/usr &amp;&amp;
    83 make &amp;&amp;
    84 make install</userinput></screen>
     82./configure --prefix=/opt/gnome-1.4 &amp;&amp;
     83make</userinput></screen>
    8584
    86   </sect2>
     85    <para>This package does not come with a test suite.</para>
    8786
    88   <sect2 role="commands">
    89     <title>Command Explanations</title>
     87    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9088
    91     <para><parameter>--with-zlib=/usr</parameter>: Configure
    92     <application>GNOME Print</application> to use the system
    93     installed <application>zlib</application>.</para>
     89<screen role='root'><userinput>make install</userinput></screen>
    9490
    9591  </sect2>
     
    105101      <seglistitem>
    106102        <seg>gnome-font-install</seg>
    107         <seg><application>GNOME</application> 1.4 printing libraries</seg>
    108         <seg>Not determined at this time</seg>
     103        <seg>libgnomeprint.[so,a]</seg>
     104        <seg>/opt/gnome-1.4/etc/gnome,
     105        /opt/gnome-1.4/include/gnome-1.0/libgnomeprint,
     106        /opt/gnome-1.4/share/fonts,
     107        /opt/gnome-1.4/share/gnome-print and
     108        /opt/gnome-1.4/share/gnome/fonts</seg>
    109109      </seglistitem>
    110110    </segmentedlist>
     
    113113
    114114</sect1>
    115 
  • gnome/otherlibs/gnome-vfs1.xml

    r8e46700 rcc9a625  
    66
    77  <!ENTITY gnome-vfs1-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/1.0/gnome-vfs-&gnome-vfs1-version;.tar.bz2">
    8   <!ENTITY gnome-vfs1-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/1.0/gnome-vfs-&gnome-vfs1-version;.tar.bz2">
    9   <!ENTITY gnome-vfs1-md5sum "e2a17a6b178f54c43968241258f3e729">
    10   <!ENTITY gnome-vfs1-size "768 KB">
    11   <!ENTITY gnome-vfs1-buildsize "18 MB">
    12   <!ENTITY gnome-vfs1-time "0.94 SBU">
     8  <!ENTITY gnome-vfs1-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/1.0/gnome-vfs-&gnome-vfs1-version;.tar.bz2">
     9  <!ENTITY gnome-vfs1-md5sum        "e2a17a6b178f54c43968241258f3e729">
     10  <!ENTITY gnome-vfs1-size          "781 KB">
     11  <!ENTITY gnome-vfs1-buildsize     "17 MB">
     12  <!ENTITY gnome-vfs1-time          "0.9 SBU">
    1313]>
    1414
     
    5858    <itemizedlist spacing='compact'>
    5959      <listitem>
    60         <para>Required Patch (if compiled using
    61         <application>GCC</application>-3.4.x): <ulink
     60        <para>Required Patch: <ulink
    6261        url="&patch-root;/gnome-vfs-&gnome-vfs1-version;-gcc34-1.patch"/></para>
    6362      </listitem>
     
    7372    <para><xref linkend="pkgconfig"/>,
    7473    <xref linkend="oaf"/>,
     74    <xref linkend="libxml"/>,
    7575    <xref linkend="GConf1"/>,
    7676    <xref linkend="bonobo14"/>,
     
    8989
    9090<screen><userinput>patch -Np1 -i ../gnome-vfs-&gnome-vfs1-version;-gcc34-1.patch &amp;&amp;
    91 ./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
    92 make &amp;&amp;
    93 make install</userinput></screen>
     91./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc &amp;&amp;
     92make</userinput></screen>
     93
     94    <para>To test the results, issue: <command>make check</command>.</para>
     95
     96    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     97
     98<screen role='root'><userinput>make install</userinput></screen>
    9499
    95100  </sect2>
     
    104109
    105110      <seglistitem>
    106         <seg>None</seg>
    107         <seg>libgnomevfs.[so,a]</seg>
    108         <seg>Not determined at this time</seg>
     111        <seg>gnome-vfs-config</seg>
     112        <seg>libgnomevfs.[so,a], libgnomevfs-pthread.[so,a] and
     113        <application>GNOME VFS</application> filesystem modules</seg>
     114        <seg>/opt/gnome-1.4/etc/vfs,
     115        /opt/gnome-1.4/include/gnome-vfs-1.0,
     116        /opt/gnome-1.4/lib/gnome-vfs-1.0,
     117        /opt/gnome-1.4/lib/vfs and
     118        /opt/gnome-1.4/share/gtk-doc/html/gnome-vfs</seg>
    109119      </seglistitem>
    110120    </segmentedlist>
     
    113123
    114124</sect1>
    115 
  • gnome/otherlibs/orbit.xml

    r8e46700 rcc9a625  
    66
    77  <!ENTITY ORBit-download-http "http://ftp.gnome.org/pub/GNOME/sources/ORBit/0.5/ORBit-&ORBit-version;.tar.bz2">
    8   <!ENTITY ORBit-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/ORBit/0.5/ORBit-&ORBit-version;.tar.bz2">
    9   <!ENTITY ORBit-md5sum "35acc6f8d49d930b566104fcceb893d3">
    10   <!ENTITY ORBit-size "1 MB">
    11   <!ENTITY ORBit-buildsize "29.1 MB">
    12   <!ENTITY ORBit-time "0.59 SBU">
     8  <!ENTITY ORBit-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/ORBit/0.5/ORBit-&ORBit-version;.tar.bz2">
     9  <!ENTITY ORBit-md5sum        "35acc6f8d49d930b566104fcceb893d3">
     10  <!ENTITY ORBit-size          "1.0 MB">
     11  <!ENTITY ORBit-buildsize     "29 MB">
     12  <!ENTITY ORBit-time          "0.6 SBU">
    1313]>
    1414
     
    7272    the following commands:</para>
    7373
    74 <screen><userinput>./configure --prefix=/opt/gnome &amp;&amp;
     74<screen><userinput>./configure --prefix=/opt/gnome-1.4 &amp;&amp;
    7575make</userinput></screen>
     76
     77    <para>To test the results, issue: <command>make check</command>.</para>
    7678
    7779    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7880
    79 <screen role="root"><userinput>make install</userinput></screen>
     81<screen role="root"><userinput>make install &amp;&amp;
     82install -v -m755 -d /opt/gnome-1.4/share/doc/ORBit-&ORBit-version; &amp;&amp;
     83cp -v -R docs/* /opt/gnome-1.4/share/doc/ORBit-&ORBit-version;</userinput></screen>
    8084
    8185  </sect2>
     
    96100        liborbit-c-backend.a, libORBit.[so,a], libORBitCosNaming.[so,a],
    97101        and libORBitutil.[so,a]</seg>
    98         <seg>/opt/gnome/share/idl, /opt/gnome/include/libIDL-1.0, and
    99         /opt/gnome/include/orbit-1.0</seg>
     102        <seg>/opt/gnome-1.4,
     103        /opt/gnome-1.4/include/libIDL-1.0,
     104        /opt/gnome-1.4/include/orbit-1.0,
     105        /opt/gnome-1.4/share/doc/ORBit-&ORBit-version; and
     106        /opt/gnome-1.4/share/idl</seg>
    100107      </seglistitem>
    101108    </segmentedlist>
  • gnome/otherlibs/otherlibs-config.xml

    r8e46700 rcc9a625  
    1818  <para>Add to your system or personal profile:</para>
    1919
    20 <screen><literal>export PATH=$PATH:/opt/gnome/bin
    21 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome/lib/pkgconfig
    22 export GNOME_LIBCONFIG_PATH=/usr/lib</literal></screen>
     20<screen><literal>export PATH=$PATH:/opt/gnome-1.4/bin
     21export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-1.4/lib/pkgconfig
     22export GNOME_LIBCONFIG_PATH=/usr/lib
     23
     24if [ -z $INFOPATH ]
     25then
     26  export INFOPATH=/usr/share/info:/opt/gnome-1.4/info
     27else
     28  export INFOPATH=$INFOPATH:/opt/gnome-1.4/info
     29fi</literal></screen>
    2330
    2431  <para>Add to your <filename>/etc/ld.so.conf</filename>:</para>
    2532
    2633<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"
    27 <literal># Begin gnome addition to /etc/ld.so.conf
     34<literal># Begin GNOME-1 addition to /etc/ld.so.conf
    2835
    29 /opt/gnome/lib
     36/opt/gnome-1.4/lib
    3037
    31 # End gnome addition</literal>
     38# End GNOME-1 addition</literal>
    3239EOF</userinput></screen>
    3340
     
    3845
    3946<screen role="root"><userinput>cat &gt;&gt; /etc/man.conf &lt;&lt; "EOF"
    40 <literal># Begin gnome addition to man.conf
     47<literal># Begin GNOME-1 addition to man.conf
    4148
    42 MANPATH /opt/gnome/man
     49MANPATH /opt/gnome-1.4/man
    4350
    44 # END gnome addition to man.conf</literal>
     51# END GNOME-1 addition to man.conf</literal>
    4552EOF</userinput></screen>
    4653
  • introduction/welcome/changelog.xml

    r8e46700 rcc9a625  
    2424
    2525  <itemizedlist>
     26
     27    <listitem>
     28      <para>June 13th, 2005 [randy]: Modified installation path of GNOME-1.4
     29      libraries to /opt/gnome-1.4.</para>
     30    </listitem>
    2631
    2732    <listitem>
Note: See TracChangeset for help on using the changeset viewer.