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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Thu Feb 14 01:36:53 UTC 2013


    Date: Thursday, February 14, 2013 @ 02:36:52
  Author: foutrelis
Revision: 178039

upgpkg: pidgin 2.10.7-2

Fix IRC protocol plugin.

Added:
  pidgin/trunk/pidgin-2.10.7-link-libirc-to-libsasl2.patch
Modified:
  pidgin/trunk/PKGBUILD

---------------------------------------------+
 PKGBUILD                                    |   12 +++++++++---
 pidgin-2.10.7-link-libirc-to-libsasl2.patch |   12 ++++++++++++
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-14 00:35:15 UTC (rev 178038)
+++ PKGBUILD	2013-02-14 01:36:52 UTC (rev 178039)
@@ -7,7 +7,7 @@
 
 pkgname=('pidgin' 'libpurple' 'finch')
 pkgver=2.10.7
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://pidgin.im/"
 license=('GPL')
@@ -15,12 +15,18 @@
              'libidn' 'python2' 'hicolor-icon-theme' 'farstream-0.1' 'avahi'
              'tk' 'ca-certificates' 'intltool' 'networkmanager')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('eba32994eca20d1cf24a4261b059b2de71a1ec2dd0926e904074b0db49f7f192')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
+        pidgin-2.10.7-link-libirc-to-libsasl2.patch)
+sha256sums=('eba32994eca20d1cf24a4261b059b2de71a1ec2dd0926e904074b0db49f7f192'
+            '063723d5dc5726c43137b4b383c9d07c2c008391f6a626faaf6cedd31a2f1e8f')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  # https://developer.pidgin.im/ticket/15517
+  patch -Np1 -i "$srcdir/pidgin-2.10.7-link-libirc-to-libsasl2.patch"
+  autoreconf -vi
+
   # Use Python 2
   sed -i 's/env python$/&2/' */plugins/*.py \
     libpurple/purple-{remote,notifications-example,url-handler}

Added: pidgin-2.10.7-link-libirc-to-libsasl2.patch
===================================================================
--- pidgin-2.10.7-link-libirc-to-libsasl2.patch	                        (rev 0)
+++ pidgin-2.10.7-link-libirc-to-libsasl2.patch	2013-02-14 01:36:52 UTC (rev 178039)
@@ -0,0 +1,12 @@
+diff -upr pidgin-2.10.7.orig/libpurple/protocols/irc/Makefile.am pidgin-2.10.7/libpurple/protocols/irc/Makefile.am
+--- pidgin-2.10.7.orig/libpurple/protocols/irc/Makefile.am	2013-02-14 02:44:47.000000000 +0200
++++ pidgin-2.10.7/libpurple/protocols/irc/Makefile.am	2013-02-14 02:49:58.000000000 +0200
+@@ -27,7 +27,7 @@ else
+ st =
+ pkg_LTLIBRARIES   = libirc.la
+ libirc_la_SOURCES = $(IRCSOURCES)
+-libirc_la_LIBADD  = $(GLIB_LIBS)
++libirc_la_LIBADD  = $(GLIB_LIBS) $(SASL_LIBS)
+ 
+ endif
+ 




More information about the arch-commits mailing list