summaryrefslogtreecommitdiff
path: root/libre/claws-mail-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-19 22:10:41 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-19 22:10:41 -0300
commit61571f30b70e2cedba9c104693cf83b0ddc041c9 (patch)
treef19a14442c84e83fd21042183bf68b9bb7d6a5f5 /libre/claws-mail-libre
parent35af234dacc4ba7daf10f16e8dc5e8e3d865bc98 (diff)
downloadabslibre-61571f30b70e2cedba9c104693cf83b0ddc041c9.tar.gz
abslibre-61571f30b70e2cedba9c104693cf83b0ddc041c9.tar.bz2
abslibre-61571f30b70e2cedba9c104693cf83b0ddc041c9.zip
claws-mail-libre-3.9.2-3: drop support for Berkeley db, db will probably die soon due to license trouble in db v6.x
Diffstat (limited to 'libre/claws-mail-libre')
-rw-r--r--libre/claws-mail-libre/PKGBUILD11
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
}