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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.