From a422536e1ba326bff507ba81859c784a135d1804 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 30 May 2011 22:48:08 +0000 Subject: Mon May 30 22:48:08 UTC 2011 --- community/balsa/PKGBUILD | 46 +++++++++++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 19 deletions(-) (limited to 'community/balsa/PKGBUILD') 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 +# Maintainer: Brad Fanella # Contributor: Roman Kyrylych 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 } -- cgit v1.2.3-54-g00ecf