summaryrefslogtreecommitdiff
path: root/gnome-unstable
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-16 00:01:21 +0000
committerroot <root@rshg054.dnsready.net>2012-03-16 00:01:21 +0000
commitcd326e60e1e54ebe83bd700850b313c69f419eef (patch)
treeb15df594ae07c150fff4a55c0d1a01885b232dd0 /gnome-unstable
parent14635ca5380a480450a66c3fcc29992d29a2bd8e (diff)
Fri Mar 16 00:01:21 UTC 2012
Diffstat (limited to 'gnome-unstable')
-rw-r--r--gnome-unstable/pidgin/PKGBUILD17
1 files changed, 4 insertions, 13 deletions
diff --git a/gnome-unstable/pidgin/PKGBUILD b/gnome-unstable/pidgin/PKGBUILD
index f01631fdc..7309d80d8 100644
--- a/gnome-unstable/pidgin/PKGBUILD
+++ b/gnome-unstable/pidgin/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 152945 2012-03-10 19:11:33Z ibiru $
+# $Id: PKGBUILD 153446 2012-03-14 12:10:51Z 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.1
-pkgrel=3
+pkgver=2.10.2
+pkgrel=2
arch=('i686' 'x86_64')
url="http://pidgin.im/"
license=('GPL')
@@ -17,19 +17,13 @@ makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
'networkmanager')
options=('!libtool')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
- nm09-more.patch
port-to-farstream-v2.patch)
-sha256sums=('2f28bddc5edcd714d607d74126c8958ae7c258602b3929e3e6e783d3cb1beac8'
- '7e173ea37b86b604284da18ea015ee03ccd444f3e980f440c201957d37ee820e'
+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"
@@ -41,9 +35,6 @@ 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 \