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

Giovanni Scafora giovanni at archlinux.org
Wed Feb 24 14:51:48 UTC 2010


    Date: Wednesday, February 24, 2010 @ 09:51:48
  Author: giovanni
Revision: 70054

upgpkg: sylpheed 3.0.0-2
Fixed FS18450

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-24 14:14:27 UTC (rev 70053)
+++ PKGBUILD	2010-02-24 14:51:48 UTC (rev 70054)
@@ -4,21 +4,22 @@
 
 pkgname=sylpheed
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('i686' 'x86_64')
 url="http://sylpheed.sraoss.jp/en/"
 license=('GPL')
-depends=('gpgme' 'gtk2')
-makedepends=('compface')
+depends=('gpgme' 'gtkspell')
+makedepends=('compface' 'openssl')
 options=('libtool')
-source=(http://sylpheed.sraoss.jp/sylpheed/v3.0/sylpheed-$pkgver.tar.bz2)
+source=(http://sylpheed.sraoss.jp/${pkgname}/v3.0/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('bb2cf4adfa9577746f54a516e9471bfd')
 
 build() {
-  cd "$srcdir/sylpheed-$pkgver"
+  cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --prefix=/usr --enable-ldap --disable-gtkspell || return 1
+  ./configure --prefix=/usr \
+              --enable-ldap || return 1
   make || return 1
-  make DESTDIR="$pkgdir" install || return 1
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list