diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/claws-mail-libre/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/claws-mail-libre/PKGBUILD b/libre/claws-mail-libre/PKGBUILD index d9a171e10..fdbe6ed19 100644 --- a/libre/claws-mail-libre/PKGBUILD +++ b/libre/claws-mail-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 188143 2013-06-10 13:35:31Z bpiotrowski $ +# $Id: PKGBUILD 192327 2013-08-10 09:48:30Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Maintainer (Parabola): Márcio Silva <coadde@lavabit.com> @@ -6,14 +6,14 @@ pkgname=claws-mail-libre _pkgflag=libre _pkgname=${pkgname%-$_pkgflag} pkgver=3.9.2 -pkgrel=1 +pkgrel=3 pkgdesc='A GTK+ based e-mail client, without nonfree PalmOS handheld devices support' arch=('i686' 'x86_64' 'mips64el') license=('GPL3') url="http://www.$_pkgname.org" depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' - 'gpgme' 'libetpan>=1.1' 'libsm' 'db' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils') -makedepends=('compface' 'spamassassin' 'bogofilter' + 'gpgme' 'libetpan>=1.1-4' 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils') +makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind' # dependencies for plugins 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk') #'libchamplain' needed for geolocation plugin, disabled for now - most time it's not compatible with current gnome releases @@ -73,6 +73,7 @@ package() { make # all executables and .conf files ; only top directory find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; do - install -D -m755 $i $pkgdir/usr/lib/$_pkgname/tools/$i + install -D -m755 $i \ + $pkgdir/usr/lib/$_pkgname/tools/$i done } |