summaryrefslogtreecommitdiff
path: root/community/balsa/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-30 22:48:08 +0000
committerroot <root@rshg047.dnsready.net>2011-05-30 22:48:08 +0000
commita422536e1ba326bff507ba81859c784a135d1804 (patch)
tree85caa09390d3bf641e0363b0f0dbf9447e3b5ef8 /community/balsa/PKGBUILD
parentc399070d50c89903ec1dea55aa4aa5147a367565 (diff)
Mon May 30 22:48:08 UTC 2011
Diffstat (limited to 'community/balsa/PKGBUILD')
-rw-r--r--community/balsa/PKGBUILD46
1 files changed, 27 insertions, 19 deletions
diff --git a/community/balsa/PKGBUILD b/community/balsa/PKGBUILD
index 52667428c..1f69914b0 100644
--- a/community/balsa/PKGBUILD
+++ b/community/balsa/PKGBUILD
@@ -1,36 +1,44 @@
-# $Id: PKGBUILD 41737 2011-03-08 18:04:34Z ibiru $
+# $Id: PKGBUILD 48198 2011-05-29 16:56:14Z bfanella $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
+# Maintainer: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Roman Kyrylych <roman@archlinux.org>
pkgname=balsa
pkgver=2.4.9
-pkgrel=1
+pkgrel=3
pkgdesc="An e-mail client for GNOME"
arch=('i686' 'x86_64')
license=('GPL')
url='http://pawsa.fedorapeople.org/balsa/'
-depends=('gmime' 'gtkhtml' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview2' 'gtkspell')
+depends=('libgssglue' 'gmime' 'libwebkit' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview2' 'gtkspell' 'gnome-icon-theme')
makedepends=('perlxml' 'gnome-doc-utils' 'intltool' 'namcap')
install=balsa.install
source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
md5sums=('bd7ac44f0cf3117a5fdb46d17dac2b51')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --with-ssl \
- --with-gpgme=gpgme-config \
- --with-gss \
- --with-ldap \
- --with-gtksourceview \
- --with-gtkspell \
- --with-rubrica \
- --with-sqlite \
- --without-nm \
- --without-gnome
- make
- make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR="${pkgdir}" install
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --with-ssl \
+ --with-gpgme=gpgme-config \
+ --with-gss \
+ --with-ldap \
+ --with-gtksourceview \
+ --with-gtkspell \
+ --with-rubrica \
+ --with-sqlite \
+ --without-nm \
+ --without-gnome \
+ --with-html-widget=webkit
+
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR="${pkgdir}" install
}