Changeset 675753d6 for gnome


Ignore:
Timestamp:
08/16/2010 09:51:51 AM (14 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
b89db769
Parents:
59fc30a
Message:

Updated to libgnomeui-2.24.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/libgnomeui.xml

    r59fc30a r675753d6  
    77  <!ENTITY libgnomeui-download-http "&gnome-download-http;/libgnomeui/2.24/libgnomeui-&libgnomeui-version;.tar.bz2">
    88  <!ENTITY libgnomeui-download-ftp  "&gnome-download-ftp;/libgnomeui/2.24/libgnomeui-&libgnomeui-version;.tar.bz2">
    9   <!ENTITY libgnomeui-md5sum        "d455674fa1a477903dbfcf603f060172">
    10   <!ENTITY libgnomeui-size          "1.5 MB">
    11   <!ENTITY libgnomeui-buildsize     "43 MB">
    12   <!ENTITY libgnomeui-time          "0.5 SBU">
     9  <!ENTITY libgnomeui-md5sum        "ceab6f4370581d1a03c09f15cc103099">
     10  <!ENTITY libgnomeui-size          "1.3 MB">
     11  <!ENTITY libgnomeui-buildsize     "41 MB">
     12  <!ENTITY libgnomeui-time          "0.7 SBU">
    1313]>
    1414
     
    3232    <para>The <application>libgnomeui</application> package contains
    3333    <filename class="libraryfile">libgnomeui</filename> libraries.</para>
     34
     35    &lfs65_checked;
    3436
    3537    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5860
    5961    <bridgehead renderas="sect4">Required</bridgehead>
    60     <para role="required"><xref linkend="libbonoboui"/> and
    61     <xref linkend="gnome-keyring"/></para>
     62    <para role="required"><xref linkend="libbonoboui"/>,
     63    <xref linkend="libgnome-keyring"/>, and
     64    <xref linkend="xorg7-lib"/></para>
    6265
    6366    <bridgehead renderas="sect4">Optional</bridgehead>
    6467    <para role="optional"><xref linkend="libjpeg"/>,
    65     <xref linkend="esound"/>,
    66     <xref linkend="intltool"/>, and
     68    <xref linkend="esound"/>, and
    6769    <xref linkend="gtk-doc"/></para>
    6870
     
    8789    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8890
    89 <screen role="root"><userinput>make install &amp;&amp;
    90 
    91 if [ $(pkg-config --variable=prefix ORBit-2.0) != "/usr" ]; then
    92     ln -v -s $(pkg-config --variable=prefix \
    93              ORBit-2.0)/lib/gtk-&gtk2-libdir;/filesystems \
    94         /usr/lib/gtk-&gtk2-libdir;
    95 fi</userinput></screen>
     91<screen role="root"><userinput>make install</userinput></screen>
    9692
    9793  </sect2>
     
    115111    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    116112    href="../../xincludes/gtk-doc-rebuild.xml"/>
    117 
    118     <para><command>if [ ... != "/usr" ]; then ...; fi</command>:
    119     This command is used to create a symbolic link in instances where the
    120     <application>GNOME</application> installation prefix is
    121     anything other than <filename class='directory'>/usr</filename>.</para>
    122113
    123114  </sect2>
Note: See TracChangeset for help on using the changeset viewer.