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, 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:
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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.