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

File:
1 edited

Legend:

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