Changeset f853c30e for x


Ignore:
Timestamp:
11/04/2020 04:18:17 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c466b88
Parents:
1a742391
Message:

Update to php-7.4.12
Update to Wireshark-3.4.0
Update to libreoffice-7.0.3.1 (including fixes for system ICU)
Update to icewm-1.9.0
Update to libhandy-1.0.1
Update to pipewire-0.3.15
Update to gdm-3.38.2

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

Location:
x
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/libhandy1.xml

    r1a742391 rf853c30e  
    77  <!ENTITY libhandy1-download-http "&gnome-download-http;/libhandy/1.0/libhandy-&libhandy1-version;.tar.xz">
    88  <!ENTITY libhandy1-download-ftp  "&gnome-download-ftp;/libhandy/1.0/libhandy-&libhandy1-version;.tar.xz">
    9   <!ENTITY libhandy1-md5sum        "3cdc0b2274b41770ad4758e612f4c16d">
    10   <!ENTITY libhandy1-size          "372 KB">
     9  <!ENTITY libhandy1-md5sum        "651afd7928c2f09949a07e271cea5be4">
     10  <!ENTITY libhandy1-size          "380 KB">
    1111  <!ENTITY libhandy1-buildsize     "20 MB (with tests)">
    1212  <!ENTITY libhandy1-time          "0.3 SBU (with tests)">
     
    9898
    9999    <para>
     100      First, cause a regression discovered upstream:
     101    </para>
     102
     103    <!-- Xi fixed this at https://gitlab.gnome.org/GNOME/libhandy/-/merge_requests/635 -->
     104
     105<screen><userinput remap="pre">sed -i 's/"opacity", 0/"opacity", 0.0/' src/hdy-combo-row.c</userinput></screen>
     106
     107    <para>
    100108      Install <application>libhandy</application> by running the following
    101109      commands:
  • x/wm/icewm.xml

    r1a742391 rf853c30e  
    77  <!ENTITY icewm-download-http "https://github.com/ice-wm/icewm/archive/&icewm-version;/icewm-&icewm-version;.tar.gz">
    88  <!ENTITY icewm-download-ftp  " ">
    9   <!ENTITY icewm-md5sum        "8eceb6adf45b82feb7f3906035c04a49">
     9  <!ENTITY icewm-md5sum        "cce4da549e434122e2f49560204a6add">
    1010  <!ENTITY icewm-size          "2.1 MB">
    11   <!ENTITY icewm-buildsize     "46 MB">
     11  <!ENTITY icewm-buildsize     "53 MB">
    1212  <!ENTITY icewm-time          "0.2 SBU (Using parallelixm=4)">
    1313]>
     
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       <xref linkend="x-window-system"/> and
     77      <xref linkend="cmake"/>,
     78      <xref linkend="x-window-system"/>, and
    7879      <xref linkend="gdk-pixbuf"/>
    7980    </para>
     
    8384      <xref linkend="fribidi"/> (for languages written right to left),
    8485      <xref linkend="librsvg"/>,
    85       <xref linkend="libsndfile"/> and
     86      <xref linkend="libao"/>,
     87      <xref linkend="libsndfile"/>, and
    8688      <xref linkend="alsa-lib"/> (for the experimental icesound program)
    8789    </para>
     
    356358
    357359      <seglistitem>
    358         <seg>icehelp, icesh, icesound, icewm, icewm-menu-fdo, icewm-session,
    359         icewm-set-gnomewm, icewmbg, icewmhint, icewmtray</seg>
     360        <seg>icehelp, icesh, icesound, icewm, icewm-menu-fdo, icewm-menu-xrandr,
     361        icewm-session, icewm-set-gnomewm, icewmbg, and icewmhint
     362        <!--icewmtray--></seg>
    360363        <seg>None</seg>
    361364        <seg>/usr/share/doc/icewm-&icewm-version;, /usr/share/icewm and ~/.icewm</seg>
     
    431434      </varlistentry>
    432435
     436      <varlistentry id="icewm-menu-xrandr">
     437        <term><command>icewm-menu-xrandr</command></term>
     438        <listitem>
     439          <para>
     440            is a helper program used to manage multi-screen configurations.
     441          </para>
     442          <indexterm zone="icewm icewm-menu-xrandr">
     443            <primary sortas="b-icewm-menu-xrandr">icewm-menu-xrandr</primary>
     444          </indexterm>
     445        </listitem>
     446      </varlistentry>
     447
    433448      <varlistentry id="icewm-session">
    434449        <term><command>icewm-session</command></term>
Note: See TracChangeset for help on using the changeset viewer.