Changeset eff4180


Ignore:
Timestamp:
06/14/2005 01:12:12 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:
e457fdaf
Parents:
cc9a625
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 2 of 2

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

Location:
gnome/otherlibs
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • gnome/otherlibs/gal1.xml

    rcc9a625 reff4180  
    66
    77  <!ENTITY gal1-download-http "http://ftp.gnome.org/pub/GNOME/sources/gal/&gal1-version;/gal-&gal1-version;.tar.bz2">
    8   <!ENTITY gal1-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gal/&gal1-version;/gal-&gal1-version;.tar.bz2">
    9   <!ENTITY gal1-md5sum "9f9790d4e8763c4ce74e5d59f47aa509">
    10   <!ENTITY gal1-size "1.0 MB">
    11   <!ENTITY gal1-buildsize "48 MB">
    12   <!ENTITY gal1-time "1.04 SBU">
     8  <!ENTITY gal1-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gal/&gal1-version;/gal-&gal1-version;.tar.bz2">
     9  <!ENTITY gal1-md5sum        "9f9790d4e8763c4ce74e5d59f47aa509">
     10  <!ENTITY gal1-size          "1.0 MB">
     11  <!ENTITY gal1-buildsize     "52 MB">
     12  <!ENTITY gal1-time          "1.0 SBU">
    1313]>
    1414
     
    6060
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para><xref linkend="gnome-print"/> and <xref linkend="libglade14"/></para>
     62    <para><xref linkend="gnome-print"/> and
     63    <xref linkend="libglade14"/></para>
    6364
    6465    <bridgehead renderas="sect4">Optional</bridgehead>
    65     <para><xref linkend="gnome-vfs1"/></para>
     66    <para><xref linkend="gnome-vfs1"/> and
     67    <xref linkend="gtk-doc"/></para>
    6668
    6769  </sect2>
     
    7375    following commands:</para>
    7476
    75 <screen><userinput>./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
    76 make &amp;&amp;
    77 make install</userinput></screen>
     77<screen><userinput>./configure --prefix=/opt/gnome-1.4 &amp;&amp;
     78make</userinput></screen>
     79
     80    <para>If you have <application>GTK-Doc</application> installed and wish
     81    to build the HTML documentation, issue the following commands:</para>
     82
     83<screen><userinput>cd docs &amp;&amp;
     84make templates &amp;&amp;
     85make sgml &amp;&amp;
     86make html &amp;&amp;
     87cd ..</userinput></screen>
     88
     89    <para>This package does not come with a test suite.</para>
     90
     91    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     92
     93<screen role='root'><userinput>make install</userinput></screen>
    7894
    7995  </sect2>
     
    8298    <title>Command Explanations</title>
    8399
    84     <para><parameter>--prefix=/opt/gnome</parameter>: Installs
     100    <para><parameter>--prefix=/opt/gnome-1.4</parameter>: Installs
    85101    <application>GAL</application> in the
    86102    <application>GNOME</application> 1.4 directory structure.</para>
     
    99115        <seg>None</seg>
    100116        <seg>libgal.[so,a]</seg>
    101         <seg>Not determined at this time</seg>
     117        <seg>/opt/gnome-1.4/include/gal-1.0,
     118        /opt/gnome-1.4/share/etable and
     119        /opt/gnome-1.4/share/gal</seg>
    102120      </seglistitem>
    103121    </segmentedlist>
  • gnome/otherlibs/gconf1.xml

    rcc9a625 reff4180  
    66
    77  <!ENTITY GConf1-download-http "http://ftp.gnome.org/pub/GNOME/sources/GConf/1.0/GConf-&GConf1-version;.tar.bz2">
    8   <!ENTITY GConf1-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/GConf/1.0/GConf-&GConf1-version;.tar.bz2">
    9   <!ENTITY GConf1-md5sum "613aea1d9b7a9c504f52217451c7bf99">
    10   <!ENTITY GConf1-size "772 KB">
    11   <!ENTITY GConf1-buildsize "15 MB">
    12   <!ENTITY GConf1-time "0.36">
     8  <!ENTITY GConf1-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/GConf/1.0/GConf-&GConf1-version;.tar.bz2">
     9  <!ENTITY GConf1-md5sum        "613aea1d9b7a9c504f52217451c7bf99">
     10  <!ENTITY GConf1-size          "784 KB">
     11  <!ENTITY GConf1-buildsize     "17 MB">
     12  <!ENTITY GConf1-time          "0.3">
    1313]>
    1414
     
    7070    <bridgehead renderas="sect4">Optional</bridgehead>
    7171    <para><xref linkend="GTK"/>,
    72     <xref linkend="db"/> and
    73     <xref linkend="guile"/></para>
     72    <xref linkend="db"/>,
     73    <xref linkend="guile"/> and
     74    <xref linkend="gtk-doc"/></para>
    7475
    7576  </sect2>
     
    7879    <title>Installation of GConf</title>
    7980
    80     <para>If you have Berkeley DB installed apply the following
    81     patch:</para>
     81    <para>If you have <application>Berkeley DB</application> installed,
     82    apply the following patch:</para>
    8283
    8384<screen><userinput>patch -Np1 -i ../GConf-&GConf1-version;-db43-2.patch</userinput></screen>
     
    8687    commands:</para>
    8788
    88 <screen><userinput>./configure --prefix=/opt/gnome &amp;&amp;
    89 make &amp;&amp;
    90 make install</userinput></screen>
     89<screen><userinput>./configure --prefix=/opt/gnome-1.4 &amp;&amp;
     90make</userinput></screen>
     91
     92    <para>If you have <application>GTK-Doc</application> installed and wish to
     93    build the HTML documentation, issue the following commands:</para>
     94
     95<screen><userinput>cd doc/gconf &amp;&amp;
     96make templates &amp;&amp;
     97make sgml &amp;&amp;
     98make html &amp;&amp;
     99cd ../..</userinput></screen>
     100
     101    <para>This package does not come with a test suite.</para>
     102
     103    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     104
     105<screen role='root'><userinput>make install</userinput></screen>
    91106
    92107  </sect2>
     
    101116
    102117      <seglistitem>
    103         <seg>gconf-config, gconfd-1, gconftool-1, and
    104         gconf-sanity-check-1</seg>
    105         <seg>libgconf.[so,a]</seg>
    106         <seg>Not determined at this time</seg>
     118        <seg>gconf-config, gconf-config-1, gconf-sanity-check-1, gconfd-1,
     119        gconftool, gconftool-1</seg>
     120        <seg>libgconf-1.[so,a], libgconf-gtk-1.[so,a] and
     121        <application>GConf</application> backend modules</seg>
     122        <seg>/opt/gnome-1.4/etc/gconf,
     123        /opt/gnome-1.4/include/gconf,
     124        /opt/gnome-1.4/lib/GConf and
     125        /opt/gnome-1.4/share/gconf</seg>
    107126      </seglistitem>
    108127    </segmentedlist>
     
    113132      <?dbhtml list-presentation="table"?>
    114133
    115       <varlistentry id="libgconf1">
    116         <term><filename class='libraryfile'>libgconf.[so,a]</filename></term>
     134      <varlistentry id="libgconf-1">
     135        <term><filename class='libraryfile'>libgconf-1.[so,a]</filename></term>
    117136        <listitem>
    118137          <para>provide the functions necessary to maintain the
    119138          configuration database.</para>
    120           <indexterm zone="GConf1 libgconf1">
    121             <primary sortas="c-libgconf">libgconf.[so,a]</primary>
     139          <indexterm zone="GConf1 libgconf-1">
     140            <primary sortas="c-libgconf-1">libgconf-1.[so,a]</primary>
    122141          </indexterm>
    123142        </listitem>
  • gnome/otherlibs/gdk.xml

    rcc9a625 reff4180  
    66
    77  <!ENTITY gdk-download-http "http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/0.22/gdk-pixbuf-&gdk-version;.tar.bz2">
    8   <!ENTITY gdk-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/0.22/gdk-pixbuf-&gdk-version;.tar.bz2">
    9   <!ENTITY gdk-md5sum "05fcb68ceaa338614ab650c775efc2f2">
    10   <!ENTITY gdk-size "396 KB">
    11   <!ENTITY gdk-buildsize "8.9 MB">
    12   <!ENTITY gdk-time "0.32 SBU">
     8  <!ENTITY gdk-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/0.22/gdk-pixbuf-&gdk-version;.tar.bz2">
     9  <!ENTITY gdk-md5sum        "05fcb68ceaa338614ab650c775efc2f2">
     10  <!ENTITY gdk-size          "398 KB">
     11  <!ENTITY gdk-buildsize     "9 MB">
     12  <!ENTITY gdk-time          "0.3 SBU">
    1313]>
    1414
     
    7878    by running the following commands:</para>
    7979
    80 <screen><userinput>./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
    81 make &amp;&amp;
    82 make install</userinput></screen>
     80<screen><userinput>./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc &amp;&amp;
     81make</userinput></screen>
     82
     83    <para>To test the results, issue: <command>make check</command>.</para>
     84
     85    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     86
     87<screen role='root'><userinput>make install</userinput></screen>
    8388
    8489  </sect2>
     
    9398
    9499      <seglistitem>
    95         <seg>None</seg>
    96         <seg>libgdk_pixbuf.[so,a], libgnomecanvaspixbuf.[so,a], and
    97         many gdk-pixbuf loader modules</seg>
    98         <seg>Not determined at this time</seg>
     100        <seg>gdk-pixbuf-config</seg>
     101        <seg>libgdk_pixbuf.[so,a], libgdk_pixbuf_xlib.[so,a],
     102        libgnomecanvaspixbuf.[so,a], and many gdk-pixbuf loader modules</seg>
     103        <seg>/opt/gnome-1.4/include/gdk-pixbuf-1.0,
     104        /opt/gnome-1.4/lib/gdk-pixbuf and
     105        /opt/gnome-1.4/share/gnome/html/gdk-pixbuf</seg>
    99106      </seglistitem>
    100107    </segmentedlist>
     
    108115        <term><filename class='libraryfile'>libgdk_pixbuf.[so,a]</filename></term>
    109116        <listitem>
    110           <para>contain the <application>GTK+</application> pixel buffer
     117          <para>contains the <application>GTK+</application> pixel buffer
    111118          libraries for the <application>GIMP</application> Toolkit.</para>
    112119          <indexterm zone="gdk libgdk_pixbuf1">
  • gnome/otherlibs/gtkhtml1.xml

    rcc9a625 reff4180  
    66
    77  <!ENTITY gtkhtml1-download-http "http://ftp.gnome.org/pub/GNOME/sources/gtkhtml/1.1/gtkhtml-&gtkhtml1-version;.tar.bz2">
    8   <!ENTITY gtkhtml1-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gtkhtml/1.1/gtkhtml-&gtkhtml1-version;.tar.bz2">
    9   <!ENTITY gtkhtml1-md5sum "83cd60ab9a108d2a0d65b3bf760affa4">
    10   <!ENTITY gtkhtml1-size "1.1 MB">
    11   <!ENTITY gtkhtml1-buildsize "36 MB">
    12   <!ENTITY gtkhtml1-time "1.51 SBU">
     8  <!ENTITY gtkhtml1-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gtkhtml/1.1/gtkhtml-&gtkhtml1-version;.tar.bz2">
     9  <!ENTITY gtkhtml1-md5sum        "83cd60ab9a108d2a0d65b3bf760affa4">
     10  <!ENTITY gtkhtml1-size          "1.0 MB">
     11  <!ENTITY gtkhtml1-buildsize     "36 MB">
     12  <!ENTITY gtkhtml1-time          "1.4 SBU">
    1313]>
    1414
     
    5858    <itemizedlist spacing='compact'>
    5959      <listitem>
    60         <para>Required Patch (if compiled with
    61         <application>GCC</application>-3.4.x): <ulink
     60        <para>Required Patch: <ulink
    6261        url="&patch-root;/gtkhtml-&gtkhtml1-version;-gcc34-1.patch"/></para>
    6362      </listitem>
     
    8584
    8685<screen><userinput>patch -Np1 -i ../gtkhtml-&gtkhtml1-version;-gcc34-1.patch &amp;&amp;
    87 ./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
    88 make &amp;&amp;
    89 make install</userinput></screen>
     86./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc &amp;&amp;
     87make</userinput></screen>
     88
     89    <para>This package does not come with a test suite.</para>
     90
     91    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     92
     93<screen role='root'><userinput>make install</userinput></screen>
    9094
    9195  </sect2>
     
    9498    <title>Command Explanations</title>
    9599
    96     <para><parameter>--prefix=/opt/gnome</parameter>: Install
     100    <para><parameter>--prefix=/opt/gnome-1.4</parameter>: Install
    97101    <application>GtkHTML</application> in the
    98102    <application>GNOME</application> 1.4 directory structure.</para>
     
    109113
    110114      <seglistitem>
    111         <seg>None</seg>
    112         <seg><application>GNOME</application> 1.4 HTML rendering engine</seg>
    113         <seg>Not determined at this time</seg>
     115        <seg>ebrowser, gnome-gtkhtml-editor-1.1 and
     116        gtkhtml-properties-capplet</seg>
     117        <seg>libgtkhtml-1.1.[so,a], <application>Bonobo</application>
     118        plugin modules and <application>Glade</application> rendering
     119        components</seg>
     120        <seg>/opt/gnome-1.4/include/gtkhtml-1.1,
     121        /opt/gnome-1.4/share/control-center,
     122        /opt/gnome-1.4/share/gnome/apps,
     123        /opt/gnome-1.4/share/gnome/html/gtkhtml and
     124        /opt/gnome-1.4/share/gtkhtml-1.1</seg>
    114125      </seglistitem>
    115126    </segmentedlist>
  • gnome/otherlibs/guppi.xml

    rcc9a625 reff4180  
    66
    77  <!ENTITY guppi-download-http "http://ftp.gnome.org/pub/GNOME/sources/Guppi/0.40/Guppi-&guppi-version;.tar.bz2">
    8   <!ENTITY guppi-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/Guppi/0.40/Guppi-&guppi-version;.tar.bz2">
    9   <!ENTITY guppi-md5sum "26ec6eb5b6fe7fb4e32ecff64d4f1b16">
    10   <!ENTITY guppi-size "1.0 MB">
    11   <!ENTITY guppi-buildsize "33 MB">
    12   <!ENTITY guppi-time "1.35 SBU">
     8  <!ENTITY guppi-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/Guppi/0.40/Guppi-&guppi-version;.tar.bz2">
     9  <!ENTITY guppi-md5sum        "26ec6eb5b6fe7fb4e32ecff64d4f1b16">
     10  <!ENTITY guppi-size          "1.0 MB">
     11  <!ENTITY guppi-buildsize     "32 MB">
     12  <!ENTITY guppi-time          "1.3 SBU">
    1313]>
    1414
     
    3131
    3232    <para>The <application>Guppi</application> package contains a
    33     <application>Guile</application> scriptable plot program with
     33    <application>Guile</application> scriptable plot library with
    3434    integrated statistics capabilities.</para>
    3535
     
    5959    <itemizedlist spacing='compact'>
    6060      <listitem>
    61         <para>Required Patch (if compiled with
    62         <application>GCC</application>-3.4.x): <ulink
     61        <para>Required Patch: <ulink
    6362        url="&patch-root;/Guppi-&guppi-version;-gcc34-1.patch"/></para>
    6463      </listitem>
    6564      <listitem>
    66         <para>Required Patch <ulink
     65        <para>Required Patch: <ulink
    6766        url="&patch-root;/Guppi-&guppi-version;-legend_fix-1.patch"/></para>
    6867      </listitem>
     
    7271
    7372    <bridgehead renderas="sect4">Required</bridgehead>
    74     <para><xref linkend="gnome-print"/> and <xref linkend="libglade14"/></para>
     73    <para><xref linkend="gnome-print"/> and
     74    <xref linkend="libglade14"/></para>
    7575
    7676    <bridgehead renderas="sect4">Optional</bridgehead>
     
    8989<screen><userinput>patch -Np1 -i ../Guppi-&guppi-version;-gcc34-1.patch &amp;&amp;
    9090patch -Np1 -i ../Guppi-&guppi-version;-legend_fix-1.patch &amp;&amp;
    91 ./configure --prefix=/opt/gnome &amp;&amp;
    92 make &amp;&amp;
    93 make install</userinput></screen>
     91./configure --prefix=/opt/gnome-1.4 &amp;&amp;
     92make</userinput></screen>
     93
     94    <para>This package does not come with a test suite.</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>
     
    98103    <title>Command Explanations</title>
    99104
    100     <para><parameter>--prefix=/opt/gnome</parameter>: Installs
     105    <para><parameter>--prefix=/opt/gnome-1.4</parameter>: Installs
    101106    <application>Guppi</application> in the
    102107    <application>GNOME</application> 1.4 directory structure.</para>
     
    114119      <seglistitem>
    115120        <seg>None</seg>
    116         <seg>plotting libraries and plugins for
    117         <application>GNOME</application> 1.4</seg>
    118         <seg>Not determined at this time</seg>
     121        <seg>libguppi.so, libguppitank.so and numerous plotting plugin
     122        modules</seg>
     123        <seg>/opt/gnome-1.4/include/gnome-1.0/libguppi,
     124        /opt/gnome-1.4/lib/guppi,
     125        /opt/gnome-1.4/share/gnome/help/guppi,
     126        /opt/gnome-1.4/share/guppi and
     127        /opt/gnome-1.4/share/pixmaps/guppi</seg>
    119128      </seglistitem>
    120129    </segmentedlist>
     
    123132
    124133</sect1>
    125 
  • gnome/otherlibs/libcapplet.xml

    rcc9a625 reff4180  
    66
    77  <!ENTITY libcapplet-download-http "http://ftp.gnome.org/pub/GNOME/sources/libcapplet/1.5/libcapplet-&libcapplet-version;.tar.bz2">
    8   <!ENTITY libcapplet-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libcapplet/1.5/libcapplet-&libcapplet-version;.tar.bz2">
    9   <!ENTITY libcapplet-md5sum "c6ba2bd6a08d82cba6b2b5360baab23c">
    10   <!ENTITY libcapplet-size "312 KB">
    11   <!ENTITY libcapplet-buildsize "2.8 MB">
    12   <!ENTITY libcapplet-time "0.06 SBU">
     8  <!ENTITY libcapplet-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/libcapplet/1.5/libcapplet-&libcapplet-version;.tar.bz2">
     9  <!ENTITY libcapplet-md5sum        "c6ba2bd6a08d82cba6b2b5360baab23c">
     10  <!ENTITY libcapplet-size          "312 KB">
     11  <!ENTITY libcapplet-buildsize     "2.7 MB">
     12  <!ENTITY libcapplet-time          "less than 0.1 SBU">
    1313]>
    1414
     
    7171    following commands:</para>
    7272
    73 <screen><userinput>./configure --prefix=/opt/gnome &amp;&amp;
    74 make &amp;&amp;
    75 make install</userinput></screen>
     73<screen><userinput>./configure --prefix=/opt/gnome-1.4 &amp;&amp;
     74make</userinput></screen>
     75
     76    <para>This package does not come with a test suite.</para>
     77
     78    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     79
     80<screen role='root'><userinput>make install</userinput></screen>
    7681
    7782  </sect2>
     
    8085    <title>Command Explanations</title>
    8186
    82     <para><parameter>--prefix=/opt/gnome</parameter>: Installs
     87    <para><parameter>--prefix=/opt/gnome-1.4</parameter>: Installs
    8388    <application>libcapplet</application> in the
    8489    <application>GNOME</application> 1.4 directory structure.</para>
     
    9196    <segmentedlist>
    9297      <segtitle>Installed Programs</segtitle>
    93       <segtitle>Installed Libraries</segtitle>
    94       <segtitle>Installed Directories</segtitle>
     98      <segtitle>Installed Library</segtitle>
     99      <segtitle>Installed Directory</segtitle>
    95100
    96101      <seglistitem>
    97102        <seg>None</seg>
    98         <seg>libcapplet.[so,a</seg>
    99         <seg>Not determined at this time</seg>
     103        <seg>libcapplet.[so,a]</seg>
     104        <seg>/opt/gnome-1.4/include/libcapplet-1.4</seg>
    100105      </seglistitem>
    101106    </segmentedlist>
     
    104109
    105110</sect1>
    106 
  • gnome/otherlibs/libghttp.xml

    rcc9a625 reff4180  
    66
    77  <!ENTITY libghttp-download-http "http://ftp.gnome.org/pub/GNOME/sources/libghttp/1.0/libghttp-&libghttp-version;.tar.gz">
    8   <!ENTITY libghttp-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libghttp/1.0/libghttp-&libghttp-version;.tar.gz">
    9   <!ENTITY libghttp-md5sum "0690e7456f9a15c635f240f3d6d5dab2">
    10   <!ENTITY libghttp-size "148 KB">
    11   <!ENTITY libghttp-buildsize "1.8 MB">
    12   <!ENTITY libghttp-time "0.05 SBU">
     8  <!ENTITY libghttp-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/libghttp/1.0/libghttp-&libghttp-version;.tar.gz">
     9  <!ENTITY libghttp-md5sum        "0690e7456f9a15c635f240f3d6d5dab2">
     10  <!ENTITY libghttp-size          "147 KB">
     11  <!ENTITY libghttp-buildsize     "1.5 MB">
     12  <!ENTITY libghttp-time          "less than 0.1 SBU">
    1313]>
    1414
     
    6363    commands:</para>
    6464
    65 <screen><userinput>./configure --prefix=/opt/gnome &amp;&amp;
    66 make &amp;&amp;
    67 make install</userinput></screen>
     65<screen><userinput>./configure --prefix=/opt/gnome-1.4 &amp;&amp;
     66make</userinput></screen>
     67
     68    <para>This package does not come with a test suite.</para>
     69
     70    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     71
     72<screen role='root'><userinput>make install &amp;&amp;
     73install -v -m644 -D doc/ghttp.html \
     74    /opt/gnome-1.4/share/doc/libghttp-&libghttp-version;/ghttp.html</userinput></screen>
    6875
    6976  </sect2>
     
    7279    <title>Command Explanations</title>
    7380
    74     <para><parameter>--prefix=/opt/gnome</parameter>: Installs
     81    <para><parameter>--prefix=/opt/gnome-1.4</parameter>: Installs
    7582    <application>libghttp</application> in the
    7683    <application>GNOME</application> 1.4 directory structure.</para>
     
    8390    <segmentedlist>
    8491      <segtitle>Installed Programs</segtitle>
    85       <segtitle>Installed Libraries</segtitle>
    86       <segtitle>Installed Directories</segtitle>
     92      <segtitle>Installed Library</segtitle>
     93      <segtitle>Installed Directory</segtitle>
    8794
    8895      <seglistitem>
    8996        <seg>None</seg>
    9097        <seg>libghttp.[so,a]</seg>
    91         <seg>Not determined at this time</seg>
     98        <seg>/opt/gnome-1.4/share/doc/libghttp-&libghttp-version;</seg>
    9299      </seglistitem>
    93100    </segmentedlist>
  • gnome/otherlibs/libglade14.xml

    rcc9a625 reff4180  
    66
    77  <!ENTITY libglade14-download-http "http://ftp.gnome.org/pub/GNOME/sources/libglade/0.17/libglade-&libglade14-version;.tar.gz">
    8   <!ENTITY libglade14-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libglade/0.17/libglade-&libglade14-version;.tar.gz">
    9   <!ENTITY libglade14-md5sum "38b2e2cfd813783fe157617813bfe3b3">
    10   <!ENTITY libglade14-size "416 KB">
    11   <!ENTITY libglade14-buildsize "5.8 MB">
    12   <!ENTITY libglade14-time "0.22 SBU">
     8  <!ENTITY libglade14-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/libglade/0.17/libglade-&libglade14-version;.tar.gz">
     9  <!ENTITY libglade14-md5sum        "38b2e2cfd813783fe157617813bfe3b3">
     10  <!ENTITY libglade14-size          "418 KB">
     11  <!ENTITY libglade14-buildsize     "5.9 MB">
     12  <!ENTITY libglade14-time          "0.2 SBU">
    1313]>
    1414
     
    6363    <para><xref linkend="gnome-libs"/>,
    6464    <xref linkend="bonobo14"/>,
    65     <xref linkend="python"/> and
    66     <xref linkend="gtk-doc"/></para>
     65    <xref linkend="python"/> (to run the <command>libglade-xgettext</command>
     66    script) and <xref linkend="gtk-doc"/></para>
    6767
    6868  </sect2>
     
    7979    commands:</para>
    8080
    81 <screen><userinput>./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
    82 make &amp;&amp;
    83 make install</userinput></screen>
     81<screen><userinput>./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc &amp;&amp;
     82make</userinput></screen>
     83
     84    <para>This package does not come with a test suite.</para>
     85
     86    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     87
     88<screen role='root'><userinput>make install</userinput></screen>
    8489
    8590  </sect2>
     
    102107
    103108      <seglistitem>
    104         <seg>None</seg>
    105         <seg>libglade.[so,a]</seg>
    106         <seg>Not determined at this time</seg>
     109        <seg>libglade-config and libglade-xgettext</seg>
     110        <seg>libglade.[so,a] and optionally, libglade-bonobo.[so,a] and
     111        libglade-gnome.[so,a]</seg>
     112        <seg>/opt/gnome-1.4/include/libglade-1.0 and
     113        /opt/gnome-1.4/share/gnome/html/libglade</seg>
    107114      </seglistitem>
    108115    </segmentedlist>
  • gnome/otherlibs/oaf.xml

    rcc9a625 reff4180  
    66
    77  <!ENTITY oaf-download-http "http://ftp.gnome.org/pub/GNOME/sources/oaf/0.6/oaf-&oaf-version;.tar.bz2">
    8   <!ENTITY oaf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/oaf/0.6/oaf-&oaf-version;.tar.bz2">
    9   <!ENTITY oaf-md5sum "ed9aa2ceb70bba34034b3134b22d2729">
    10   <!ENTITY oaf-size "432 KB">
    11   <!ENTITY oaf-buildsize "6.6 MB">
    12   <!ENTITY oaf-time "0.23">
     8  <!ENTITY oaf-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/oaf/0.6/oaf-&oaf-version;.tar.bz2">
     9  <!ENTITY oaf-md5sum        "ed9aa2ceb70bba34034b3134b22d2729">
     10  <!ENTITY oaf-size          "435 KB">
     11  <!ENTITY oaf-buildsize     "7 MB">
     12  <!ENTITY oaf-time          "0.2">
    1313]>
    1414
     
    7474
    7575<screen><userinput>ldconfig &amp;&amp;
    76 ./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
    77 make &amp;&amp;
    78 make install</userinput></screen>
     76./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc &amp;&amp;
     77make</userinput></screen>
     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/gtk-doc/html/oaf-&oaf-version; \
     83                    /opt/gnome-1.4/share/doc/oaf-&oaf-version; &amp;&amp;
     84install -v -m644 api-docs/html/* \
     85    /opt/gnome-1.4/share/gtk-doc/html/oaf-&oaf-version; &amp;&amp;
     86install -v -m644 docs/{INTERNALS,*.txt} \
     87    /opt/gnome-1.4/share/doc/oaf-&oaf-version;</userinput></screen>
     88
     89    <para>To test the results, issue: <command>make check</command> as an
     90    unprivileged user (the package must be installed before running the
     91    tests, else many tests fail).</para>
    7992
    8093  </sect2>
     
    89102
    90103      <seglistitem>
    91         <seg>None</seg>
    92         <seg>liboaf.[so,a]</seg>
    93         <seg>Not determined at this time</seg>
     104        <seg>oaf-client, oaf-config, oaf-empty-server, oaf-run-query,
     105        oaf-slay, oaf-sysconf and oafd</seg>
     106        <seg>liboaf.so</seg>
     107        <seg>/opt/gnome-1.4/etc/oaf,
     108        /opt/gnome-1.4/include/liboaf,
     109        /opt/gnome-1.4/share/doc/oaf-0.6.10 and
     110        /opt/gnome-1.4/share/gtk-doc/html/oaf-0.6.10</seg>
    94111      </seglistitem>
    95112    </segmentedlist>
     
    98115
    99116</sect1>
    100 
  • gnome/otherlibs/otherlibs.xml

    rcc9a625 reff4180  
    1111  <title>GNOME 1.4 Libraries</title>
    1212
    13   <para>This section contains additional <application>GNOME</application> 1.4
     13  <para>This section contains <application>GNOME</application> 1.4
    1414  libraries, needed by some applications that have not yet been ported to
    1515  <application>GNOME</application> 2.x. None of these libraries are needed for
    16   a <application>GNOME</application> desktop install.</para>
     16  a <application>GNOME</application> desktop installation.</para>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="otherlibs-config.xml"/>
  • gnome/otherlibs/soup.xml

    rcc9a625 reff4180  
    66
    77  <!ENTITY soup-download-http "http://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-&soup-version;.tar.bz2">
    8   <!ENTITY soup-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-&soup-version;.tar.bz2">
    9   <!ENTITY soup-md5sum "61bb2fef816ce164af62f8a3a5bd782e">
    10   <!ENTITY soup-size "324 KB">
    11   <!ENTITY soup-buildsize "9.4 MB">
    12   <!ENTITY soup-time "0.27">
     8  <!ENTITY soup-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-&soup-version;.tar.bz2">
     9  <!ENTITY soup-md5sum        "61bb2fef816ce164af62f8a3a5bd782e">
     10  <!ENTITY soup-size          "323 KB">
     11  <!ENTITY soup-buildsize     "7.8 MB">
     12  <!ENTITY soup-time          "0.2">
    1313]>
    1414
     
    5858    <itemizedlist spacing='compact'>
    5959      <listitem>
    60         <para>Required Patch (if compiled with
    61         <application>GCC</application>-3.4.x): <ulink
     60        <para>Required Patch: <ulink
    6261        url="&patch-root;/soup-&soup-version;-gcc_3.4-1.patch"/></para>
    6362      </listitem>
     
    8786
    8887<screen><userinput>patch -Np1 -i ../soup-&soup-version;-gcc_3.4-1.patch &amp;&amp;
    89 ./configure --prefix=/opt/gnome &amp;&amp;
    90 make &amp;&amp;
    91 make install</userinput></screen>
     88./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc &amp;&amp;
     89make</userinput></screen>
     90
     91    <para>This package does not come with a test suite.</para>
     92
     93    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     94
     95<screen role='root'><userinput>make install</userinput></screen>
    9296
    9397  </sect2>
     
    96100    <title>Command Explanations</title>
    97101
    98     <para><parameter>--prefix=/opt/gnome</parameter>: Installs
     102    <para><parameter>--prefix=/opt/gnome-1.4</parameter>: Installs
    99103    <application>Soup</application> in the
    100104    <application>GNOME</application> 1.4 directory structure.</para>
     
    114118
    115119      <seglistitem>
    116         <seg>None</seg>
    117         <seg>SOAP libraries</seg>
    118         <seg>Not determined at this time</seg>
     120        <seg>soup-config, soup-httpd, soup-ssl-proxy and soup-wsdl</seg>
     121        <seg>libsoup.[so,a], libsoup-apache.[so,a] and libwsdl.[so,a]</seg>
     122        <seg>/opt/gnome-1.4/include/soup and
     123        /opt/gnome-1.4/share/gtk-doc/html/soup</seg>
    119124      </seglistitem>
    120125    </segmentedlist>
     
    123128
    124129</sect1>
    125 
Note: See TracChangeset for help on using the changeset viewer.