Changeset c2421a0d for gnome


Ignore:
Timestamp:
04/21/2012 10:02:52 AM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
9e7fa16
Parents:
a0c3cfb
Message:

cogl 1.10.2, clutter-gtk 1.2.0, clutter-gst 1.5.4, libcroco 0.6.5, libgee 0.6.4, modified libgtop and json-glib xml files

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

Location:
gnome
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/libgda.xml

    ra0c3cfb rc2421a0d  
    88  <!ENTITY libgda-download-ftp  "&gnome-download-ftp;/libgda/5.0/libgda-&libgda-version;.tar.xz">
    99  <!ENTITY libgda-md5sum        "58efdf8f727b5a0b1e5fb35d19ee76a7">
    10   <!ENTITY libgda-size          "12 MB">
     10  <!ENTITY libgda-size          "11 MB">
    1111  <!ENTITY libgda-buildsize     "196 MB">
    1212  <!ENTITY libgda-time          "3.8 SBU">
  • gnome/core/libgtop.xml

    ra0c3cfb rc2421a0d  
    3333    <application>GNOME</application> top libraries.</para>
    3434
    35     &lfs70_built;
     35    &lfs70_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6060
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para role="required"><xref linkend="intltool"/> and
    63     <xref linkend="pkgconfig"/></para>
     62    <para role="required">
     63      <xref linkend="intltool"/> and
     64      <xref linkend="pkgconfig"/>
     65    </para>
     66
     67    <bridgehead renderas="sect4">Recommended</bridgehead>
     68    <para role="recommended">
     69      <xref linkend="gobject-introspection"/>
     70      (Required if building GNOME)
     71    </para>
    6472
    6573    <bridgehead renderas="sect4">Optional</bridgehead>
    66     <para role="optional"><!-- <xref linkend="gdbm"/>, -->
    67     <xref linkend="gtk-doc"/> and
    68     <xref linkend="x-window-system"/></para>
     74    <para role="optional">
     75      <xref linkend="gtk-doc"/> and
     76      <xref linkend="xorg7-lib"/>
     77    </para>
    6978
    7079    <para condition="html" role="usernotes">User Notes:
     
    7685    <title>Installation of LibGTop</title>
    7786
    78     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    79     href="../../xincludes/without-gnome.xml"/>
    80 
    8187    <para>Install <application>LibGTop</application> by running the following
    8288    commands:</para>
    8389
    84 <screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
     90<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    8591make</userinput></screen>
    8692
     
    9197<screen role="root"><userinput>make install</userinput></screen>
    9298
    93     <para>If you would like to install the example programs, issue the following
    94     commands as the <systemitem class="username">root</systemitem> user:</para>
    95 
    96 <screen role="root"><userinput>install -v -m755 -d $GNOME_PREFIX/lib/libgtop/examples &amp;&amp;
    97 install -v -m755 examples/.libs/* $GNOME_PREFIX/lib/libgtop/examples</userinput></screen>
    98 
    9999  </sect2>
    100100
     
    102102    <title>Command Explanations</title>
    103103
     104<!--    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     105    href="../../xincludes/gnome-prefix.xml"/> -->
     106
    104107    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    105     href="../../xincludes/gnome-prefix.xml"/>
    106 
    107     <!-- this DOES install an info file, but in $datarootdir/info which is
    108     $prefix/share/info : adding the directory is covered in configuring
    109 
    110     <para><parameter>\-\-infodir=$GNOME_PREFIX/share/info</parameter>:
    111     This switch installs the info documentation in
    112     <filename class='directory'>$GNOME_PREFIX/share/info</filename> instead of
    113     <filename class='directory'>$GNOME_PREFIX/info</filename>. You may need to
    114     add this directory to your <envar>$INFOPATH</envar> environment variable if
    115     your <application>GNOME</application> installation prefix is anything other
    116     than <filename class='directory'>/usr</filename>.</para>-->
    117 
    118     <para><option>--enable-static=no</option>: This switch prevents the static
    119     libraries being installed.</para>
     108    href="../../xincludes/static-libraries.xml"/>
    120109
    121110    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    124113  </sect2>
    125114
    126   <sect2 role="configuration">
     115<!--  <sect2 role="configuration">
    127116    <title>Configuring LibGTop</title>
    128117
     
    139128    </sect3>
    140129
    141   </sect2>
     130  </sect2> -->
    142131
    143132  <sect2 role="content">
     
    145134
    146135    <segmentedlist>
    147       <segtitle>Installed Programs</segtitle>
    148136      <segtitle>Installed Library</segtitle>
    149137      <segtitle>Installed Directories</segtitle>
    150138
    151139      <seglistitem>
    152         <seg>affinity, df, first, mem, mountlist, netlist, netload, openfiles,
    153         pprint, procargs, proclist, procmap, second, smp, sysdeps, timings, and
    154         wd (examples programs)</seg>
    155         <seg>libgtop-2.0.{so,a}</seg>
    156         <seg><envar>$GNOME_PREFIX</envar>/{include/libgtop-2.0/glibtop,
    157         share/{gtk-doc/html/libgtop,locale/la/LC_MESSAGES},
    158         lib/libgtop/examples}</seg>
     140        <seg>
     141          libgtop-2.0.so
     142        </seg>
     143        <seg>
     144          /usr/include/libgtop-2.0 and
     145          /usr/share/gtk-doc/html/libgtop
     146       </seg>
    159147      </seglistitem>
    160148    </segmentedlist>
     
    166154
    167155      <varlistentry id="libgtop-2">
    168         <term><filename class='libraryfile'>libgtop-2.0.{so,a}</filename></term>
     156        <term><filename class='libraryfile'>libgtop-2.0.so</filename></term>
    169157        <listitem>
    170158          <para>contains the functions that allow access to system
    171159          performance data.</para>
    172160          <indexterm zone="libgtop libgtop-2">
    173             <primary sortas="c-libgtop-2">libgtop-2.0.{so,a}</primary>
     161            <primary sortas="c-libgtop-2">libgtop-2.0.so</primary>
    174162          </indexterm>
    175163        </listitem>
Note: See TracChangeset for help on using the changeset viewer.