[arch-commits] CVS update of extra/network/pidgin (PKGBUILD)

Dan McGee dan at archlinux.org
Sat Apr 5 15:20:52 UTC 2008


    Date: Saturday, April 5, 2008 @ 11:20:52
  Author: dan
    Path: /home/cvs-extra/extra/network/pidgin

Modified: PKGBUILD (1.17 -> 1.18)

upgpkg: pidgin 2.4.1-1


----------+
 PKGBUILD |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)


Index: extra/network/pidgin/PKGBUILD
diff -u extra/network/pidgin/PKGBUILD:1.17 extra/network/pidgin/PKGBUILD:1.18
--- extra/network/pidgin/PKGBUILD:1.17	Sat Mar  1 19:35:57 2008
+++ extra/network/pidgin/PKGBUILD	Sat Apr  5 11:20:51 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.17 2008/03/02 00:35:57 dan Exp $
+# $Id: PKGBUILD,v 1.18 2008/04/05 15:20:51 dan Exp $
 # Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
 # 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