Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
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
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
|
DetailsDescription:
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
Wednesday, 24 February 2010, 14:55 GMT
Reason for closing: Fixed