Changeset 742b99e for x


Ignore:
Timestamp:
04/16/2012 05:06:53 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:
ff5df153
Parents:
b8a081c
Message:

GTK+3 XML fixes, moved gtkmm.xml to gtkmm3.xml and some other xml fixes

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

Location:
x/lib
Files:
9 edited
1 moved

Legend:

Unmodified
Added
Removed
  • x/lib/atk.xml

    rb8a081c r742b99e  
    111111
    112112    <segmentedlist>
    113       <segtitle>Installed Programs</segtitle>
    114113      <segtitle>Installed Library</segtitle>
    115114      <segtitle>Installed Directories</segtitle>
    116115
    117116      <seglistitem>
    118         <seg>
    119           None
    120         </seg>
    121117        <seg>
    122118          libatk-1.0.so
  • x/lib/atkmm.xml

    rb8a081c r742b99e  
    9191
    9292    <segmentedlist>
    93       <segtitle>Installed Programs</segtitle>
    9493      <segtitle>Installed Library</segtitle>
    9594      <segtitle>Installed Directories</segtitle>
    9695
    9796      <seglistitem>
    98         <seg>
    99           None
    100         </seg>
    10197        <seg>
    10298          libatkmm-1.6.so
  • x/lib/cairo.xml

    rb8a081c r742b99e  
    178178    <segmentedlist>
    179179      <segtitle>Installed Programs</segtitle>
    180       <segtitle>Installed Library</segtitle>
     180      <segtitle>Installed Libraries</segtitle>
    181181      <segtitle>Installed Directories</segtitle>
    182182
  • x/lib/cairomm.xml

    rb8a081c r742b99e  
    9797
    9898    <segmentedlist>
    99       <segtitle>Installed Programs</segtitle>
    10099      <segtitle>Installed Library</segtitle>
    101100      <segtitle>Installed Directories</segtitle>
    102101
    103102      <seglistitem>
    104         <seg>
    105           None
    106         </seg>
    107103        <seg>
    108104          libcairomm-1.0.so
  • x/lib/cogl.xml

    rb8a081c r742b99e  
    2121  </sect1info>
    2222
    23   <title>cogl-&cogl-version;</title>
     23  <title>Cogl-&cogl-version;</title>
    2424
    2525  <indexterm zone="cogl">
     
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to cogl</title>
     30    <title>Introduction to Cogl</title>
    3131
    3232    <para><application>Cogl</application> Cogl is a modern 3D graphics API with
     
    5959    </itemizedlist>
    6060
    61     <bridgehead renderas="sect3">cogl Dependencies</bridgehead>
     61    <bridgehead renderas="sect3">Cogl Dependencies</bridgehead>
    6262
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="gdk-pixbuf"/>,
    65     <xref linkend="mesalib"/> and <xref linkend="pango"/>.</para>
     64    <para role="required">
     65      <xref linkend="gdk-pixbuf"/>,
     66      <xref linkend="mesalib"/> and
     67      <xref linkend="pango"/>
     68    </para>
    6669
    6770    <bridgehead renderas="sect4">Recommended</bridgehead>
    68     <para role="recommended"><xref linkend="gobject-introspection"/>
    69     (Required if building GNOME)</para>
     71    <para role="recommended">
     72      <xref linkend="gobject-introspection"/>
     73      (Required if building GNOME)
     74    </para>
    7075
    7176    <bridgehead renderas="sect4">Optional</bridgehead>
    72     <para role="optional"><xref linkend="gtk-doc"/></para>
     77    <para role="optional">
     78      <xref linkend="gtk-doc"/>
     79    </para>
    7380
    7481    <para condition="html" role="usernotes">User Notes:
     
    7885
    7986  <sect2 role="installation">
    80     <title>Installation of cogl</title>
     87    <title>Installation of Cogl</title>
    8188
    82     <para>Install <application>cogl</application> by running the following
     89    <para>Install <application>Cogl</application> by running the following
    8390    commands:</para>
    8491
     
    106113
    107114    <segmentedlist>
    108       <segtitle>Installed Programs</segtitle>
    109115      <segtitle>Installed Libraries</segtitle>
    110       <segtitle>Installed Directory</segtitle>
     116      <segtitle>Installed Directories</segtitle>
    111117
    112118      <seglistitem>
    113         <seg>None</seg>
    114 
    115119        <seg>
    116120          libcogl-pango.so and libcogl.so
    117121       </seg>
    118 
    119122        <seg>
    120          /usr/include/cogl/{cogl,cogl-pango},
    121          /usr/share/cogl/examples-data and
     123         /usr/include/cogl,
     124         /usr/share/cogl and
    122125         /usr/share/gtk-doc/html/{cogl,cogl-2.0-experimental}
    123126       </seg>
  • x/lib/gtk+3.xml

    rb8a081c r742b99e  
    1515]>
    1616
    17 <sect1 id="gtk3" xreflabel="gtk+-&gtk3-version;">
     17<sect1 id="gtk3" xreflabel="GTK+-&gtk3-version;">
    1818  <?dbhtml filename="gtk3.html"?>
    1919
     
    2323  </sect1info>
    2424
    25   <title>gtk+-&gtk3-version;</title>
     25  <title>GTK+-&gtk3-version;</title>
    2626
    2727  <indexterm zone="gtk3">
     
    3030
    3131  <sect2 role="package">
    32     <title>Introduction to gtk+-3</title>
    33 
    34     <para>
    35       The <application>Gtk+-3</application> package contains
    36       <application>Gtk+-3</application> libraries. These are used for creating
     32    <title>Introduction to GTK+-3</title>
     33
     34    <para>
     35      The <application>GTK+-3</application> package contains
     36      <application>GTK+-3</application> libraries. These are used for creating
    3737      graphical user interfaces for applications.
    3838    </para>
     
    7474    </itemizedlist>
    7575
    76     <bridgehead renderas="sect3">gtk+-3 Dependencies</bridgehead>
     76    <bridgehead renderas="sect3">GTK+-3 Dependencies</bridgehead>
    7777
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="cairo"/> (compiled with support for glib and libX11),
    8180      <xref linkend="atk"/>,
    82       <xref linkend="pango"/>,
    8381      <xref linkend="gdk-pixbuf"/> and
    84       <xref linkend="x-window-system"/> (specifically,
    85       <application>libX11</application>, <application>libXext</application>,
    86       <application>libXi</application> and <application>libXrender</application>
    87       are required, <application>libXinerama</application>,
    88       <application>libXcomposite</application>,
    89       <application>libXrandr</application> and
    90       <application>libXdamage</application> are optional)
     82      <xref linkend="pango"/>
     83    </para>
     84
     85    <bridgehead renderas="sect4">Recommended</bridgehead>
     86    <para role="recommended">
     87      <xref linkend="gobject-introspection"/> (required if you want to build
     88      GNOME. NB, you will need to install
     89      <application>Gobject Introspection</application> before you install
     90      <xref linkend="atk"/>, <xref linkend="gdk-pixbuf"/> and
     91      <xref linkend="pango"/>.)
    9192    </para>
    9293
     
    9596      <xref linkend="cups"/>,
    9697      <xref linkend="docbook-utils"/>,
    97       <xref linkend="colord"/>,
    98       <xref linkend="gobject-introspection"/> (required if you want to build
    99       <xref linkend="gnome"/>. NB, you will need to install
    100       <application>Gobject Introspection</application> before you install
    101       <xref linkend="atk"/>, <xref linkend="pango"/> and
    102       <xref linkend="gdk-pixbuf"/>.) and
     98      <xref linkend="colord"/> and
    10399      <xref linkend="gtk-doc"/> (only needed if you want to rebuild the
    104100      documentation).
     
    111107
    112108  <sect2 role="installation">
    113     <title>Installation of gtk+-3</title>
    114 
    115     <para>
    116       Install <application>Gtk+-3</application> by running the following
     109    <title>Installation of GTK+-3</title>
     110
     111    <para>
     112      Install <application>GTK+-3</application> by running the following
    117113      commands:
    118114    </para>
     
    152148
    153149  <sect2 role="configuration">
    154     <title>Configuring gtk+-3</title>
     150    <title>Configuring GTK+-3</title>
    155151
    156152    <sect3 id="gtk3-config">
     
    173169
    174170      <para>
    175         Gtk+-3 themes change the way a gtk application looks. An icon theme can
     171        GTK+-3 themes change the way a gtk application looks. An icon theme can
    176172        be used to change the icons that appear on the application's toolbar. If
    177         you have installed a Gtk+-3 theme (eg
     173        you have installed a GTK+-3 theme (eg
    178174        <xref linkend="gnome-themes-standard"/> or an icon theme (such as
    179175        <xref linkend="gnome-icon-theme"/>) you can set your prefences in
     
    214210
    215211      <seglistitem>
    216         <seg>gtk3-demo, gtk-query-immodules-3.0, and gtk-update-icon-cache</seg>
    217         <seg>libgailutil.so, libgdk-3.so, and libgtk-3.so</seg>
    218212        <seg>
    219           /etc/gtk-3.0, /usr/include/gtk-3.0, /usr/include/gail-3.0,
    220           /usr/lib/gtk-3.0 and /usr/share/gtk-3.0
     213          gtk3-demo, gtk-query-immodules-3.0 and gtk-update-icon-cache
     214        </seg>
     215        <seg>
     216          libgailutil.so, libgdk-3.so and libgtk-3.so
     217        </seg>
     218        <seg>
     219          /etc/gtk-3.0, /usr/include/{gail-3.0,gtk-3.0},
     220          /usr/lib/gtk-3.0, /usr/share/gtk-3.0 and
     221          /usr/share/gtk-doc/html/{gail-libgail-util3,gdk3,gtk3}
    221222        </seg>
    222223      </seglistitem>
     
    233234          <para>
    234235            is a simple program that demonstrates some of the things that can be
    235             done with <application>Gtk+-3</application>
     236            done with <application>GTK+-3</application>
    236237          </para>
    237238          <indexterm zone="gtk3 gtk3-demo">
     
    246247          <para>
    247248            collects information about loadable input method modules for
    248             <application>Gtk+-3</application> and writes it to the default cache
     249            <application>GTK+-3</application> and writes it to the default cache
    249250            file location, or to standard output.
    250251          </para>
     
    287288            contains functions that act as a wrapper around the low-level
    288289            drawing and windowing functions provided by the underlying graphics
    289             system (libX11 for now, but maybe in the future Wayland).
     290            system.
    290291          </para>
    291292          <indexterm zone="gtk3 libgdk-3">
  • x/lib/gtkmm2.xml

    rb8a081c r742b99e  
    1515]>
    1616
    17 <sect1 id="gtkmm2" xreflabel="Gtkmm-&gtkmm-version;">
     17<sect1 id="gtkmm2" xreflabel="Gtkmm-&gtkmm2-version;">
    1818  <?dbhtml filename="gtkmm2.html"?>
    1919
     
    3535      The <application>Gtkmm</application> package provides a C++ interface to
    3636      <application>GTK+-2</application>. It can be installed alongside
    37       <xref linkend="gtkmm"/> (the <application>GTK+-3</application> version)
     37      <xref linkend="gtkmm3"/> (the <application>GTK+-3</application> version)
    3838      with no namespace conflicts.
    3939    </para>
  • x/lib/gtkmm3.xml

    rb8a081c r742b99e  
    55  %general-entities;
    66
    7   <!ENTITY gtkmm-download-http
    8     "&gnome-download-http;/gtkmm/3.4/gtkmm-&gtkmm-version;.tar.xz">
    9   <!ENTITY gtkmm-download-ftp
    10      "&gnome-download-ftp;/gtkmm/3.4/gtkmm-&gtkmm-version;.tar.xz">
    11   <!ENTITY gtkmm-md5sum        "cae0fa7143ad8d9df678859bf8bdc1cb">
    12   <!ENTITY gtkmm-size          "8.8 MB">
    13   <!ENTITY gtkmm-buildsize     "240 MB">
    14   <!ENTITY gtkmm-time          "3.0 SBU">
     7  <!ENTITY gtkmm3-download-http
     8    "&gnome-download-http;/gtkmm/3.4/gtkmm-&gtkmm3-version;.tar.xz">
     9  <!ENTITY gtkmm3-download-ftp
     10     "&gnome-download-ftp;/gtkmm/3.4/gtkmm-&gtkmm3-version;.tar.xz">
     11  <!ENTITY gtkmm3-md5sum        "cae0fa7143ad8d9df678859bf8bdc1cb">
     12  <!ENTITY gtkmm3-size          "8.8 MB">
     13  <!ENTITY gtkmm3-buildsize     "240 MB">
     14  <!ENTITY gtkmm3-time          "3.0 SBU">
    1515]>
    1616
    17 <sect1 id="gtkmm" xreflabel="gtkmm-&gtkmm-version;">
    18   <?dbhtml filename="gtkmm.html"?>
     17<sect1 id="gtkmm3" xreflabel="Gtkmm-&gtkmm3-version;">
     18  <?dbhtml filename="gtkmm3.html"?>
    1919
    2020  <sect1info>
     
    2323  </sect1info>
    2424
    25   <title>gtkmm-&gtkmm-version;</title>
     25  <title>Gtkmm-&gtkmm3-version;</title>
    2626
    27   <indexterm zone="gtkmm">
    28     <primary sortas="a-gtkmm">gtkmm</primary>
     27  <indexterm zone="gtkmm3">
     28    <primary sortas="a-gtkmm3">gtkmm3</primary>
    2929  </indexterm>
    3030
    3131  <sect2 role="package">
    32     <title>Introduction to gtkmm</title>
     32    <title>Introduction to Gtkmm</title>
    3333
    3434    <para>
    35       The <application>gtkmm</application> package provides a C++ interface to
     35      The <application>Gtkmm</application> package provides a C++ interface to
    3636      <application>GTK+-3</application>.
    3737    </para>
     
    4343      <listitem>
    4444        <para>
    45           Download (HTTP): <ulink url="&gtkmm-download-http;"/>
     45          Download (HTTP): <ulink url="&gtkmm3-download-http;"/>
    4646        </para>
    4747      </listitem>
    4848      <listitem>
    4949        <para>
    50           Download (FTP): <ulink url="&gtkmm-download-ftp;"/>
     50          Download (FTP): <ulink url="&gtkmm3-download-ftp;"/>
    5151        </para>
    5252      </listitem>
    5353      <listitem>
    5454        <para>
    55           Download MD5 sum: &gtkmm-md5sum;
     55          Download MD5 sum: &gtkmm3-md5sum;
    5656        </para>
    5757      </listitem>
    5858      <listitem>
    5959        <para>
    60           Download size: &gtkmm-size;
     60          Download size: &gtkmm3-size;
    6161        </para>
    6262      </listitem>
    6363      <listitem>
    6464        <para>
    65           Estimated disk space required: &gtkmm-buildsize;
     65          Estimated disk space required: &gtkmm3-buildsize;
    6666        </para>
    6767      </listitem>
    6868      <listitem>
    6969        <para>
    70           Estimated build time: &gtkmm-time;
     70          Estimated build time: &gtkmm3-time;
    7171        </para>
    7272      </listitem>
    7373    </itemizedlist>
    7474
    75     <bridgehead renderas="sect3">gtkmm Dependencies</bridgehead>
     75    <bridgehead renderas="sect3">Gtkmm Dependencies</bridgehead>
    7676
    7777    <bridgehead renderas="sect4">Required</bridgehead>
     
    8383
    8484    <para condition="html" role="usernotes">
    85       User Notes: <ulink url="&blfs-wiki;/gtkmm"/>
     85      User Notes: <ulink url="&blfs-wiki;/gtkmm3"/>
    8686    </para>
    8787  </sect2>
    8888
    8989  <sect2 role="installation">
    90     <title>Installation of gtkmm</title>
     90    <title>Installation of Gtkmm</title>
    9191
    9292    <para>
    93       Install <application>gtkmm</application> by running the following
     93      Install <application>Gtkmm</application> by running the following
    9494      commands:
    9595    </para>
     
    140140        contains the GDK API classes.
    141141        </para>
    142           <indexterm zone="gtkmm libgdkmm-3.0">
     142          <indexterm zone="gtkmm3 libgdkmm-3.0">
    143143            <primary sortas="c-libgdkmm-3.0">libgdkmm-3.0.so</primary>
    144144          </indexterm>
     
    150150        <listitem>
    151151          <para>
    152         contains the <application>GTK+</application> API classes.
     152        contains the <application>GTK+3</application> API classes.
    153153        </para>
    154           <indexterm zone="gtkmm libgtkmm-3.0">
     154          <indexterm zone="gtkmm3 libgtkmm-3.0">
    155155            <primary sortas="c-libgtkmm-3.0">libgtkmm-3.0.so</primary>
    156156          </indexterm>
  • x/lib/lib.xml

    rb8a081c r742b99e  
    3737  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk+3.xml"/>
    3838  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk-engines.xml"/>
    39   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtkmm.xml"/>
    4039  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtkmm2.xml"/>
     40  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtkmm3.xml"/>
    4141  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lesstif.xml"/> -->
    4242  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="startup-notification.xml"/>
  • x/lib/pangomm.xml

    rb8a081c r742b99e  
    9292
    9393    <segmentedlist>
    94       <segtitle>Installed Programs</segtitle>
    9594      <segtitle>Installed Library</segtitle>
    9695      <segtitle>Installed Directories</segtitle>
    9796
    9897      <seglistitem>
    99         <seg>
    100           None
    101         </seg>
    10298        <seg>
    10399          libpangomm-1.4.so
Note: See TracChangeset for help on using the changeset viewer.