summaryrefslogtreecommitdiff
path: root/extra/pidgin/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pidgin/PKGBUILD')
-rw-r--r--extra/pidgin/PKGBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/extra/pidgin/PKGBUILD b/extra/pidgin/PKGBUILD
index 47f3f81a7..0d6cbc375 100644
--- a/extra/pidgin/PKGBUILD
+++ b/extra/pidgin/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 144934 2011-12-10 23:19:27Z foutrelis $
+# $Id: PKGBUILD 153444 2012-03-14 12:02:02Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -6,7 +6,7 @@
# Contributor: Lucien Immink <l.immink@student.fnt.hvu.nl>
pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.10.1
+pkgver=2.10.2
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
url="http://pidgin.im/"
@@ -17,24 +17,24 @@ makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
'networkmanager')
options=('!libtool')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
- nm09-more.patch)
-sha256sums=('2f28bddc5edcd714d607d74126c8958ae7c258602b3929e3e6e783d3cb1beac8'
- '7e173ea37b86b604284da18ea015ee03ccd444f3e980f440c201957d37ee820e')
+ port-to-farstream-v2.patch)
+sha256sums=('e5cdd29056d36677cb81225c3b36b1bcde64605e201492f6e2fdf27ff24d32b8'
+ '03ba48e0da1331a976efc28a66810be4f51599a2b8065ac449965e0aefca4482')
build() {
cd "$srcdir/$pkgname-$pkgver"
- # Further fixes for NetworkManager 0.9
- # http://developer.pidgin.im/ticket/13859
- patch -Np1 -i "$srcdir/nm09-more.patch"
+ # Apply patch for farsight -> farstream transition
+ # http://developer.pidgin.im/ticket/14936
+ #patch -Np1 -i "$srcdir/port-to-farstream-v2.patch"
+
+ # The farstream patch changes configure.ac
+ #autoreconf -vi
# Use Python 2
sed -i 's/env python$/&2/' */plugins/*.py \
libpurple/purple-{remote,notifications-example,url-handler}
- # Pidgin doesn't explicitly link to libm
- LDFLAGS+=' -Wl,--copy-dt-needed-entries'
-
./configure \
--prefix=/usr \
--sysconfdir=/etc \