Changeset a2912ff for x/lib/gtk+3.xml


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/gtk+3.xml

    r2ba0c1a ra2912ff  
    1313]>
    1414
    15 <sect1 id="gtk3" xreflabel="Gtk+-&gtk3-version;">
     15<sect1 id="gtk3" xreflabel="GTK+-&gtk3-version;">
    1616  <?dbhtml filename="gtk3.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>Gtk+-&gtk3-version;</title>
     23  <title>GTK+-&gtk3-version;</title>
    2424
    2525  <indexterm zone="gtk3">
    26     <primary sortas="a-gtk3">gtk+-3</primary>
     26    <primary sortas="a-gtk3">gtk3</primary>
    2727  </indexterm>
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to Gtk+ 3</title>
    31 
    32     <para>
    33       The <application>Gtk+ 3</application> package contains
    34       <application>Gtk+ 3</application> libraries used for creating
    35       graphical user interfaces for applications.
     30    <title>Introduction to GTK+ 3</title>
     31
     32    <para>
     33      The <application>GTK+ 3</application> package contains the
     34      libraries used for creating graphical user interfaces for
     35      applications.
    3636    </para>
    3737
     
    7272    </itemizedlist>
    7373
    74     <bridgehead renderas="sect3">Gtk+ 3 Dependencies</bridgehead>
     74    <bridgehead renderas="sect3">GTK+ 3 Dependencies</bridgehead>
    7575
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    7878      <xref linkend="atk"/>,
     79      <xref linkend="cairo"/>,
    7980      <xref linkend="gdk-pixbuf"/> and
    8081      <xref linkend="pango"/>
     
    100101
    101102  <sect2 role="installation">
    102     <title>Installation of Gtk+ 3</title>
     103    <title>Installation of GTK+ 3</title>
    103104
    104105    <note>
    105106      <para>
    106         <application>Gtk+ 3</application> will overwrite
     107        <application>GTK+ 3</application> will overwrite
    107108        <command>gtk-update-icon-cache</command> from
    108109        <xref linkend="gtk2"/> if it is installed.
     
    110111        that both programs provide same functionality.
    111112        If you wish to keep one from
    112         <application>Gtk+ 2</application> you can add
     113        <application>GTK+ 2</application> you can add
    113114        <option>--enable-gtk2-dependency</option> to the
    114115        <command>configure</command> command.
     
    117118
    118119    <para>
    119       Install <application>Gtk+ 3</application> by running the following
     120      Install <application>GTK+ 3</application> by running the following
    120121      commands:
    121122    </para>
     
    167168
    168169  <sect2 role="configuration">
    169     <title>Configuring Gtk+ 3</title>
     170    <title>Configuring GTK+ 3</title>
    170171
    171172    <sect3 id="gtk3-config">
     
    188189
    189190      <para>
    190         <application>Gtk+ 3</application> themes change the way a
    191         <application>Gtk+</application> application looks. An icon theme can be
     191        <application>GTK+ 3</application> themes change the way a
     192        <application>GTK+ 3</application> application looks. An icon theme can be
    192193        used to change the icons that appear on the application's toolbar. If
    193         you have installed a <application>Gtk+ 3</application> theme (eg
     194        you have installed a <application>GTK+ 3</application> theme (eg
    194195        <xref linkend="gnome-themes-standard"/> or an icon theme (such as
    195196        <xref linkend="gnome-icon-theme"/>) you can set your prefences in
     
    257258          <para>
    258259            is a simple program that demonstrates some of the things that can be
    259             done with <application>Gtk+ 3</application>
     260            done with <application>GTK+ 3</application>
    260261          </para>
    261262          <indexterm zone="gtk3 gtk3-demo">
     
    270271          <para>
    271272            collects information about loadable input method modules for
    272             <application>Gtk+ 3</application> and writes it to the default cache
     273            <application>GTK+ 3</application> and writes it to the default cache
    273274            file location, or to standard output.
    274275          </para>
     
    297298          <para>
    298299            contains functions that implements the accessibility interfaces
    299             defined by the GNOME Accessibility Toolkit
     300            defined by the GNOME Accessibility Toolkit.
    300301          </para>
    301302          <indexterm zone="gtk3 libgailutil">
     
    331332        </listitem>
    332333      </varlistentry>
     334
    333335    </variablelist>
    334336
Note: See TracChangeset for help on using the changeset viewer.