Ignore:
Timestamp:
11/03/2020 09:07:09 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:
1a742391
Parents:
72119155
Message:

Update to Samba-4.13.2
Update to asciidoc-9.0.4
Update to git-2.29.2
telepathy-glib: Port to python3, fix tests with glib-2.46 and later, port to modern build machinery, and fix memory leaks

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/telepathy-glib.xml

    r72119155 r3ec1600  
    7676    </itemizedlist>
    7777
     78    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     79    <itemizedlist spacing="compact">
     80      <listitem>
     81        <para>
     82          Required patch:
     83          <ulink url="&patch-root;/telepathy-glib-&telepathy-glib-version;-consolidated_fixes-1.patch"/>
     84        </para>
     85      </listitem>
     86    </itemizedlist>
     87
    7888    <bridgehead renderas="sect3">Telepathy GLib Dependencies</bridgehead>
    7989
     
    105115
    106116    <para>
     117      First, apply a patch to fix several bugs discovered after
     118      release:
     119    </para>
     120
     121<screen><userinput remap="pre">patch -Np1 -i ../telepathy-glib-&telepathy-glib-version;-consolidated_fixes-1.patch</userinput></screen>
     122
     123    <para>
    107124      Install <application>Telepathy GLib</application> by running the
    108125      following commands:
    109126    </para>
    110127
    111 <screen><userinput>./configure --prefix=/usr          \
    112             --enable-vala-bindings \
    113             --disable-static       &amp;&amp;
     128<screen><userinput>autoreconf -fiv &amp;&amp;
     129
     130PYTHON=/usr/bin/python3 ./configure --prefix=/usr          \
     131                                    --enable-vala-bindings \
     132                                    --disable-static       &amp;&amp;
    114133make</userinput></screen>
    115134
    116135    <para>
    117       To test the results, issue: <command>make -k check</command>.
    118       Four tests are known to fail: <emphasis>test-account</emphasis>,
     136      To test the results, issue: <command>make check</command>.
     137      <!--Four tests are known to fail: <emphasis>test-account</emphasis>,
    119138      <emphasis>test-cm</emphasis>, <emphasis>test-contact-lists</emphasis>, and
    120       <emphasis>test-contact-list-client</emphasis>.
     139      <emphasis>test-contact-list-client</emphasis>.-->
    121140    </para>
    122141
Note: See TracChangeset for help on using the changeset viewer.