Changeset d891d934


Ignore:
Timestamp:
12/31/2008 07:22:26 AM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
58588b9
Parents:
12974d7
Message:

Updated to iso-codes-3.5.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r12974d7 rd891d934  
    122122<!ENTITY libusb-version               "1.0.0">
    123123<!ENTITY libusb-compat-version        "0.1.0">
    124 <!ENTITY iso-codes-version            "1.2">
     124<!ENTITY iso-codes-version            "3.5">
    125125<!ENTITY gmime-version                "2.2.10">
    126126<!ENTITY libidn-version               "0.6.14">
  • general/genlib/iso-codes.xml

    r12974d7 rd891d934  
    1010  <!ENTITY iso-codes-download-http " ">
    1111  <!ENTITY iso-codes-download-ftp  "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-&iso-codes-version;.tar.bz2">
    12   <!ENTITY iso-codes-md5sum        "9326469ec0e9e97d604821bd3c132fc6">
    13   <!ENTITY iso-codes-size          "6.1 MB">
    14   <!ENTITY iso-codes-buildsize     "73 MB">
    15   <!ENTITY iso-codes-time          "0.2 SBU">
     12  <!ENTITY iso-codes-md5sum        "b11fe4878baf098cdbf28c417796d87e">
     13  <!ENTITY iso-codes-size          "5.0 MB">
     14  <!ENTITY iso-codes-buildsize     "60 MB">
     15  <!ENTITY iso-codes-time          "0.1 SBU">
    1616]>
    1717
     
    8282    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8383
    84 <screen role="root"><userinput>make install</userinput></screen>
     84<screen role="root"><userinput>make pkgconfigdir=/usr/lib/pkgconfig install</userinput></screen>
    8585
    8686  </sect2>
    8787
    88   <!--
    8988  <sect2 role="commands">
    9089    <title>Command Explanations</title>
    9190
    92     <para><command>./autogen.sh</command>: This command is a shell script used
    93     to generate the required Autotools files and then executes the
    94     <command>configure</command> script. <parameter>- -prefix=/usr</parameter>
    95     is passed to the script and automatically added as a parameter to the
    96     <command>configure</command> script.</para>
     91    <para><option>pkgconfigdir=/usr/lib/pkgconfig</option>: This option
     92    overrides the location of <filename>iso-codes.pc</filename> so that it
     93    is placed in the common pkgconfig directory. </para>
    9794
    9895  </sect2>
    99   -->
    10096
    10197  <sect2 role="content">
  • introduction/welcome/changelog.xml

    r12974d7 rd891d934  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[bdubbs] - Updated to iso-codes-3.5.</para>
     48        </listitem>
     49        <listitem>
    4750          <para>[bdubbs] - Updated to LZO-2.03.</para>
    4851        </listitem>
Note: See TracChangeset for help on using the changeset viewer.