Ignore:
Timestamp:
03/04/2022 03:15:39 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/intltool
Children:
4da8233
Parents:
4483a9a
git-author:
Xi Ruoyao <xry111@…> (03/04/2022 10:12:32 AM)
git-committer:
Xi Ruoyao <xry111@…> (03/04/2022 03:15:39 PM)
Message:

Add intltool back

This partially reverts commit 56605b904c9ec85e0994403b5d27b263f2751ec0.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • general/genutils/intltool.xml

    r4483a9a r8394677a  
    77  <!ENTITY intltool-download-http "http://launchpad.net/intltool/trunk/&intltool-version;/+download/intltool-&intltool-version;.tar.gz">
    88  <!ENTITY intltool-download-ftp  " ">
    9   <!ENTITY intltool-md5sum        "23fbd879118253cb99aeac067da5f591">
    10   <!ENTITY intltool-size          "188 KB">
    11   <!ENTITY intltool-buildsize     "1.4 MB">
     9  <!ENTITY intltool-md5sum        "12e517cac2b57a0121cda351570f1e63">
     10  <!ENTITY intltool-size          "159 KB">
     11  <!ENTITY intltool-buildsize     "1.5 MB">
    1212  <!ENTITY intltool-time          "less than 0.1 SBU">
    1313]>
     
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs111_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7474      </listitem>
    7575    </itemizedlist>
    76 
     76<!--
    7777    <bridgehead renderas="sect3">Intltool Dependencies</bridgehead>
    7878
     
    8181      <xref linkend="perl-xml-parser"/>
    8282    </para>
    83 
     83-->
    8484    <para condition="html" role="usernotes">User Notes:
    8585      <ulink url="&blfs-wiki;/intltool"/>
     
    9090    <title>Installation of Intltool</title>
    9191
     92    <para>First fix a warning that is caused by perl-5.22 and later:</para>
     93
     94<screen><userinput>sed -i 's:\\\${:\\\$\\{:' intltool-update.in</userinput></screen>
     95
     96    <note><para>The above regular expression looks unusual because of all the
     97    backslashes.  What it does is add a backslash before the right brace
     98    character in the sequence '\${' resulting in '\$\{'.</para></note>
     99
    92100    <para>
    93101      Install <application>Intltool</application> by running the following
     
    107115
    108116<screen role="root"><userinput>make install &amp;&amp;
    109 install -v -m644 -D doc/I18N-HOWTO \
    110     /usr/share/doc/intltool-&intltool-version;/I18N-HOWTO</userinput></screen>
     117install -v -m644 -D doc/I18N-HOWTO /usr/share/doc/intltool-&intltool-version;/I18N-HOWTO</userinput></screen>
    111118
    112119  </sect2>
Note: See TracChangeset for help on using the changeset viewer.