Ignore:
Timestamp:
10/27/2014 06:51:53 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
7aff5814
Parents:
5b5c0e9
Message:

Xorg Libraries chapter updates.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14765 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 moved

Legend:

Unmodified
Added
Removed
  • x/lib/gtk+3-systemd.xml

    r5b5c0e9 rd72fae5a  
    55  %general-entities;
    66
    7   <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/&gnome-minor-14;/gtk+-&gtk3-version;.tar.xz">
    8   <!ENTITY gtk3-download-ftp  "&gnome-download-ftp;/gtk+/&gnome-minor-14;/gtk+-&gtk3-version;.tar.xz">
     7  <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/3.14/gtk+-&gtk3-version;.tar.xz">
     8  <!ENTITY gtk3-download-ftp  "&gnome-download-ftp;/gtk+/3.14/gtk+-&gtk3-version;.tar.xz">
    99  <!ENTITY gtk3-md5sum        "103a3521cf792f2ee12d0d1349d79288">
    1010  <!ENTITY gtk3-size          "15 MB">
    11   <!ENTITY gtk3-buildsize     "401 MB (additional 6 MB for the test suite and 19 MB to rebuild the docs)">
    12   <!ENTITY gtk3-time          "4.8 SBU (additional 0.4 SBU for the test suite and 3.7 SBU to rebuild the docs)">
     11  <!ENTITY gtk3-buildsize     "465 MB">
     12  <!ENTITY gtk3-time          "3.4 SBU">
    1313]>
    1414
     
    7979      <xref linkend="gdk-pixbuf"/>, and
    8080      <xref linkend="pango"/>
     81    </para>
     82
     83    <bridgehead renderas="sect4">Recommended</bridgehead>
     84    <para role="recommended">
     85      <xref linkend="libxkbcommon"/> and
     86      <xref linkend="wayland"/>
    8187    </para>
    8288
     
    9298      <xref linkend="docbook-utils"/>,
    9399      <xref linkend="gtk-doc"/>,
    94       <xref linkend="json-glib"/>,
    95       <ulink url="http://ftp.acc.umu.se/pub/gnome/sources/rest/">rest</ulink>,
    96       <ulink url="http://xkbcommon.org/">libxkbcommon</ulink>, and
    97       <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
     100      <xref linkend="json-glib"/>, and
     101      <xref linkend="librest"/>
    98102    </para>
    99103
     
    126130            --sysconfdir=/etc         \
    127131            --enable-broadway-backend \
    128             --enable-x11-backend      \
    129             --disable-wayland-backend &amp;&amp;
     132            --enable-wayland-backend  \
     133            --enable-x11-backend      &amp;&amp;
    130134make</userinput></screen>
    131135
    132136    <para>
    133       Some tests fail if
     137      Some tests may fail if
    134138      <filename>/usr/share/glib-2.0/schemas/gschemas.compiled</filename> is not
    135139      found. If you wish to run the test suite, create (or update) the file
     
    169173
    170174    <para>
    171       <option>--enable-broadway-backend</option>: switch enables the HTML5 GTK backend.
    172     </para>
    173 
    174     <para>
    175       <option>--enable-x11-backend</option>: switch enables the X11 GDK backend.
    176     </para>
    177 
    178     <para>
    179       <option>--disable-wayland-backend</option>: switch disables the Wayland GDK backend
    180       because Wayland isn't available in BLFS.
     175      <parameter>--enable-broadway-backend</parameter>: This switch enables the
     176      Broadway HTML5 GDK backend.
     177    </para>
     178
     179    <para>
     180      <parameter>--enable-wayland-backend</parameter>: This switch enables the
     181      Wayland GDK backend which is required for <application>GNOME</application>
     182      Wayland support. Remove it if you have not installed the recommended
     183      dependencies.     
     184    </para>
     185
     186    <para>
     187      <parameter>--enable-x11-backend</parameter>: This switch enables the
     188      X11 GDK backend.
    181189    </para>
    182190
     
    212220        be used to change the icons that appear on the application's toolbar.
    213221        If you have installed a <application>GTK+ 3</application> theme (eg
    214         <xref linkend="gnome-themes-standard"/> or an icon theme (such as <xref
    215         linkend="adwaita-icon-theme"/>) you can set your prefences in
     222        <xref linkend="gnome-themes-standard"/> or an icon theme (such as
     223        <xref linkend="adwaita-icon-theme"/>) you can set your prefences in
    216224        <filename>~/.config/gtk-3.0/settings.ini</filename>. Eg:
    217225      </para>
     
    221229[Settings]
    222230gtk-theme-name = <replaceable>Adwaita</replaceable>
    223 gtk-fallback-icon-theme = <replaceable>gnome</replaceable>
     231gtk-icon-theme-name = <replaceable>Adwaita</replaceable>
    224232EOF</userinput></screen>
    225233
     
    253261      <seglistitem>
    254262        <seg>
    255           broadwayd,
    256           gtk3-demo,
    257           gtk3-demo-application,
    258           gtk3-icon-browser,
    259           gtk3-widget-factory,
    260           gtk-encode-symbolic-svg,
    261           gtk-launch,
     263          broadwayd, gtk3-demo, gtk3-demo-application,
     264          gtk3-icon-browser, gtk3-widget-factory,
     265          gtk-encode-symbolic-svg, gtk-launch,
    262266          gtk-query-immodules-3.0, and
    263267          gtk-update-icon-cache
     
    265269        <seg>
    266270          libgailutil-3.so, libgdk-3.so, and libgtk-3.so
    267 
    268271        </seg>
    269272        <seg>
Note: See TracChangeset for help on using the changeset viewer.