Changeset 885bcd41


Ignore:
Timestamp:
02/13/2022 11:42:44 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
831c4508
Parents:
8e305cf
Message:

Package update and a few tweaks:

Update to WebKitGTK-2.34.5

Fix an issue in gnome-shell-extensions (window-list) that causes icons
to be blank on the taskbar when the window-list extension is enabled.

Fix the manpages in OpenLDAP to usr /sbin instead of /usr/libexec.

Fix runtime issues in gnome-control-center caused by an invalid systemd
unit for AccountsService.

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/accountsservice.xml

    r8e305cf r885bcd41  
    103103  <sect2 role="installation">
    104104    <title>Installation of AccountsService</title>
    105 <!-- Fixed in version 22.04.62
    106     <para>
    107       First, fix building with recent versions of
    108       <application>meson</application>:
    109     </para>
    110 
    111 <screen><userinput>sed -i '/  policy,/d' data/meson.build</userinput></screen>
    112 -->
     105
     106    <para revision="systemd">
     107      First, fix an issue in the systemd unit that causes runtime issues:
     108      <!-- causes errors when trying to change the user's icon in g-c-c -->
     109    </para>
     110
     111<screen revision="systemd"><userinput remap="pre">sed -i '/PrivateTmp/d' data/accounts-daemon.service.in</userinput></screen>
     112
    113113    <para>
    114114      Install <application>AccountsService</application> by running the following
  • gnome/platform/gnome-shell-extensions.xml

    r8e305cf r885bcd41  
    7373    </itemizedlist>
    7474
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>
     79          Required patch:
     80          <ulink url="&patch-root;/gnome-shell-extensions-&gnome-shell-extensions-version;-upstream_fix-1.patch"/>
     81        </para>
     82      </listitem>
     83    </itemizedlist>
     84
    7585    <bridgehead renderas="sect3">GNOME Shell Extensions Dependencies</bridgehead>
    7686
     
    93103    <title>Installation of GNOME Shell Extensions</title>
    94104
    95     <!-- https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/302
    96     <warning>
    97       <para>
    98         If you have the windowsNavigator extension enabled and you are upgrading
    99         from a previous version of GNOME, disable it before continuing.
    100         This extension is known to cause the Overview menu to lockup after
    101         an application is opened.
    102       </para>
    103     </warning>
    104     -->
     105    <para>
     106      First, fix an issue in the window-list extension that causes icons to not
     107      be displayed at the bottom for open applications:
     108    </para>
     109
     110<screen><userinput remap="pre">patch -Np1 -i ../gnome-shell-extensions-&gnome-shell-extensions-version;-upstream_fix-1.patch</userinput></screen>
    105111
    106112    <para>
  • introduction/welcome/changelog.xml

    r8e305cf r885bcd41  
    4545      <para>February 13th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to webkitgtk-2.34.5 (Security Update). Fixes
     49          <ulink url="&blfs-ticket-root;16014">#16014</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Fix an issue in gnome-shell-extensions that prevents
     53          icons from being displayed properly on the taskbar when window-list
     54          is enabled.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[renodr] - Fix the man pages in OpenLDAP to use /sbin instead
     58          of /usr/libexec.</para>
     59        </listitem>
     60        <listitem revision="systemd">
     61          <para>[renodr] - Fix runtime issues in gnome-control-center caused by
     62          an invalid configuration of the systemd unit in AccountsService.</para>
     63        </listitem>
    4764        <listitem>
    4865          <para>[renodr] - Adjust MANPATH in rustc to allow rustc's man pages
  • packages.ent

    r8e305cf r885bcd41  
    786786<!ENTITY startup-notification-version "0.12">
    787787<!ENTITY tepl-version                 "6.00.0">
    788 <!ENTITY webkitgtk-version            "2.34.3">    <!-- Even minors only -->
     788<!ENTITY webkitgtk-version            "2.34.5">    <!-- Even minors only -->
    789789
    790790<!ENTITY gtk2-libdir                  "2.0/2.10.0">
  • server/other/openldap.xml

    r8e305cf r885bcd41  
    7575        <para>
    7676          Required patch:
    77           <ulink url="&patch-root;/openldap-&openldap-version;-consolidated-1.patch"/>
     77          <ulink url="&patch-root;/openldap-&openldap-version;-consolidated-2.patch"/>
    7878        </para>
    7979      </listitem>
     
    116116      </para>
    117117
    118 <screen role="nodump"><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &amp;&amp;
     118<screen role="nodump"><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-2.patch &amp;&amp;
    119119autoconf &amp;&amp;
    120120
     
    155155    </para>
    156156
    157 <screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &amp;&amp;
     157<screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-2.patch &amp;&amp;
    158158autoconf &amp;&amp;
    159159
  • x/lib/webkitgtk.xml

    r8e305cf r885bcd41  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "de30c41fb57b2b024417669c22914752">
    10   <!ENTITY webkitgtk-size          "24 MB">
     9  <!ENTITY webkitgtk-md5sum        "2d135a21e89f273072e90950b09b10c3">
     10  <!ENTITY webkitgtk-size          "23 MB">
    1111  <!ENTITY webkitgtk-buildsize     "934 MB (130 MB installed)">
    12   <!ENTITY webkitgtk-time          "38 SBU (using parallelism=4, estimated 107 SBU using one core)">
     12  <!ENTITY webkitgtk-time          "30 SBU (using parallelism=4, estimated 107 SBU using one core)">
    1313]>
    1414
     
    9494      <xref linkend="gtk3"/>,
    9595      <xref linkend="icu"/>,
     96      <xref linkend="lcms2"/>,
    9697      <xref linkend="libgudev"/>,
    9798      <xref linkend="libsecret"/>,
     
    191192    </para>
    192193
     194<!-- Since we're using Ninja now instead of autotools, this isn't valid anymore
    193195    <note><para>
    194196      When installing, the Makefile does some additional compiling and linking.
     
    198200      install process.
    199201    </para></note>
     202-->
    200203
    201204    <para>
     
    221224
    222225    <para>
    223       <parameter>-DUSE_LIBHYPHEN=OFF</parameter>: This switch disables
     226      <parameter>-DUSE_LIBHYPHEN=OFF</parameter>: This switch disables the
    224227      default automatic hyphenation implementation. You need to install
    225228      <ulink
    226       url="https://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
     229      url="https://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>
    227230      if you wish to enable it (replacing OFF with ON or just removing
    228231      the switch).
Note: See TracChangeset for help on using the changeset viewer.