1 # Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
2 # Contributor: Ionut Biru <ibiru@archlinux.org>
3 # Contributor: Brad Fanella <bradfanella@archlinux.us>
4 # Contributor: Roman Kyrylych <roman@archlinux.org>
9 pkgdesc="An e-mail client for GNOME"
11 url='https://pawsa.fedorapeople.org/balsa/'
13 depends=('gmime3' 'webkit2gtk' 'libical' 'libnotify'
14 'gpgme' 'gtksourceview4' 'gspell')
15 makedepends=('yelp-tools' 'intltool')
16 changelog=$pkgname.changelog
17 source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.xz)
18 sha256sums=('befa5984511db33d41f2b1ecbfc99e22a15d45d08efe5d737b5174a1a6ac8fc1')
21 cd "${srcdir}"/$pkgname-$pkgver
23 ./configure --prefix=/usr \
25 --localstatedir=/var \
28 --with-gtksourceview \
29 --with-spell-checker=gspell \
33 --with-html-widget=webkit2
38 cd "${srcdir}"/$pkgname-$pkgver
40 make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR="${pkgdir}" install