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

Jan de Groot jgc at archlinux.org
Sun Aug 3 15:58:40 UTC 2008


    Date: Sunday, August 3, 2008 @ 11:58:40
  Author: jgc
Revision: 7659

upgpkg: pidgin 2.4.3-2
    Rebuild for GNUTLS

Modified:
  pidgin/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-03 15:57:36 UTC (rev 7658)
+++ PKGBUILD	2008-08-03 15:58:40 UTC (rev 7659)
@@ -4,13 +4,13 @@
 
 pkgname=pidgin
 pkgver=2.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A GTK+-based messaging client"
 arch=(i686 x86_64)
 license=('GPL2')
 url="http://pidgin.im"
 depends=('startup-notification' 'gtkspell' 'libxss' 'gstreamer0.10'
-         'dbus-glib>=0.73' 'ca-certificates')
+         'dbus-glib>=0.73' 'ca-certificates' 'gnutls>=2.4.1')
 makedepends=('pkgconfig' 'tk' 'avahi' 'intltool')
 replaces=('gaim')
 conflicts=('gaim')
@@ -19,6 +19,8 @@
 install=pidgin.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
         certificate-location.patch)
+md5sums=('9e4a5f4ebda16a51fe91ec610286810a'
+         '773d1b944077d88a89bedc595d5f86b0')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -27,7 +29,7 @@
   patch -Np0 < $srcdir/certificate-location.patch
 
   # gconf won't die with the --disable-schemas-install option
-  sed -i -e 's/gconftool-2/no/g' configure.ac
+  sed -i -e 's/gconftool-2/no/g' configure.ac || return 1
 
   # ugly hack to support building with new libtool
   # http://developer.pidgin.im/ticket/5346
@@ -44,10 +46,7 @@
               --enable-nss=no --disable-gevolution \
               --enable-dbus --disable-mono \
               --disable-meanwhile --disable-nm \
-              --disable-debug
+              --disable-debug || return 1
   make || return 1
-  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir install || return 1
 }
-
-md5sums=('9e4a5f4ebda16a51fe91ec610286810a'
-         '773d1b944077d88a89bedc595d5f86b0')




More information about the arch-commits mailing list