[arch-commits] Commit in pidgin/repos/extra-x86_64 (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Apr 22 00:09:10 UTC 2008


    Date: Monday, April 21, 2008 @ 20:09:09
  Author: eric
Revision: 702

fixed difference between i686 and x86_64

Modified:
  pidgin/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-21 23:53:56 UTC (rev 701)
+++ PKGBUILD	2008-04-22 00:09:09 UTC (rev 702)
@@ -3,7 +3,7 @@
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=pidgin
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="A GTK+-based messaging client"
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 install=pidgin.install
 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
         iconv-fix.patch)
-md5sums=('d03ac2695d5b5304f86812ffd6ba0053'
+md5sums=('ff015bb8bbdcc6a9b4ac954c355179d7'
          'de084bf1e2f345eada74671787256b74')
 
 build() {
@@ -29,7 +29,15 @@
 
   # gconf won't die with the --disable-schemas-install option
   sed -i -e 's/gconftool-2/no/g' configure.ac
+
+  # ugly hack to support building with new libtool
+  # http://developer.pidgin.im/ticket/5346
+  # http://bugs.archlinux.org/task/10012
+  libtoolize --force --copy || return 1
+  aclocal || return 1
   autoconf || return 1
+  automake || return 1
+
   ./configure --prefix=/usr --sysconfdir=/etc \
               --disable-perl --disable-cap \
               --disable-schemas-install \





More information about the arch-commits mailing list