Changeset bf6bb90


Ignore:
Timestamp:
10/28/2017 07:53:20 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
7fb51855
Parents:
b04efb5d
Message:

Update to yelp-3.26.0.
Update to gnome-user-docs-3.26.1.1.
Update to gdm-3.26.1.
Update to gnome-session-3.26.1.
Update to gnome-shell-extensions-3.26.1.
Update to gnome-shell-3.26.1.
Update to mutter-3.26.1.
Update to gnome-settings-daemon-3.26.1.
Update to colord-1.4.1. Fixes #9597.
Update to gnome-bluetooth-3.26.1.

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

Files:
15 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord.xml

    rb04efb5d rbf6bb90  
    77  <!ENTITY colord-download-http "https://www.freedesktop.org/software/colord/releases/colord-&colord-version;.tar.xz">
    88  <!ENTITY colord-download-ftp  " ">
    9   <!ENTITY colord-md5sum        "a8e7fcf0a45383ca7a65cef91ca5e019">
    10   <!ENTITY colord-size          "1.2 MB">
    11   <!ENTITY colord-buildsize     "44 MB (with tests)">
     9  <!ENTITY colord-md5sum        "f457be5b7c44827e6c747ec80a6dc69a">
     10  <!ENTITY colord-size          "1.8 MB">
     11  <!ENTITY colord-buildsize     "26 MB (with tests)">
    1212  <!ENTITY colord-time          "0.7 SBU (with tests)">
    1313]>
     
    112112  <sect2 role="installation">
    113113    <title>Installation of Colord</title>
    114 <!-- Is this still relevant?
    115     <warning>
    116       <para>
    117         This package will overwrite any previous version of Colord that you
    118         may have on your system. This package is a development version
    119         and is only intended to be used by gnome-color-manager at this time.
    120       </para>
    121     </warning>-->
    122114
    123115    <para>
     
    136128    </para>
    137129
    138 <screen revision="sysv"><userinput>./configure --prefix=/usr              \
    139             --sysconfdir=/etc          \
    140             --localstatedir=/var       \
    141             --with-daemon-user=colord  \
    142             --enable-vala              \
    143             --enable-daemon            \
    144             --enable-session-helper    \
    145             --enable-libcolordcompat   \
    146             --disable-rpath            \
    147             --disable-argyllcms-sensor \
    148             --disable-bash-completion  \
    149             --disable-systemd-login    \
    150             --disable-static &amp;&amp;
    151 make</userinput></screen>
    152 
    153 <screen revision="systemd"><userinput>./configure --prefix=/usr              \
    154             --sysconfdir=/etc          \
    155             --localstatedir=/var       \
    156             --with-daemon-user=colord  \
    157             --enable-vala              \
    158             --enable-daemon            \
    159             --enable-session-helper    \
    160             --enable-libcolordcompat   \
    161             --disable-rpath            \
    162             --disable-argyllcms-sensor \
    163             --disable-bash-completion  \
    164             --disable-static &amp;&amp;
    165 make</userinput></screen>
     130<screen revision="sysv"><userinput>mkdir build &amp;&amp;
     131cd build &amp;&amp;
     132meson --prefix=/usr                   \
     133      --sysconfdir=/etc               \
     134      --localstatedir=/var            \
     135      -Dwith-daemon-user=colord       \
     136      -Denable-vala=true              \
     137      -Denable-systemd=false          \
     138      -Denable-libolordcompat=true    \
     139      -Denable-argyllcms-sensor=false \
     140      -Denable-bash-completion=false  \
     141      -Denable-docs=false             \
     142      -Denable-man=false ..           &amp;&amp;
     143ninja</userinput></screen>
     144
     145<screen revision="systemd"><userinput>mkdir build &amp;&amp;
     146cd build &amp;&amp;
     147meson --prefix=/usr                   \
     148      --sysconfdir=/etc               \
     149      --localstatedir=/var            \
     150      -Dwith-daemon-user=colord       \
     151      -Denable-vala=true              \
     152      -Denable-systemd=true           \
     153      -Denable-libolordcompat=true    \
     154      -Denable-argyllcms-sensor=false \
     155      -Denable-bash-completion=false  \
     156      -Denable-docs=false             \
     157      -Denable-man=false ..           &amp;&amp;
     158ninja</userinput></screen>
    166159
    167160    <para>
     
    169162    </para>
    170163
    171 <screen role="root"><userinput>make install</userinput></screen>
    172 
    173     <para>
    174       To test the results, issue: <command>make -k check</command>.
    175       At least one test,
    176       <filename>./lib/colord/.libs/lt-cd-test-daemon</filename>, may fail.
     164<screen role="root"><userinput>ninja install</userinput></screen>
     165
     166    <para>
     167      To test the results, issue: <command>ninja -k 2 test</command>.
     168      One test, <filename>colord-self-test-daemon</filename>, will fail.
    177169      The test suite must be run after the package is installed, and the
    178170      system-wide D-Bus Daemon must be running.
     
    185177
    186178    <para>
    187       <parameter>--with-daemon-user=colord</parameter>: This switch is used
     179      <parameter>-Dwith-daemon-user=colord</parameter>: This switch is used
    188180      so the colord daemon will run as an unprivileged user instead of the
    189181      <systemitem class="username">root</systemitem> user.
     
    191183
    192184    <para>
    193       <parameter>--enable-vala</parameter>: This switch enables building the
    194       <application>Vala</application> bindings. Remove if you don't have
     185      <parameter>-Denable-vala=true</parameter>: This switch enables building
     186      the <application>Vala</application> bindings. Remove if you don't have
    195187      <xref linkend="vala"/> installed.
    196188    </para>
    197189
    198     <para>
    199       <parameter>--enable-daemon</parameter>: This switch enables building
    200       the <application>Colord</application> daemon.
    201     </para>
    202 
    203     <para>
    204       <parameter>--enable-session-helper</parameter>: This switch enables
    205       building the session helper for <application>Colord</application>.
    206     </para>
    207 
    208     <para>
    209       <parameter>--enable-libcolordcompat</parameter>: This switch enables
     190    <para revision="sysv">
     191      <parameter>-Denable-systemd=false</parameter>: This switch disables
     192      support for <application>systemd</application> login in Colord
     193      applications.
     194    </para>
     195
     196    <para revision="systemd">
     197      <parameter>-Denable-systemd=true</parameter>: This switch enables
     198      installation of the <application>systemd</application> service.
     199    </para>
     200
     201    <para>
     202      <parameter>-Denable-libcolordcompat=true</parameter>: This switch enables
    210203      building a compatibility library for older packages that use
    211204      <application>Colord</application>.
     
    213206
    214207    <para>
    215       <parameter>--disable-rpath</parameter>: This switch prevents the build
    216       process from hard-coding library paths into its executables.
    217     </para>
    218 
    219     <para>
    220       <parameter>--disable-argyllcms-sensor</parameter>: This switch disables
    221       the ArgLLCMS sensor driver. Omit if you have
     208      <parameter>-Denable-argyllcms-sensor=false</parameter>: This switch
     209      disables the ArgLLCMS sensor driver. Omit if you have
    222210      <ulink url="http://www.argyllcms.com/">ArgyllCMS</ulink> installed
    223211      and wish to use it.
     
    225213
    226214    <para>
    227       <parameter>--disable-bash-completion</parameter>: This switch disables
    228       Bash Completion support for Colord applications.
    229     </para>
    230 
    231     <para revision="sysv">
    232       <parameter>--disable-systemd-login</parameter>: This switch disables
    233       support for <application>systemd</application> login in Colord
    234       applications. Default is to enable, and to fail if systemd is not found
    235       on the system.
    236     </para>
    237 
    238     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    239       href="../../xincludes/static-libraries.xml"/>
    240 
    241     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    242     href="../../xincludes/gtk-doc-rebuild.xml"/>
    243 
    244     <para>
    245       <option>--disable-gusb</option>: Use this switch if you don't have
    246       <application>libgusb</application> installed.
    247     </para>
    248 
    249     <para>
    250       <option>--disable-udev</option>: Use this switch if you don't have
    251       <application>libgudev</application> installed.
    252     </para>
    253 
    254     <para>
    255       <option>--disable-polkit</option>: Use this switch if you don't have
    256       <application>polkit</application> installed.
     215      <parameter>-Denable-bash-completion=false</parameter>: This switch
     216      disables Bash Completion support for Colord applications.
     217    </para>
     218
     219    <para>
     220      <parameter>-Denable-docs=false</parameter>: This switch disables building
     221      of documentation. Omit if you have <xref linkend="gtk-doc"/> avaialable.
     222    </para>
     223
     224    <para>
     225      <parameter>-Denable-man=false</parameter>: This switch disables building
     226      of man pages. Omit if you have <xref linkend="docbook-utils"/>
     227      avaialable.
    257228    </para>
    258229
  • gnome.ent

    rb04efb5d rbf6bb90  
    5050<!ENTITY nautilus-version                  "3.26.0">
    5151<!ENTITY zenity-version                    "3.24.0">
    52 <!ENTITY gnome-bluetooth-version           "3.20.1">
     52<!ENTITY gnome-bluetooth-version           "3.26.1">
    5353<!ENTITY gnome-keyring-version             "3.20.1">
    54 <!ENTITY gnome-settings-daemon-version     "3.24.3">
    55 <!ENTITY gnome-control-center-version      "3.24.3">
    56 <!ENTITY mutter-version                    "3.24.4">
    57 <!ENTITY gnome-shell-version               "3.24.3">
    58 <!ENTITY gnome-shell-extensions-version    "3.24.3">
    59 <!ENTITY gnome-session-version             "3.24.1">
    60 <!ENTITY gdm-version                       "3.24.2">
    61 <!ENTITY gnome-user-docs-version           "3.24.2">
     54<!ENTITY gnome-settings-daemon-version     "3.26.1">
     55<!ENTITY gnome-control-center-version      "3.26.1">
     56<!ENTITY mutter-version                    "3.26.1">
     57<!ENTITY gnome-shell-version               "3.26.1">
     58<!ENTITY gnome-shell-extensions-version    "3.26.1">
     59<!ENTITY gnome-session-version             "3.26.1">
     60<!ENTITY gdm-version                       "3.26.1">
     61<!ENTITY gnome-user-docs-version           "3.26.1.1">
    6262<!ENTITY adwaita-icon-theme-version        "3.26.0">
    6363<!ENTITY gnome-icon-theme-version          "3.12.0">
     
    6565<!ENTITY gnome-icon-theme-symbolic-version "3.12.0">
    6666<!ENTITY gnome-themes-standard-version     "3.22.3">
    67 <!ENTITY yelp-version                      "3.22.0">
     67<!ENTITY yelp-version                      "3.26.0">
    6868<!ENTITY notification-daemon-version       "3.20.0">
    6969<!ENTITY polkit-gnome-version              "0.105">
  • gnome/platform/gdm.xml

    rb04efb5d rbf6bb90  
    55  %general-entities;
    66
    7   <!ENTITY gdm-download-http "&gnome-download-http;/gdm/&gnome-minor-24;/gdm-&gdm-version;.tar.xz">
    8   <!ENTITY gdm-download-ftp  "&gnome-download-ftp;/gdm/&gnome-minor-24;/gdm-&gdm-version;.tar.xz">
    9   <!ENTITY gdm-md5sum        "73a529efe0230794105840732bb1cbcf">
     7  <!ENTITY gdm-download-http "&gnome-download-http;/gdm/&gnome-minor-26;/gdm-&gdm-version;.tar.xz">
     8  <!ENTITY gdm-download-ftp  "&gnome-download-ftp;/gdm/&gnome-minor-26;/gdm-&gdm-version;.tar.xz">
     9  <!ENTITY gdm-md5sum        "7d210d92bd9e9c7ea27c909a6416aea3">
    1010  <!ENTITY gdm-size          "1.1 MB">
    1111  <!ENTITY gdm-buildsize     "40 MB (with tests)">
    12   <!ENTITY gdm-time          "0.3 SBU (with tests)">
     12  <!ENTITY gdm-time          "0.4 SBU (with tests)">
    1313]>
    1414
  • gnome/platform/gnome-bluetooth.xml

    rb04efb5d rbf6bb90  
    99  <!ENTITY gnome-bluetooth-download-ftp
    1010           "&gnome-download-ftp;/gnome-bluetooth/&gnome-minor-20;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
    11   <!ENTITY gnome-bluetooth-md5sum        "0768931f17eaba8b05eddacf17204f60">
    12   <!ENTITY gnome-bluetooth-size          "604 KB">
    13   <!ENTITY gnome-bluetooth-buildsize     "15 MB">
    14   <!ENTITY gnome-bluetooth-time          "0.2 SBU">
     11  <!ENTITY gnome-bluetooth-md5sum        "200dff56da5a9ae2649aee38c0d7aac7">
     12  <!ENTITY gnome-bluetooth-size          "348 KB">
     13  <!ENTITY gnome-bluetooth-buildsize     "18 MB">
     14  <!ENTITY gnome-bluetooth-time          "less than 0.1 SBU">
    1515]>
    1616
  • gnome/platform/gnome-control-center.xml

    rb04efb5d rbf6bb90  
    66
    77  <!ENTITY gnome-control-center-download-http
    8            "&gnome-download-http;/gnome-control-center/&gnome-minor-24;/gnome-control-center-&gnome-control-center-version;.tar.xz">
     8           "&gnome-download-http;/gnome-control-center/&gnome-minor-26;/gnome-control-center-&gnome-control-center-version;.tar.xz">
    99  <!ENTITY gnome-control-center-download-ftp
    10            "&gnome-download-ftp;/gnome-control-center/&gnome-minor-24;/gnome-control-center-&gnome-control-center-version;.tar.xz">
    11   <!ENTITY gnome-control-center-md5sum        "ffd701b933158f6abce91b5643a5b54d">
    12   <!ENTITY gnome-control-center-size          "7.0 MB">
    13   <!ENTITY gnome-control-center-buildsize     "163 MB">
    14   <!ENTITY gnome-control-center-time          "3.1 SBU">
     10           "&gnome-download-ftp;/gnome-control-center/&gnome-minor-26;/gnome-control-center-&gnome-control-center-version;.tar.xz">
     11  <!ENTITY gnome-control-center-md5sum        "61a55cddc794f4020f93df1290792f0e">
     12  <!ENTITY gnome-control-center-size          "7.1 MB">
     13  <!ENTITY gnome-control-center-buildsize     "165 MB">
     14  <!ENTITY gnome-control-center-time          "2.9 SBU">
    1515]>
    1616
  • gnome/platform/gnome-session.xml

    rb04efb5d rbf6bb90  
    66
    77  <!ENTITY gnome-session-download-http
    8            "&gnome-download-http;/gnome-session/&gnome-minor-24;/gnome-session-&gnome-session-version;.tar.xz">
     8           "&gnome-download-http;/gnome-session/&gnome-minor-26;/gnome-session-&gnome-session-version;.tar.xz">
    99  <!ENTITY gnome-session-download-ftp
    10            "&gnome-download-ftp;/gnome-session/&gnome-minor-24;/gnome-session-&gnome-session-version;.tar.xz">
    11   <!ENTITY gnome-session-md5sum        "210ed46444e5b8da89d2963ec2f62e7e">
    12   <!ENTITY gnome-session-size          "764 KB">
     10           "&gnome-download-ftp;/gnome-session/&gnome-minor-26;/gnome-session-&gnome-session-version;.tar.xz">
     11  <!ENTITY gnome-session-md5sum        "4c108adbf6ebe25486d41a9bc8cc340c">
     12  <!ENTITY gnome-session-size          "772 KB">
    1313  <!ENTITY gnome-session-buildsize     "18 MB">
    1414  <!ENTITY gnome-session-time          "0.2 SBU">
  • gnome/platform/gnome-settings-daemon.xml

    rb04efb5d rbf6bb90  
    66
    77  <!ENTITY gnome-settings-daemon-download-http
    8            "&gnome-download-http;/gnome-settings-daemon/&gnome-minor-24;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
     8           "&gnome-download-http;/gnome-settings-daemon/&gnome-minor-26;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
    99  <!ENTITY gnome-settings-daemon-download-ftp
    10            "&gnome-download-ftp;/gnome-settings-daemon/&gnome-minor-24;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
    11   <!ENTITY gnome-settings-daemon-md5sum        "a40a634805d444a7d851aba4a897120f">
     10           "&gnome-download-ftp;/gnome-settings-daemon/&gnome-minor-26;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
     11  <!ENTITY gnome-settings-daemon-md5sum        "c214fe5e6166481cfabf8450756c51fe">
    1212  <!ENTITY gnome-settings-daemon-size          "1.6 MB">
    1313  <!ENTITY gnome-settings-daemon-buildsize     "53 MB">
    14   <!ENTITY gnome-settings-daemon-time          "0.8 SBU">
     14  <!ENTITY gnome-settings-daemon-time          "0.6 SBU">
    1515]>
    1616
  • gnome/platform/gnome-shell-extensions.xml

    rb04efb5d rbf6bb90  
    66
    77  <!ENTITY gnome-shell-extensions-download-http
    8            "&gnome-download-http;/gnome-shell-extensions/&gnome-minor-24;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
     8           "&gnome-download-http;/gnome-shell-extensions/&gnome-minor-26;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
    99  <!ENTITY gnome-shell-extensions-download-ftp
    10            "&gnome-download-ftp;/gnome-shell-extensions/&gnome-minor-24;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
    11   <!ENTITY gnome-shell-extensions-md5sum        "1421b0d1425495cb63a5c5f58bd5c352">
    12   <!ENTITY gnome-shell-extensions-size          "344 KB">
    13   <!ENTITY gnome-shell-extensions-buildsize     "4.0 MB">
     10           "&gnome-download-ftp;/gnome-shell-extensions/&gnome-minor-26;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
     11  <!ENTITY gnome-shell-extensions-md5sum        "35f66fbaa971d9d7f996a9071bd165e3">
     12  <!ENTITY gnome-shell-extensions-size          "348 KB">
     13  <!ENTITY gnome-shell-extensions-buildsize     "5.6 MB">
    1414  <!ENTITY gnome-shell-extensions-time          "less than 0.1 SBU">
    1515]>
  • gnome/platform/gnome-shell.xml

    rb04efb5d rbf6bb90  
    66
    77  <!ENTITY gnome-shell-download-http
    8            "&gnome-download-http;/gnome-shell/&gnome-minor-24;/gnome-shell-&gnome-shell-version;.tar.xz">
     8           "&gnome-download-http;/gnome-shell/&gnome-minor-26;/gnome-shell-&gnome-shell-version;.tar.xz">
    99  <!ENTITY gnome-shell-download-ftp
    10            "&gnome-download-ftp;/gnome-shell/&gnome-minor-24;/gnome-shell-&gnome-shell-version;.tar.xz">
    11   <!ENTITY gnome-shell-md5sum        "3cdd93df065ad1ad8d7a15a8ec9eafd0">
    12   <!ENTITY gnome-shell-size          "1.9 MB">
    13   <!ENTITY gnome-shell-buildsize     "89 MB">
    14   <!ENTITY gnome-shell-time          "1.4 SBU">
     10           "&gnome-download-ftp;/gnome-shell/&gnome-minor-26;/gnome-shell-&gnome-shell-version;.tar.xz">
     11  <!ENTITY gnome-shell-md5sum        "eee354999984c143a3eb60da8cf27ddf">
     12  <!ENTITY gnome-shell-size          "1.4 MB">
     13  <!ENTITY gnome-shell-buildsize     "63 MB">
     14  <!ENTITY gnome-shell-time          "0.2 SBU">
    1515]>
    1616
     
    124124    </para>
    125125
    126 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    127 make</userinput></screen>
     126<screen><userinput>mkdir build &amp;&amp;
     127cd build &amp;&amp;
     128meson --prefix=/usr .. &amp;&amp;
     129ninja</userinput></screen>
    128130
    129131    <para>
    130       This package does not come with a test suite.
     132      To test the results, issue: <command>ninja test</command>. You must be
     133      running an X session to run the tests.
    131134    </para>
    132135
     
    135138    </para>
    136139
    137 <screen role="root"><userinput>make install</userinput></screen>
    138 
    139   </sect2>
    140 
    141   <sect2 role="commands">
    142     <title>Command Explanations</title>
    143 
    144     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    145       href="../../xincludes/gtk-doc-rebuild.xml"/>
     140<screen role="root"><userinput>ninja install</userinput></screen>
    146141
    147142  </sect2>
  • gnome/platform/gnome-user-docs.xml

    rb04efb5d rbf6bb90  
    66
    77  <!ENTITY gnome-user-docs-download-http
    8            "&gnome-download-http;/gnome-user-docs/&gnome-minor-24;/gnome-user-docs-&gnome-user-docs-version;.tar.xz">
     8           "&gnome-download-http;/gnome-user-docs/&gnome-minor-26;/gnome-user-docs-&gnome-user-docs-version;.tar.xz">
    99  <!ENTITY gnome-user-docs-download-ftp
    10            "&gnome-download-ftp;/gnome-user-docs/&gnome-minor-24;/gnome-user-docs-&gnome-user-docs-version;.tar.xz">
    11   <!ENTITY gnome-user-docs-md5sum        "38931bd2b9102e48b8d6068a84f85be1">
     10           "&gnome-download-ftp;/gnome-user-docs/&gnome-minor-26;/gnome-user-docs-&gnome-user-docs-version;.tar.xz">
     11  <!ENTITY gnome-user-docs-md5sum        "feba73d9953b577bb7d23784dbb67315">
    1212  <!ENTITY gnome-user-docs-size          "14 MB">
    13   <!ENTITY gnome-user-docs-buildsize     "183 MB">
    14   <!ENTITY gnome-user-docs-time          "1.8 SBU">
     13  <!ENTITY gnome-user-docs-buildsize     "198 MB">
     14  <!ENTITY gnome-user-docs-time          "1.6 SBU">
    1515]>
    1616
  • gnome/platform/mutter.xml

    rb04efb5d rbf6bb90  
    55  %general-entities;
    66
    7   <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-minor-24;/mutter-&mutter-version;.tar.xz">
    8   <!ENTITY mutter-download-ftp  "&gnome-download-ftp;/mutter/&gnome-minor-24;/mutter-&mutter-version;.tar.xz">
    9   <!ENTITY mutter-md5sum        "939a2661a86e4910dc536cd15c0364cc">
    10   <!ENTITY mutter-size          "3.4 MB">
    11   <!ENTITY mutter-buildsize     "171 MB">
    12   <!ENTITY mutter-time          "3.4 SBU">
     7  <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-minor-26;/mutter-&mutter-version;.tar.xz">
     8  <!ENTITY mutter-download-ftp  "&gnome-download-ftp;/mutter/&gnome-minor-26;/mutter-&mutter-version;.tar.xz">
     9  <!ENTITY mutter-md5sum        "137724b82820db992d9df103959e20fc">
     10  <!ENTITY mutter-size          "3.5 MB">
     11  <!ENTITY mutter-buildsize     "214 MB">
     12  <!ENTITY mutter-time          "4.7 SBU">
    1313]>
    1414
  • gnome/platform/totem-pl-parser.xml

    rb04efb5d rbf6bb90  
    116116ninja</userinput></screen>
    117117
    118 <!-- This is not needed anymore as of at least 3.10.7.
    119     <para>
    120       If you wish to run the test suite, disable two tests which fail,
    121       by running:
    122     </para>
    123 
    124 <screen><userinput>sed -e '/g_test_add_func (\"\/parser\/parsability/d' \
    125     -e '/g_test_add_func (\"\/parser\/parsing\/xml_mixed_cdata/d' \
    126     -i plparse/tests/parser.c</userinput></screen>
    127 -->
    128 
    129118    <para>
    130119      To test the results, issue: <command>ninja test</command>.
  • gnome/platform/yelp.xml

    rb04efb5d rbf6bb90  
    55  %general-entities;
    66
    7   <!ENTITY yelp-download-http "&gnome-download-http;/yelp/&gnome-minor-22;/yelp-&yelp-version;.tar.xz">
    8   <!ENTITY yelp-download-ftp  "&gnome-download-ftp;/yelp/&gnome-minor-22;/yelp-&yelp-version;.tar.xz">
    9   <!ENTITY yelp-md5sum        "2195842c812b4bf3d9903e4e41cb5dd1">
    10   <!ENTITY yelp-size          "1.3 MB">
     7  <!ENTITY yelp-download-http "&gnome-download-http;/yelp/&gnome-minor-26;/yelp-&yelp-version;.tar.xz">
     8  <!ENTITY yelp-download-ftp  "&gnome-download-ftp;/yelp/&gnome-minor-26;/yelp-&yelp-version;.tar.xz">
     9  <!ENTITY yelp-md5sum        "7532e9d63bc9f970c1cda89537b0c305">
     10  <!ENTITY yelp-size          "1.4 MB">
    1111  <!ENTITY yelp-buildsize     "22 MB">
    1212  <!ENTITY yelp-time          "0.2 SBU">
  • introduction/welcome/changelog.xml

    rb04efb5d rbf6bb90  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[dj] - Update to yelp-3.26.0.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[dj] - Update to gnome-user-docs-3.26.1.1.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[dj] - Update to gdm-3.26.1.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[dj] - Update to gnome-session-3.26.1.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[dj] - Update to gnome-shell-extensions-3.26.1.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[dj] - Update to gnome-shell-3.26.1.</para>
     64        </listitem>
     65        <listitem>
     66          <para>[dj] - Update to mutter-3.26.1.</para>
     67        </listitem>
     68        <listitem>
     69          <para>[dj] - Update to gnome-settings-daemon-3.26.1.</para>
     70        </listitem>
     71        <listitem>
     72          <para>[dj] - Update to colord-1.4.1. Fixes
     73          <ulink url="&blfs-ticket-root;9597">#9597</ulink>.</para>
     74        </listitem>
     75        <listitem>
     76          <para>[dj] - Update to gnome-bluetooth-3.26.1.</para>
     77        </listitem>
     78        <listitem>
    4879          <para>[bdubbs] - Update to Class-Accessor-9.51 (Perl module). Fixes
    4980          <ulink url="&blfs-ticket-root;9922">#9922</ulink>.</para>
  • packages.ent

    rb04efb5d rbf6bb90  
    261261<!ENTITY autofs-version               "5.1.3">
    262262<!ENTITY bluez-version                "5.47">
    263 <!ENTITY colord-version               "1.3.5">
     263<!ENTITY colord-version               "1.4.1">
    264264<!ENTITY cpio-version                 "2.12">
    265265<!ENTITY cups-pk-helper-version       "0.2.6">
Note: See TracChangeset for help on using the changeset viewer.