Changeset 5d6a6e6


Ignore:
Timestamp:
03/25/2012 06:29:56 PM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
57d0523
Parents:
4b5f7f8
Message:

pidgin 2.10.2 - fixes building with glib 2.32, haven't checked package deps correctly, I've built it sucessfully tough.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4b5f7f8 r5d6a6e6  
    904904<!ENTITY icedtea-web-version          "1.0.1">
    905905<!ENTITY pan-version                  "0.133">
    906 <!ENTITY pidgin-version               "2.10.0">
     906<!ENTITY pidgin-version               "2.10.2">
    907907<!ENTITY rox-filer-version            "2.10">
    908908<!ENTITY thunderbird-version          "11.0">
  • introduction/welcome/changelog.xml

    r4b5f7f8 r5d6a6e6  
    6363          <para>[krejzi] - removed libfame 0.9.1.</para>
    6464        </listitem>
     65        <listitem>
     66          <para>[krejzi] - pidgin 2.10.2.</para>
     67        </listitem>
    6568      </itemizedlist>
    6669    </listitem>
  • xsoft/other/pidgin.xml

    r4b5f7f8 r5d6a6e6  
    77  <!ENTITY pidgin-download-http "&sourceforge-repo;/pidgin/pidgin-&pidgin-version;.tar.bz2">
    88  <!ENTITY pidgin-download-ftp  " ">
    9   <!ENTITY pidgin-md5sum        "e1453c9093c4f32beec19abd14069a3f">
     9  <!ENTITY pidgin-md5sum        "f2b210f2562865d870f193ff1fe8ea75">
    1010  <!ENTITY pidgin-size          "9.5 MB">
    1111  <!ENTITY pidgin-buildsize     "244 MB (additinoal 106 MB for API documentation)">
     
    113113    commands:</para>
    114114
    115 <screen><userinput>LIBS=&quot;-lm -lX11&quot; ./configure --prefix=/usr --disable-screensaver \
     115<screen><userinput>./configure --prefix=/usr --disable-screensaver \
    116116  --disable-meanwhile --disable-avahi --disable-nm --disable-tcl \
    117117  --disable-nss --disable-gnutls --disable-idn --disable-vv \
     
    144144    <title>Command Explanations</title>
    145145
    146     <para><parameter>LIBS=&quot;-lm -lX11&quot;</parameter>: This avoids
     146<!--    <para><parameter>LIBS=&quot;-lm -lX11&quot;</parameter>: This avoids
    147147    problems linking with <command>ld</command> from
    148148    <application>binutils-2.22</application>. This parameter is not needed with
     
    150150    haven&apos;t installed <application>libX11</application> and are just
    151151    compiling <command>finch</command>, remove the &quot;-lX11&quot;
    152     part.</para>
     152    part.</para> -->
    153153
    154154    <para>
Note: See TracChangeset for help on using the changeset viewer.