summaryrefslogtreecommitdiff
path: root/extra/pidgin
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-11 23:15:00 +0000
committerroot <root@rshg054.dnsready.net>2011-12-11 23:15:00 +0000
commit22b0fa480661b6247dabf39059fe629e1d233a9a (patch)
tree21d577c8083046449768f463eef2a2e1bcebaa92 /extra/pidgin
parente37e888e9ecdc23a004eb19d72c64c02c5af3249 (diff)
Sun Dec 11 23:15:00 UTC 2011
Diffstat (limited to 'extra/pidgin')
-rw-r--r--extra/pidgin/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/extra/pidgin/PKGBUILD b/extra/pidgin/PKGBUILD
index c2c25c33a..b15b93d53 100644
--- a/extra/pidgin/PKGBUILD
+++ b/extra/pidgin/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 141476 2011-10-30 16:50:53Z foutrelis $
+# $Id: PKGBUILD 144934 2011-12-10 23:19:27Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -6,8 +6,8 @@
# Contributor: Lucien Immink <l.immink@student.fnt.hvu.nl>
pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.10.0
-pkgrel=3
+pkgver=2.10.1
+pkgrel=1
arch=('i686' 'x86_64')
url="http://pidgin.im/"
license=('GPL')
@@ -18,7 +18,7 @@ makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
options=('!libtool')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
nm09-more.patch)
-sha256sums=('f31f6a32c03e870a1774c827b8cee47ae8edd2c1ba8db98e8d58d9911cbaafcd'
+sha256sums=('2f28bddc5edcd714d607d74126c8958ae7c258602b3929e3e6e783d3cb1beac8'
'7e173ea37b86b604284da18ea015ee03ccd444f3e980f440c201957d37ee820e')
build() {
@@ -32,6 +32,9 @@ build() {
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 \