summaryrefslogtreecommitdiff
path: root/extra/pidgin
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-12 17:24:29 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-12 17:24:29 -0300
commit20325742c50f83cc58e49aa3b8347fde1399d734 (patch)
treec165cfbea80913f12dad4d009a70d9fe5e8bfceb /extra/pidgin
parent42512f0cff006451fa78981bf2f41e819fe96131 (diff)
parent6a2547c3f20da8a8df65a8032a01677b74b6ece7 (diff)
Merge branch 'master' of ssh://gparabola/abslibre-mips64el
Conflicts: community/mplayer2/PKGBUILD extra/live-media/PKGBUILD
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 41eef8858..47f3f81a7 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' 'mips64el')
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 \