Changeset ee5db05


Ignore:
Timestamp:
05/06/2021 06:45:36 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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:
0dbcba9, f3e509d
Parents:
55dd726 (diff), 6679bb0 (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:
9 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cbindgen.xml

    r55dd726 ree5db05  
    77  <!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz">
    88  <!ENTITY cbindgen-download-ftp  " ">
    9   <!ENTITY cbindgen-md5sum        "9eb3e5c1c3adda2a8f1e3eee8d9700e3">
    10   <!ENTITY cbindgen-size          "188 KB">
     9  <!ENTITY cbindgen-md5sum        "b707b093702d4f1995f9a97f44ed081d">
     10  <!ENTITY cbindgen-size          "192 KB">
    1111  <!ENTITY cbindgen-buildsize     "123 MB (add 533 MB for tests)">
    1212  <!ENTITY cbindgen-time          "0.6 SBU (add 0.4 SBU for tests), both on a 4-core machine">
  • gnome.ent

    r55dd726 ree5db05  
    8181<!ENTITY evince-version                    "40.1">
    8282<!ENTITY evolution-version                 "3.40.0">
    83 <!ENTITY file-roller-version               "3.38.0">
     83<!ENTITY file-roller-version               "3.40.0">
    8484<!-- gedit moved to Editors, so it's now in packages.ent -->
    8585<!ENTITY gnome-calculator-version          "40.0">
     
    9797<!ENTITY gucharmap-version                 "12.0.1">
    9898<!-- nm-applet moved to Networking Utilities, so it's now in packages.ent -->
    99 <!ENTITY seahorse-version                  "3.38.1">
     99<!ENTITY seahorse-version                  "40.0">
    100100<!ENTITY vinagre-version                   "3.22.0">
    101101<!--<!ENTITY vino-version                      "3.22.0">-->
  • gnome/applications/file-roller.xml

    r55dd726 ree5db05  
    66
    77  <!ENTITY file-roller-download-http
    8            "&gnome-download-http;/file-roller/&gnome-minor-38;/file-roller-&file-roller-version;.tar.xz">
     8           "&gnome-download-http;/file-roller/&gnome-minor-40;/file-roller-&file-roller-version;.tar.xz">
    99  <!ENTITY file-roller-download-ftp
    10            "&gnome-download-ftp;/file-roller/&gnome-minor-38;/file-roller-&file-roller-version;.tar.xz">
    11   <!ENTITY file-roller-md5sum        "41ee373818d577659980dcdaf57b772a">
    12   <!ENTITY file-roller-size          "860 KB">
     10           "&gnome-download-ftp;/file-roller/&gnome-minor-40;/file-roller-&file-roller-version;.tar.xz">
     11  <!ENTITY file-roller-md5sum        "b38c3eaea9aba5f44d2701fa23a7a0ff">
     12  <!ENTITY file-roller-size          "856 KB">
    1313  <!ENTITY file-roller-buildsize     "25 MB">
    1414  <!ENTITY file-roller-time          "0.1 SBU (Using parallelism=4)">
  • gnome/applications/seahorse.xml

    r55dd726 ree5db05  
    66
    77  <!ENTITY seahorse-download-http
    8            "&gnome-download-http;/seahorse/&gnome-minor-38;/seahorse-&seahorse-version;.tar.xz">
     8           "&gnome-download-http;/seahorse/&gnome-40;/seahorse-&seahorse-version;.tar.xz">
    99  <!ENTITY seahorse-download-ftp
    10            "&gnome-download-ftp;/seahorse/&gnome-minor-38;/seahorse-&seahorse-version;.tar.xz">
    11   <!ENTITY seahorse-md5sum        "e9d710e7c0282e6680869f48bf0a71d2">
    12   <!ENTITY seahorse-size          "1.6 MB">
     10           "&gnome-download-ftp;/seahorse/&gnome-40;/seahorse-&seahorse-version;.tar.xz">
     11  <!ENTITY seahorse-md5sum        "c6c11d77e64c4efc31f02c7127327be8">
     12  <!ENTITY seahorse-size          "1.3 MB">
    1313  <!ENTITY seahorse-buildsize     "58 MB">
    1414  <!ENTITY seahorse-time          "0.4 SBU">
     
    148148      <para>
    149149        <option>-Dldap-support=false</option>: Add this switch if you have not
    150         installed openldap.
     150        installed openldap. Note that you will have to use the following 'sed'
     151        command to fix the build:
     152        sed -i "448 s/g_list/if (ssrc) &amp;/" pgp/seahorse-pgp-backend.c
    151153      </para>
    152154
  • introduction/welcome/changelog.xml

    r55dd726 ree5db05  
    6767         <para>[bdubbs] - Update to jasper-2.0.32. Fixes
    6868         <ulink url="&blfs-ticket-root;14921">#14921</ulink>.</para>
     69       </listitem>
     70       <listitem>
     71         <para>[renodr] - Update to cbindgen-0.19.0. Fixes
     72         <ulink url="&blfs-ticket-root;14885">#14885</ulink>.</para>
     73       </listitem>
     74       <listitem>
     75         <para>[renodr] - Update to postfix-3.6.0. Fixes
     76         <ulink url="&blfs-ticket-root;14892">#14892</ulink>.</para>
     77       </listitem>
     78       <listitem>
     79         <para>[renodr] - Update to gdk-pixbuf-2.42.6. Fixes
     80         <ulink url="&blfs-ticket-root;14893">#14893</ulink>.</para>
     81       </listitem>
     82       <listitem>
     83         <para>[renodr] - Update to file-roller-3.40.0. Fixes
     84         <ulink url="&blfs-ticket-root;14894">#14894</ulink>.</para>
     85       </listitem>
     86       <listitem>
     87         <para>[renodr] - Update to seahorse-40.0. Fixes
     88         <ulink url="&blfs-ticket-root;14895">#14895</ulink>.</para>
    6989       </listitem>
    7090       <listitem>
  • packages.ent

    r55dd726 ree5db05  
    331331<!ENTITY autoconf213-version          "2.13">
    332332<!ENTITY bazaar-version               "2.5.1">
    333 <!ENTITY cbindgen-version             "0.18.0">
     333<!ENTITY cbindgen-version             "0.19.0">
    334334<!ENTITY check-version                "0.12.0">
    335335<!ENTITY clisp-version                "2.49">
     
    668668
    669669<!ENTITY exim-version                 "4.94.2">
    670 <!ENTITY postfix-version              "3.5.9">
     670<!ENTITY postfix-version              "3.6.0">
    671671<!ENTITY sendmail-version             "8.16.1">
    672672
     
    735735<!ENTITY fltk-version                 "1.3.5">
    736736<!ENTITY freeglut-version             "3.2.1">
    737 <!ENTITY gdk-pixbuf-version           "2.42.4">
     737<!ENTITY gdk-pixbuf-version           "2.42.6">
    738738<!ENTITY gdk-pixbuf-xlib-version      "2.40.2">
    739739<!ENTITY gdl-version                  "3.34.0">
  • server/mail/postfix.xml

    r55dd726 ree5db05  
    77  <!ENTITY postfix-download-http " ">
    88  <!ENTITY postfix-download-ftp  "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
    9   <!ENTITY postfix-md5sum        "a4d1b2df03a500cf8f9759d5fca1c1f6">
    10   <!ENTITY postfix-size          "4.4 MB">
    11   <!ENTITY postfix-buildsize     "220 MB">
     9  <!ENTITY postfix-md5sum        "75cfd03f0cf4c35876d630d2a04bd6f4">
     10  <!ENTITY postfix-size          "4.5 MB">
     11  <!ENTITY postfix-buildsize     "224 MB">
    1212  <!ENTITY postfix-time          "0.2 SBU (Using parallelism=4)">
    1313]>
     
    364364        Create (or append to an existing) <filename>/etc/aliases</filename>
    365365        with the following command. Change
    366         <replaceable>&lt;LOGIN&gt;</replaceable> for your non-root login
     366        <replaceable>&lt;LOGIN&gt;</replaceable> to your non-root login
    367367        identity so mail addressed to
    368368        <systemitem class="username">root</systemitem> can be forwarded to you.
  • x/installing/tuning-fontconfig.xml

    r55dd726 ree5db05  
    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/lib/gdk-pixbuf.xml

    r55dd726 ree5db05  
    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.