[arch-commits] Commit in sylpheed/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Fri Nov 6 22:05:39 UTC 2009
Date: Friday, November 6, 2009 @ 17:05:39
Author: eric
Revision: 58274
upgpkg: sylpheed 2.7.1-3
Disabled gtkspell to fix seg faults (close FS#16016)
Modified:
sylpheed/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-11-06 21:58:47 UTC (rev 58273)
+++ PKGBUILD 2009-11-06 22:05:39 UTC (rev 58274)
@@ -4,20 +4,22 @@
pkgname=sylpheed
pkgver=2.7.1
-pkgrel=2
+pkgrel=3
pkgdesc="Lightweight and user-friendly e-mail client"
arch=('i686' 'x86_64')
url="http://sylpheed.sraoss.jp/en/"
license=('GPL')
-depends=('gpgme' 'gtkspell')
+depends=('gpgme' 'gtk2')
makedepends=('compface')
+options=('libtool')
source=(http://sylpheed.sraoss.jp/sylpheed/v2.7/sylpheed-$pkgver.tar.bz2)
md5sums=('1f470525c1fbe53253813a0978c18228')
+sha1sums=('79013505355a9d359bbb3147f1916499abe1ab0e')
build() {
cd "$srcdir/sylpheed-$pkgver"
- ./configure --prefix=/usr --enable-ldap || return 1
+ ./configure --prefix=/usr --enable-ldap --disable-gtkspell || return 1
make || return 1
make DESTDIR="$pkgdir" install || return 1
}
More information about the arch-commits
mailing list