From 61571f30b70e2cedba9c104693cf83b0ddc041c9 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 19 Aug 2013 22:10:41 -0300 Subject: 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 --- libre/claws-mail-libre/PKGBUILD | 11 ++++++----- 1 file 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 # Maintainer (Parabola): Márcio Silva @@ -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 } -- cgit v1.2.3