[arch-commits] Commit in pidgin/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Mar 14 12:10:27 UTC 2012


    Date: Wednesday, March 14, 2012 @ 08:10:27
  Author: foutrelis
Revision: 153445

upgpkg: pidgin 2.10.2-2

Rebuild with farstream patch for [gnome-unstable].

Modified:
  pidgin/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-14 12:02:02 UTC (rev 153444)
+++ PKGBUILD	2012-03-14 12:10:27 UTC (rev 153445)
@@ -7,13 +7,13 @@
 
 pkgname=('pidgin' 'libpurple' 'finch')
 pkgver=2.10.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://pidgin.im/"
 license=('GPL')
 makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
              'libidn' 'python2' 'hicolor-icon-theme' 'gstreamer0.10'
-             'farsight2' 'avahi' 'tk' 'ca-certificates' 'intltool'
+             'farstream' 'avahi' 'tk' 'ca-certificates' 'intltool'
              'networkmanager')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
@@ -26,10 +26,10 @@
 
   # Apply patch for farsight -> farstream transition
   # http://developer.pidgin.im/ticket/14936
-  #patch -Np1 -i "$srcdir/port-to-farstream-v2.patch"
+  patch -Np1 -i "$srcdir/port-to-farstream-v2.patch"
 
   # The farstream patch changes configure.ac
-  #autoreconf -vi
+  autoreconf -vi
 
   # Use Python 2
   sed -i 's/env python$/&2/' */plugins/*.py \
@@ -77,7 +77,7 @@
 
 package_libpurple(){
   pkgdesc="IM library extracted from Pidgin"
-  depends=('farsight2' 'libsasl' 'libidn' 'dbus-glib' 'nss')
+  depends=('farstream' 'libsasl' 'libidn' 'dbus-glib' 'nss')
   optdepends=('avahi: Bonjour protocol support'
               'dbus-python: for purple-remote and purple-url-handler')
 




More information about the arch-commits mailing list