Ignore:
Timestamp:
10/10/2005 06:06:06 PM (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.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:
0af08ab
Parents:
0c4e116
Message:

3rd of 3 commits to GNOME-2.12.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/libgnomeui.xml

    r0c4e116 r51d7b70  
    66
    77  <!ENTITY libgnomeui-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgnomeui/&gnome-version;/libgnomeui-&libgnomeui-version;.tar.bz2">
    8   <!ENTITY libgnomeui-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnomeui/&gnome-version;/libgnomeui-&libgnomeui-version;.tar.bz2">
    9   <!ENTITY libgnomeui-md5sum "e17c0d97e5f240513ac2d36268d696ed">
    10   <!ENTITY libgnomeui-size "1.6 MB">
    11   <!ENTITY libgnomeui-buildsize "37 MB">
    12   <!ENTITY libgnomeui-time "0.9 SBU">
     8  <!ENTITY libgnomeui-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/libgnomeui/&gnome-version;/libgnomeui-&libgnomeui-version;.tar.bz2">
     9  <!ENTITY libgnomeui-md5sum        "342a5b8a9d427ff950a71a245a5f4485">
     10  <!ENTITY libgnomeui-size          "1.8 MB">
     11  <!ENTITY libgnomeui-buildsize     "39.0 MB">
     12  <!ENTITY libgnomeui-time          "0.8 SBU">
    1313]>
    1414
     
    2121  </sect1info>
    2222
    23   <title>Libgnomeui-&libgnomeui-version;</title>
     23  <title>libgnomeui-&libgnomeui-version;</title>
    2424
    2525  <indexterm zone="libgnomeui">
     
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to Libgnomeui</title>
     30    <title>Introduction to libgnomeui</title>
    3131
    3232    <para>The <application>libgnomeui</application> package contains
     
    5555    </itemizedlist>
    5656
    57     <bridgehead renderas="sect3">Libgnomeui Dependencies</bridgehead>
     57    <bridgehead renderas="sect3">libgnomeui Dependencies</bridgehead>
    5858
    5959    <bridgehead renderas="sect4">Required</bridgehead>
     
    6161
    6262    <bridgehead renderas="sect4">Optional</bridgehead>
    63     <para><xref linkend="libjpeg"/> and <xref linkend="gtk-doc"/></para>
     63    <para><xref linkend="libjpeg"/>
     64    and <xref linkend="gtk-doc"/></para>
    6465
    6566  </sect2>
    6667
    6768  <sect2 role="installation">
    68     <title>Installation of Libgnomeui</title>
     69    <title>Installation of libgnomeui</title>
    6970
    7071    <para>Install <application>libgnomeui</application> by running the following
     
    8182<screen role="root"><userinput>make install</userinput></screen>
    8283
     84    <para>If your <application>GNOME</application> installation prefix is
     85    anything other than <filename class='directory'>/usr</filename>, create
     86    the following symbolic link as the
     87    <systemitem class="username">root</systemitem> user:</para>
     88
     89<screen role="root"><userinput>ln -v -s $GNOME_PREFIX/lib/gtk-2.0/2.4.0/filesystems \
     90        /usr/lib/gtk-2.0/2.4.0</userinput></screen>
     91
    8392  </sect2>
    8493
     
    91100    <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    92101
     102    <para><option>--with-kde-datadir=$KDE_PREFIX/share</option>: Use this
     103    parameter if <application>KDE</application> is installed in any prefix
     104    other than <filename class='directory'>/usr</filename>.</para>
     105
    93106  </sect2>
    94107
    95108  <sect2 role="configuration">
    96     <title>Configuring Libgnomeui</title>
     109    <title>Configuring libgnomeui</title>
    97110
    98111    <sect3>
Note: See TracChangeset for help on using the changeset viewer.