Changeset 0dbcba9 for x


Ignore:
Timestamp:
05/06/2021 08:19:12 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
43d94d8
Parents:
685b8672 (diff), ee5db05 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Pick up changes which happened while I was preparing qtwebengine.

Location:
x
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • x/icons/adwaita-icon-theme.xml

    r685b8672 r0dbcba9  
    99  <!ENTITY adwaita-icon-theme-download-ftp
    1010   "&gnome-download-ftp;/adwaita-icon-theme/&gnome-minor-38;/adwaita-icon-theme-&adwaita-icon-theme-version;.tar.xz">
    11   <!ENTITY adwaita-icon-theme-md5sum        "b3c1d078ba20f179e0cddfc3453db6ee">
     11  <!ENTITY adwaita-icon-theme-md5sum        "cff9e78291161e3f59d12803adcfc34f">
    1212  <!ENTITY adwaita-icon-theme-size          "16 MB">
    13   <!ENTITY adwaita-icon-theme-buildsize     "133 MB">
    14   <!ENTITY adwaita-icon-theme-time          "0.6 SBU">
     13  <!ENTITY adwaita-icon-theme-buildsize     "91 MB">
     14  <!ENTITY adwaita-icon-theme-time          "0.5 SBU (Using parallelism=4)">
    1515]>
    1616
  • x/installing/tuning-fontconfig.xml

    r685b8672 r0dbcba9  
    329329    <para>
    330330      For more examples see the blfs-support thread which started at <ulink
    331       url="http://lists.linuxfromscratch.org/pipermail/blfs-support/2016-September/078422.html">/2016-September/078422</ulink>,
     331      url="https://lists.linuxfromscratch.org/sympa/arc/blfs-support/2016-09/msg00128.html">2016-09/00128</ulink>,
    332332      particularly <ulink
    333       url="http://lists.linuxfromscratch.org/pipermail/blfs-support/2016-September/078425.html">2016-September/078425</ulink>,
     333      url="https://lists.linuxfromscratch.org/sympa/arc/blfs-support/2016-09/msg00137.html">2016-09/00137</ulink>,
    334334      and the original poster's preferred solution at <ulink
    335       url="http://lists.linuxfromscratch.org/pipermail/blfs-support/2016-November/078658.html">2016-November/078658</ulink>.
     335      url="https://lists.linuxfromscratch.org/sympa/arc/blfs-support/2016-09/msg00147.html">2016-09/00147</ulink>.
    336336      There are other examples in <xref linkend="arch-fontconfig"/> and <xref
    337337      linkend="gentoo-fontconfig"/>.
  • x/installing/x7driver-libinput.xml

    r685b8672 r0dbcba9  
    55  %general-entities;
    66
    7   <!ENTITY xorg-libinput-driver-version "1.0.0">
     7  <!ENTITY xorg-libinput-driver-version "1.0.1">
    88
    99  <!ENTITY xorg-libinput-driver-download-http "&xorg-download-http;/driver/xf86-input-libinput-&xorg-libinput-driver-version;.tar.bz2">
    1010  <!ENTITY xorg-libinput-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-input-libinput-&xorg-libinput-driver-version;.tar.bz2">
    11   <!ENTITY xorg-libinput-driver-md5sum        "d548bf7dbf10854a417e369445b1d82a">
    12   <!ENTITY xorg-libinput-driver-size          "370 KB">
     11  <!ENTITY xorg-libinput-driver-md5sum        "cc30d31f0ffd2653dd727aedd4372984">
     12  <!ENTITY xorg-libinput-driver-size          "372 KB">
    1313  <!ENTITY xorg-libinput-driver-buildsize     "3.6 MB (with tests)">
    1414  <!ENTITY xorg-libinput-driver-time          "less than 0.1 SBU (with tests)">
  • x/lib/gdk-pixbuf.xml

    r685b8672 r0dbcba9  
    99  <!ENTITY gdk-pixbuf-download-ftp
    1010           "&gnome-download-ftp;/gdk-pixbuf/2.42/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
    11   <!ENTITY gdk-pixbuf-md5sum        "628e4767d1636a06dea5b0fa4838f723">
    12   <!ENTITY gdk-pixbuf-size          "7.2 MB">
    13   <!ENTITY gdk-pixbuf-buildsize     "70 MB (with tests)">
     11  <!ENTITY gdk-pixbuf-md5sum        "7cd2fdaa3c55e2302316fe36968f7425">
     12  <!ENTITY gdk-pixbuf-size          "7.4 MB">
     13  <!ENTITY gdk-pixbuf-buildsize     "71 MB (with tests)">
    1414  <!ENTITY gdk-pixbuf-time          "0.2 SBU (Using parallelism=4; with tests)">
    1515]>
     
    101101    <para role="optional">
    102102       <!--<xref linkend="jasper"/> and-->
    103       <xref linkend="gtk-doc"/>
     103      <xref linkend="gtk-doc"/> and
     104      <ulink url="https://gitlab.gnome.org/ebassi/gi-docgen">gi-docgen</ulink>
    104105    </para>
    105106
     
    120121cd build &amp;&amp;
    121122
    122 meson --prefix=/usr .. &amp;&amp;
     123meson --prefix=/usr -Dgtk_doc=false .. &amp;&amp;
    123124ninja</userinput></screen>
    124125
     
    153154      <application>GTK-Doc</application> is installed and you wish to rebuild
    154155      and install the API documentation.
     156      <!-- -Dgtk_doc is set to "yield=true" in meson_options.txt -->
    155157    </para>
    156158<!-- Removed in 2.42.0
Note: See TracChangeset for help on using the changeset viewer.