Changeset 7f142f7


Ignore:
Timestamp:
08/12/2021 06:32:52 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
62c6ab79
Parents:
2c96c50
git-author:
Douglas R. Reno <renodr@…> (08/12/2021 06:32:13 PM)
git-committer:
Douglas R. Reno <renodr@…> (08/12/2021 06:32:52 PM)
Message:

Package updates:

Update to pango-1.48.8
Update to gjs-1.68.2
Update to fetchmail-6.4.21
Update to gnome-autoar-0.4.0
Update to enchant-2.3.1

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/enchant.xml

    r2c96c50 r7f142f7  
    77  <!ENTITY enchant-download-http "https://github.com/AbiWord/enchant/releases/download/v&enchant-version;/enchant-&enchant-version;.tar.gz">
    88  <!ENTITY enchant-download-ftp  " ">
    9   <!ENTITY enchant-md5sum        "212fc58ce26a983caed599a9a5d36d0e">
    10   <!ENTITY enchant-size          "964 KB">
    11   <!ENTITY enchant-buildsize     "7.4 MB (add 100 MB for tests)">
     9  <!ENTITY enchant-md5sum        "0b9b60da3bf595ff07547c40668a7373">
     10  <!ENTITY enchant-size          "968 KB">
     11  <!ENTITY enchant-buildsize     "7.3 MB (add 100 MB for tests)">
    1212  <!ENTITY enchant-time          "0.2 SBU (add 0.5 SBU for tests)">
    1313]>
  • gnome.ent

    r2c96c50 r7f142f7  
    2626<!ENTITY GConf-version                     "3.2.6">
    2727<!ENTITY geocode-glib-version              "3.26.2">
    28 <!ENTITY gjs-version                       "1.68.1">
    29 <!ENTITY gnome-autoar-version              "0.3.3">
     28<!ENTITY gjs-version                       "1.68.2">
     29<!ENTITY gnome-autoar-version              "0.4.0">
    3030<!ENTITY gnome-desktop-version             "40.3">
    3131<!ENTITY gnome-menus-version               "3.36.0">
  • gnome/platform/gjs.xml

    r2c96c50 r7f142f7  
    77  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.68/gjs-&gjs-version;.tar.xz">
    88  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.68/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "2e41aeb154d62baab4a16a5042e09977">
     9  <!ENTITY gjs-md5sum        "251a43e87032b49983e9e488e4c410e8">
    1010  <!ENTITY gjs-size          "548 KB">
    11   <!ENTITY gjs-buildsize     "66 MB (with tests)">
     11  <!ENTITY gjs-buildsize     "27 MB (with tests)">
    1212  <!ENTITY gjs-time          "0.8 SBU (with tests)">
    1313]>
     
    131131      To test the results, issue: <command>ninja test</command>. The
    132132      <application>GTK</application> and <application>Cairo</application>
    133       tests will fail if not running in an Xorg session. <!--Additionally, four
    134       tests are currently known to fail:
    135       <filename>gjs:C / API tests</filename>,
    136       <filename>gjs:JS / GIMarshalling</filename>,
    137       <filename>gjs:JS / Regress</filename>, and
    138       <filename>gjs:JS / Gtk3</filename>.-->
     133      tests will fail if not running in an Xorg session. The
     134      <filename>gjs:JS / Gtk4</filename> test is known to exit with an ERROR
     135      on some systems.
    139136    </para>
    140137
  • gnome/platform/gnome-autoar.xml

    r2c96c50 r7f142f7  
    55  %general-entities;
    66
    7   <!ENTITY gnome-autoar-download-http "&gnome-download-http;/gnome-autoar/0.3/gnome-autoar-&gnome-autoar-version;.tar.xz">
    8   <!ENTITY gnome-autoar-download-ftp  "&gnome-download-ftp;/gnome-autoar/0.3/gnome-autoar-&gnome-autoar-version;.tar.xz">
    9   <!ENTITY gnome-autoar-md5sum        "5c3af53d0ceb077e1588788f491b0b78">
    10   <!ENTITY gnome-autoar-size          "292 KB">
    11   <!ENTITY gnome-autoar-buildsize     "5.1 MB">
    12   <!ENTITY gnome-autoar-time          "0.1 SBU">
     7  <!ENTITY gnome-autoar-download-http "&gnome-download-http;/gnome-autoar/0.4/gnome-autoar-&gnome-autoar-version;.tar.xz">
     8  <!ENTITY gnome-autoar-download-ftp  "&gnome-download-ftp;/gnome-autoar/0.4/gnome-autoar-&gnome-autoar-version;.tar.xz">
     9  <!ENTITY gnome-autoar-md5sum        "bef689989c88e3f0712dd4cf1edeac8c">
     10  <!ENTITY gnome-autoar-size          "52 KB">
     11  <!ENTITY gnome-autoar-buildsize     "2.8 MB">
     12  <!ENTITY gnome-autoar-time          "less than 0.1 SBU">
    1313]>
    1414
     
    101101    </para>
    102102
    103 <screen><userinput>./configure --prefix=/usr    \
    104             --disable-debug  \
    105             --disable-static &amp;&amp;
    106 make</userinput></screen>
    107 
    108     <para>
    109       This package does not come with a test suite.
     103<screen><userinput>mkdir build &amp;&amp;
     104cd    build &amp;&amp;
     105
     106meson --prefix=/usr --buildtype=release -Dvapi=true -Dtests=true &amp;&amp;
     107ninja</userinput></screen>
     108
     109    <para>
     110       To test the results, issue: <command>ninja test</command>
    110111    </para>
    111112
     
    114115    </para>
    115116
    116 <screen role="root"><userinput>make install</userinput></screen>
     117<screen role="root"><userinput>ninja install</userinput></screen>
    117118
    118119  </sect2>
     
    121122    <title>Command Explanations</title>
    122123
    123     <para>
    124       <parameter>--disable-debug</parameter>: Disable the debug mode,
     124    <!--
     125    <para>
     126      <parameter>- -disable-debug</parameter>: Disable the debug mode,
    125127      in which this package would be built with <option>-O0 -g</option>.
    126128    </para>
    127 
     129    -->
     130
     131    <!--
    128132    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    129133      href="../../xincludes/static-libraries.xml"/>
     
    131135    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    132136    href="../../xincludes/gtk-doc-rebuild.xml"/>
     137    -->
     138
     139    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     140    href="../../xincludes/meson-buildtype-release.xml"/>
     141
     142    <para>
     143      <option>-Dgtk_doc=true</option>: Use this parameter if GTK-Doc is
     144      installed and you wish to rebuild and install the API documentation.
     145    </para>
    133146
    134147  </sect2>
  • introduction/welcome/changelog.xml

    r2c96c50 r7f142f7  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>August 12th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to pango-1.48.8. Fixes
     49          <ulink url="&blfs-ticket-root;15384">#15384</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to enchant-2.3.1. Fixes
     53          <ulink url="&blfs-ticket-root;15376">#15376</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to gnome-autoar-0.4.0. Fixes
     57          <ulink url="&blfs-ticket-root;15375">#15375</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[renodr] - Update to fetchmail-6.4.21. Fixes
     61          <ulink url="&blfs-ticket-root;15370">#15370</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[renodr] - Update to gjs-1.68.2. Fixes
     65          <ulink url="&blfs-ticket-root;15363">#15363</ulink>.</para>
     66        </listitem>
     67      </itemizedlist>
     68    </listitem>
     69
    4470    <listitem>
    4571      <para>August 11th, 2021</para>
  • networking/mailnews/fetchmail.xml

    r2c96c50 r7f142f7  
    77  <!ENTITY fetchmail-download-http "&sourceforge-dl;/fetchmail/fetchmail-&fetchmail-version;.tar.xz">
    88  <!ENTITY fetchmail-download-ftp  " ">
    9   <!ENTITY fetchmail-md5sum        "01f1e16772933fc4833e7cf4f42284ba">
     9  <!ENTITY fetchmail-md5sum        "091dcd5462f205dbc0597e7ad73d3e15">
    1010  <!ENTITY fetchmail-size          "1.3 MB">
    11   <!ENTITY fetchmail-buildsize     "17 MB including tests">
     11  <!ENTITY fetchmail-buildsize     "16 MB including tests">
    1212  <!ENTITY fetchmail-time          "0.1 SBU including tests">
    1313]>
  • packages.ent

    r2c96c50 r7f142f7  
    9090<!ENTITY dbus-glib-version            "0.112">
    9191<!ENTITY double-conversion-version    "3.1.5">
    92 <!ENTITY enchant-version              "2.3.0">
     92<!ENTITY enchant-version              "2.3.1">
    9393<!ENTITY exempi-version               "2.5.2">
    9494<!ENTITY expat-version                "2.1.0">
     
    655655<!ENTITY mailx-version                "12.5">
    656656<!ENTITY procmail-version             "3.22">
    657 <!ENTITY fetchmail-version            "6.4.20">
     657<!ENTITY fetchmail-version            "6.4.21">
    658658<!ENTITY mutt-version                 "2.1.1">
    659659<!ENTITY alpine-version               "2.21">
     
    765765<!ENTITY libnotify-version            "0.7.9">
    766766<!ENTITY libxklavier-version          "5.4">
    767 <!ENTITY pango-version                "1.48.7">
     767<!ENTITY pango-version                "1.48.8">
    768768<!ENTITY pangomm-version              "2.46.1">
    769769<!ENTITY qt5-version                  "5.15.2">
  • x/lib/pango.xml

    r2c96c50 r7f142f7  
    77  <!ENTITY pango-download-http "&gnome-download-http;/pango/1.48/pango-&pango-version;.tar.xz">
    88  <!ENTITY pango-download-ftp  "&gnome-download-ftp;/pango/1.48/pango-&pango-version;.tar.xz">
    9   <!ENTITY pango-md5sum        "01b2902c42313032784e1d1f99b0d9be">
     9  <!ENTITY pango-md5sum        "ddc73e2f8fdf01e98f1dcf11799c80dd">
    1010  <!ENTITY pango-size          "2.0 MB">
    1111  <!ENTITY pango-buildsize     "43 MB (with tests)">
     
    121121
    122122    <para>
    123       To test the results, issue: <command>ninja test</command>. Three tests,
     123      To test the results, issue: <command>ninja test</command>. One test,
    124124      <filename>test-font</filename>,
    125       <filename>test-layout</filename>, and
     125      <!--<filename>test-layout</filename>, and
    126126      <filename>test-itemize</filename>, are known to fail if
    127       <xref linkend="cantarell-fonts"/> are not installed.
     127      <xref linkend="cantarell-fonts"/> are not installed.-->
     128      is known to fail.
     129      <!-- the problematic tests get skipped now -->
    128130    </para>
    129131
Note: See TracChangeset for help on using the changeset viewer.