Ignore:
Timestamp:
07/24/2012 04:17:44 PM (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:
3af204c
Parents:
2ba0c1a
Message:

XML Polishing, Part 2. Set libpng (again) as required for Cairo, since it requires too many switches if it is not present, thus making it realy required.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/libnotify.xml

    r2ba0c1a ra2912ff  
    3030    <title>Introduction to libnotify</title>
    3131
    32     <para>The <application>libnotify</application> library is used to send
    33     desktop notifications to a notification daemon, as defined in the Desktop
    34     Notifications spec. These notifications can be used to inform the user about
    35     an event or display some form of information without getting in the user's
    36     way.</para>
     32    <para>
     33      The <application>libnotify</application> library is used to send desktop
     34      notifications to a notification daemon, as defined in the Desktop
     35      Notifications spec. These notifications can be used to inform the user about
     36      an event or display some form of information without getting in the user's
     37      way.
     38    </para>
    3739
    3840    &lfs71_checked;
     
    4143    <itemizedlist spacing="compact">
    4244      <listitem>
    43         <para>Download (HTTP): <ulink url="&libnotify-download-http;"/></para>
     45        <para>
     46          Download (HTTP): <ulink url="&libnotify-download-http;"/>
     47        </para>
    4448      </listitem>
    4549      <listitem>
    46         <para>Download (FTP): <ulink url="&libnotify-download-ftp;"/></para>
     50        <para>
     51          Download (FTP): <ulink url="&libnotify-download-ftp;"/>
     52        </para>
    4753      </listitem>
    4854      <listitem>
    49         <para>Download MD5 sum: &libnotify-md5sum;</para>
     55        <para>
     56          Download MD5 sum: &libnotify-md5sum;
     57        </para>
    5058      </listitem>
    5159      <listitem>
    52         <para>Download size: &libnotify-size;</para>
     60        <para>
     61          Download size: &libnotify-size;
     62        </para>
    5363      </listitem>
    5464      <listitem>
    55         <para>Estimated disk space required: &libnotify-buildsize;</para>
     65        <para>
     66          Estimated disk space required: &libnotify-buildsize;
     67        </para>
    5668      </listitem>
    5769      <listitem>
    58         <para>Estimated build time: &libnotify-time;</para>
     70        <para>
     71          Estimated build time: &libnotify-time;
     72        </para>
    5973      </listitem>
    6074    </itemizedlist>
     
    7892
    7993    <para condition="html" role="usernotes">User Notes:
    80     <ulink url="&blfs-wiki;/libnotify"/></para>
    81 
     94      <ulink url="&blfs-wiki;/libnotify"/>
     95    </para>
    8296  </sect2>
    8397
     
    8599    <title>Installation of libnotify</title>
    86100
    87     <para>Install <application>libnotify</application> by running the following
    88     commands:</para>
     101    <para>
     102      Install <application>libnotify</application> by running the following
     103      commands:
     104    </para>
    89105
    90106<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    91107make</userinput></screen>
    92108
    93     <para>This package does not come with a test suite.</para>
     109    <para>
     110      This package does not come with a test suite.
     111    </para>
    94112
    95     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     113    <para>
     114      Now, as the <systemitem class="username">root</systemitem> user:
     115    </para>
    96116
    97117<screen role="root"><userinput>make install</userinput></screen>
     
    103123
    104124    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    105     href="../../xincludes/gtk-doc-rebuild.xml"/>
     125      href="../../xincludes/static-libraries.xml"/>
    106126
    107127    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    108     href="../../xincludes/static-libraries.xml"/>
     128      href="../../xincludes/gtk-doc-rebuild.xml"/>
    109129
    110130  </sect2>
     
    126146        </seg>
    127147        <seg>
    128          /usr/include/libnotify and /usr/share/gtk-doc/html/libnotify
     148         /usr/include/libnotify and
     149         /usr/share/gtk-doc/html/libnotify
    129150        </seg>
    130151      </seglistitem>
     
    139160        <term><command>notify-send</command></term>
    140161        <listitem>
    141           <para>is a command to send notifications.</para>
     162          <para>
     163            is a command used to send notifications.
     164          </para>
    142165          <indexterm zone="libnotify notify-send">
    143166            <primary sortas="b-notify-send">notify-send</primary>
     
    149172        <term><filename class='libraryfile'>libnotify.so</filename></term>
    150173        <listitem>
    151           <para>contains the notify API functions.</para>
     174          <para>
     175            contains the <application>libnotify</application> API functions.
     176          </para>
    152177          <indexterm zone="libnotify libnotify">
    153178            <primary sortas="c-libnotify">libnotify.so</primary>
Note: See TracChangeset for help on using the changeset viewer.