Changeset c6d16d9a


Ignore:
Timestamp:
04/16/2024 09:10:28 PM (13 days ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
0e8c7f3
Parents:
d9c72a3 (diff), 1335df3 (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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libwacom.xml

    rd9c72a3 rc6d16d9a  
    77  <!ENTITY libwacom-download-http "https://github.com/linuxwacom/libwacom/releases/download/libwacom-&libwacom-version;/libwacom-&libwacom-version;.tar.xz">
    88  <!ENTITY libwacom-download-ftp  " ">
    9   <!ENTITY libwacom-md5sum        "9baf8fb0e486e225ef81b9becb46031b">
     9  <!ENTITY libwacom-md5sum        "fa489522c2b5f014360f44a3e38a30f8">
    1010  <!ENTITY libwacom-size          "116 KB">
    11   <!ENTITY libwacom-buildsize     "3.4 MB (with tests)">
     11  <!ENTITY libwacom-buildsize     "3.6 MB (with tests)">
    1212  <!ENTITY libwacom-time          "less than 0.1 SBU (with tests)">
    1313]>
  • introduction/welcome/changelog.xml

    rd9c72a3 rc6d16d9a  
    5353          <para>[bdubbs] - Update to boost-1.85.0. Fixes
    5454          <ulink url="&blfs-ticket-root;19660">#19660</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[ken] - Change details for KDE in tuning fontconfig
     58          and note much earlier that the settings for fontconfig may
     59          be ignored by applications and desktop environments. Fixes
     60          <ulink url="&blfs-ticket-root;19667">#19667</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[renodr] - Update to xf86-input-wacom-1.2.2. Fixes
     64          <ulink url="&blfs-ticket-root;19663">#19663</ulink>.</para>
     65        </listitem>
     66        <listitem>
     67          <para>[renodr] - Update to libwacom-2.11.0. Fixes
     68          <ulink url="&blfs-ticket-root;19661">#19661</ulink>.</para>
    5569        </listitem>
    5670        <listitem>
  • packages.ent

    rd9c72a3 rc6d16d9a  
    175175<!ENTITY libxmlb-version              "0.3.18">
    176176<!ENTITY libxslt-version              "1.1.39">
    177 <!ENTITY libwacom-version             "2.10.0">
     177<!ENTITY libwacom-version             "2.11.0">
    178178<!ENTITY libwpe-version               "1.14.2">
    179179<!ENTITY log4cplus-version            "2.1.1">
  • x/installing/tuning-fontconfig.xml

    rd9c72a3 rc6d16d9a  
    2828      details of how <application>Fontconfig</application> works. But there are
    2929      many things which can be altered if they do not suit your needs.
     30    </para>
     31
     32    <para>
     33      However, before spending a long time trying out different settings please
     34      be aware that modern applications and desktop environments may ignore the
     35      settings of fontconfig - see <xref
     36      linkend="items-which-can-override-fontconfig"/>.
    3037    </para>
    3138
     
    10601067    <para>
    10611068      <application>KDE Plasma</application>: The settings can be adjusted in
    1062       <application>System Settings</application> under Appearance -> Fonts. This
    1063       will create or modify <filename>~/.config/fontconfig/fonts.conf</filename>
    1064       although <filename>~/.config/fontconfig/fonts.conf</filename>, if
    1065       installed, can override that.
     1069      <application>System Settings</application> under Appearance -> Fonts or in
     1070      Edit -> Preferences of the individual application.
    10661071    </para>
    10671072
  • x/installing/x7driver-wacom.xml

    rd9c72a3 rc6d16d9a  
    55  %general-entities;
    66
    7   <!ENTITY xorg-wacom-driver-version "1.2.1">
     7  <!ENTITY xorg-wacom-driver-version "1.2.2">
    88
    99  <!ENTITY xorg-wacom-driver-download-http "https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-&xorg-wacom-driver-version;/xf86-input-wacom-&xorg-wacom-driver-version;.tar.bz2">
    1010  <!ENTITY xorg-wacom-driver-download-ftp  " ">
    11   <!ENTITY xorg-wacom-driver-md5sum        "cdaaaae86e8973df600546e5ee201d1d">
    12   <!ENTITY xorg-wacom-driver-size          "640 KB">
     11  <!ENTITY xorg-wacom-driver-md5sum        "bd72f813b094b79b450e50a95476977b">
     12  <!ENTITY xorg-wacom-driver-size          "636 KB">
    1313  <!ENTITY xorg-wacom-driver-buildsize     "8.1 MB (with tests)">
    1414  <!ENTITY xorg-wacom-driver-time          "0.1 SBU (with tests)">
  • xsoft/graphweb/falkon.xml

    rd9c72a3 rc6d16d9a  
    3838    </para>
    3939
    40     <warning>
    41       <para>
    42         Falkon relies on QtWebEngine. That uses a forked copy of chromium, and
    43         is therefore vulnerable to many issues found there. The Qt developers
    44         have always preferred to make releases at the same time as the rest of Qt
    45         (rather than adding emergency fixes). Now that they are keen to move to
    46         Qt6, the 5.15.3 and later Qt-5.15 releases are initially only available
    47         to paying customers. QtWebEngine is something of an exception because of
    48         its LGPL licence, but getting the git sources (with the forked chromium
    49         submodule) to a point where they will successfully build on a current
    50         BLFS system can take a lot of effort. Be aware that future fixes for
    51         vulnerabilities might be very delayed, to the extent that you might wish
    52         to consider using a different browser.
    53       </para>
    54     </warning>
     40    <para>
     41      Falkon relies on QtWebEngine. Please read the warning on that page.
     42    </para>
    5543
    5644    &lfs121_checked;
Note: See TracChangeset for help on using the changeset viewer.