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


Ignore:
Timestamp:
06/30/2016 11:40:40 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3d6df725
Parents:
00ff1df
Message:

Updated to GTK+-3.20.6
Tags
(systemd/gnome merge staging) - Updated to adwaita-icon-theme-3.20
(systemd/gnome merge) - Moved rest to trunk for GTK+
(systemd/gnome merge) - Layout modifications

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

File:
1 edited

Legend:

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

    r00ff1df r8615350  
    77  <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/&gnome-minor-20;/gtk+-&gtk3-version;.tar.xz">
    88  <!ENTITY gtk3-download-ftp  "&gnome-download-ftp;/gtk+/&gnome-minor-20;/gtk+-&gtk3-version;.tar.xz">
    9   <!ENTITY gtk3-md5sum        "0cceee599f2910c25bf4b9dde4ab2fb6">
    10   <!ENTITY gtk3-size          "16.4 MB">
    11   <!ENTITY gtk3-buildsize     "422 MB (plus 9 MB for tests)">
    12   <!ENTITY gtk3-time          "6.3 SBU (plus 0.5 SBU for tests)">
     9  <!ENTITY gtk3-md5sum        "914e55ea053161f4a575c1c8dade7954">
     10  <!ENTITY gtk3-size          "16 MB">
     11  <!ENTITY gtk3-buildsize     "547 MB (plus 9 MB for tests)">
     12  <!ENTITY gtk3-time          "6.2 SBU (plus 0.9 SBU for tests)">
    1313]>
    1414
     
    9595
    9696    <bridgehead renderas="sect4">Optional</bridgehead>
    97     <para role="optional">
     97    <para role="optional" revision="sysv">
    9898      <xref linkend="colord"/>,
    9999      <xref linkend="cups"/>,
     
    102102      <xref linkend="json-glib"/>,
    103103      <xref linkend="libxkbcommon"/>,
    104       <ulink url="http://ftp.acc.umu.se/pub/gnome/sources/rest/">rest</ulink>, and
    105       <xref linkend="wayland"/>
     104      <xref linkend="wayland"/>, and
     105      <ulink url="http://ftp.acc.umu.se/pub/gnome/sources/rest/">rest</ulink>
     106    </para>
     107    <para role="optional" revision="systemd">
     108      <xref linkend="colord"/>,
     109      <xref linkend="cups"/>,
     110      <xref linkend="docbook-utils"/>,
     111      <xref linkend="gtk-doc"/>,
     112      <xref linkend="json-glib"/>,
     113      <xref linkend="libxkbcommon"/>,
     114      <xref linkend="rest"/>,
     115      <xref linkend="wayland"/>, and
     116      <xref linkend="wayland-protocols"/>
    106117    </para>
    107118
     
    282293          gtk-encode-symbolic-svg,
    283294          gtk-launch,
    284           gtk-query-immodules-3.0, and
     295          gtk-query-immodules-3.0,
     296          gtk-query-settings, and
    285297          gtk-update-icon-cache
    286298        </seg>
    287299        <seg>
    288300          libgailutil-3.so, libgdk-3.so, and libgtk-3.so
    289 
    290301        </seg>
    291302        <seg>
     
    400411          <para>
    401412            launches an application using the given name. The name should match
    402             application desktop file name, as residing in
    403             <filename class="directory">/usr/share/application</filename>, with
     413            the application desktop file name, as residing in
     414            <filename class="directory">/usr/share/applications</filename>, with
    404415            or without the '.desktop' suffix.
    405416          </para>
     
    424435      </varlistentry>
    425436
     437      <varlistentry id="gtk-query-settings">
     438        <term><command>gtk-query-settings</command></term>
     439        <listitem>
     440          <para>
     441            provides a complete listing of all settings related to
     442            <application>GTK+ 3</application>
     443          </para>
     444          <indexterm zone="gtk3 gtk-query-settings">
     445            <primary sortas="b-gtk-query-settings">gtk-query-settings</primary>
     446          </indexterm>
     447        </listitem>
     448      </varlistentry>
     449
    426450      <varlistentry id="gtk-update-icon-cache3">
    427451        <term><command>gtk-update-icon-cache</command></term>
Note: See TracChangeset for help on using the changeset viewer.