FS#18450 - [sylpheed] 3.0 supports gtkspell again (and needs openssl as makedepends)

Attached to Project: Arch Linux
Opened by Masato Hashimoto (hashimo) - Wednesday, 24 February 2010, 14:12 GMT
Last edited by Giovanni Scafora (giovanni) - Wednesday, 24 February 2010, 14:55 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Giovanni Scafora (giovanni)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
sylpheed supports gtkspell again from 3.0beta5.
The spellchecking works fine on my system.

from NEWS;
<snip>
>* 3.0.0beta5 (development)

<snip>

> * A workaround for crash caused by enchant with zemberek was added
> (requires dbus-glib-1 if enchant is equal or greater than 1.4.2).

Additional info:
sylpheed needs openssl as makedepends to support ssl authorization (all normal Arch system always installed it, though).

Here is a updated PKGBUILD.
----
pkgname=sylpheed
pkgver=3.0.0
pkgrel=2
pkgdesc="Lightweight and user-friendly e-mail client"
arch=('i686' 'x86_64')
url="http://sylpheed.sraoss.jp/en/"
license=('GPL')
depends=('gpgme' 'gtkspell')
makedepends=('compface' 'openssl')
options=('libtool')
source=(http://sylpheed.sraoss.jp/sylpheed/v3.0/sylpheed-$pkgver.tar.bz2)
md5sums=('bb2cf4adfa9577746f54a516e9471bfd')

build() {
cd "$srcdir/sylpheed-$pkgver"

./configure --prefix=/usr --enable-ldap || return 1
make || return 1
make DESTDIR="$pkgdir" install || return 1
}
----
This task depends upon

Closed by  Giovanni Scafora (giovanni)
Wednesday, 24 February 2010, 14:55 GMT
Reason for closing:  Fixed

Loading...