[arch-commits] CVS update of extra/network/sylpheed (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Wed May 9 13:00:52 UTC 2007


    Date: Wednesday, May 9, 2007 @ 09:00:52
  Author: alexander
    Path: /home/cvs-extra/extra/network/sylpheed

Modified: PKGBUILD (1.43 -> 1.44)

upgpkg: sylpheed 2.4.1 + enabled ldap support


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


Index: extra/network/sylpheed/PKGBUILD
diff -u extra/network/sylpheed/PKGBUILD:1.43 extra/network/sylpheed/PKGBUILD:1.44
--- extra/network/sylpheed/PKGBUILD:1.43	Fri Apr 20 17:03:49 2007
+++ extra/network/sylpheed/PKGBUILD	Wed May  9 09:00:51 2007
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD,v 1.43 2007/04/20 21:03:49 alexander Exp $
+# $Id: PKGBUILD,v 1.44 2007/05/09 13:00:51 alexander Exp $
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: dorphell <dorphell at archlinux.org>
 pkgname=sylpheed
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="A GTK+ based, lightweight, and fast email client"
 arch=(i686 x86_64)
 url="http://sylpheed.good-day.net/"
-depends=(gpgme gtkspell)
+depends=(gpgme gtkspell libldap)
 source=(http://sylpheed.sraoss.jp/${pkgname}/v2.4/${pkgname}-${pkgver}.tar.bz2 \
         sylpheed-2.2-replace-aspell-with-enchant.diff)
 url="http://sylpheed.good-day.net/"
@@ -15,11 +15,11 @@
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   patch -Np1 -i ${startdir}/src/sylpheed-2.2-replace-aspell-with-enchant.diff || return 1
-  ./configure --prefix=/usr --enable-ssl --enable-gpgme
+  ./configure --prefix=/usr --enable-ssl --enable-gpgme --enable-ldap
   make || return 1
   make DESTDIR=${startdir}/pkg install
   mkdir -p ${startdir}/pkg/usr/share/{applications,pixmaps}
   install -m644 sylpheed.desktop $startdir/pkg/usr/share/applications/
   install -m644 sylpheed.png $startdir/pkg/usr/share/pixmaps/
 } 
-md5sums=('12fb8622bc76b42a3bd6e734495ec4c3')
+md5sums=('88b51ceaba16ac40d19eae414a87dcbe' '0f4074345f62ede519f0b65730e4b762')




More information about the arch-commits mailing list