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

Alexander Fehr alexanderf at archlinux.org
Mon Dec 22 01:17:34 UTC 2008


    Date: Sunday, December 21, 2008 @ 20:17:34
  Author: alexanderf
Revision: 22127

upgpkg: pidgin 2.5.3-1

Modified:
  pidgin/trunk/ChangeLog
  pidgin/trunk/PKGBUILD

-----------+
 ChangeLog |    8 ++++++++
 PKGBUILD  |   11 ++++++-----
 2 files changed, 14 insertions(+), 5 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-12-21 23:15:44 UTC (rev 22126)
+++ ChangeLog	2008-12-22 01:17:34 UTC (rev 22127)
@@ -1,3 +1,11 @@
+2008-12-21  Alexander Fehr  <pizzapunk gmail com>
+
+  * pidgin-2.5.3-1:
+  New upstream release.
+  Enabled Cyrus SASL support.
+  Added dependency on python.
+  Replaced make dependency on perlxml with intltool.
+
 2008-10-25  Andreas Radke  <andyrtr at archlinux.org>
 
   * pidgin-2.5.2-1:

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-21 23:15:44 UTC (rev 22126)
+++ PKGBUILD	2008-12-22 01:17:34 UTC (rev 22127)
@@ -3,14 +3,15 @@
 # Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
 
 pkgname=pidgin
-pkgver=2.5.2
+pkgver=2.5.3
 pkgrel=1
 pkgdesc="Multi-protocol instant messaging client"
 arch=('i686' 'x86_64')
 url="http://pidgin.im/"
 license=('GPL')
-depends=('startup-notification' 'gtkspell' 'libxss' 'gstreamer0.10' 'nss' 'hicolor-icon-theme')
-makedepends=('avahi' 'tk' 'ca-certificates' 'perlxml' 'python')
+depends=('startup-notification' 'gtkspell' 'libxss' 'gstreamer0.10'
+         'nss' 'libsasl' 'python' 'hicolor-icon-theme')
+makedepends=('avahi' 'tk' 'ca-certificates' 'intltool')
 optdepends=('avahi: Bonjour protocol support'
             'tk: Tcl/Tk scripting support'
             'ca-certificates: SSL CA certificates')
@@ -18,13 +19,13 @@
 options=('!libtool')
 install=pidgin.install
 source=(http://downloads.sourceforge.net/pidgin/pidgin-$pkgver.tar.bz2)
-md5sums=('4a712f6fd3d2e25c07ccff1fc350c6ea')
+md5sums=('4abc4ce9e1ad62bbf098f05f305147d7')
 
 build() {
   cd "$srcdir/pidgin-$pkgver"
 
   ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-install --disable-meanwhile \
-    --disable-nm --disable-perl --disable-gnutls --disable-doxygen \
+    --disable-nm --disable-perl --disable-gnutls --enable-cyrus-sasl --disable-doxygen \
     --with-system-ssl-certs=/etc/ssl/certs || return 1
   make || return 1
   make DESTDIR="$pkgdir" install || return 1




More information about the arch-commits mailing list