[arch-commits] Commit in claws-mail/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Apr 11 08:51:17 UTC 2010


    Date: Sunday, April 11, 2010 @ 04:51:17
  Author: andyrtr
Revision: 77144

upgpkg: claws-mail 3.7.5-3
rebuild for libetpan 1.0

Modified:
  claws-mail/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-11 01:58:35 UTC (rev 77143)
+++ PKGBUILD	2010-04-11 08:51:17 UTC (rev 77144)
@@ -3,13 +3,13 @@
 
 pkgname=claws-mail
 pkgver=3.7.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A GTK+ based e-mail client."
 arch=('i686' 'x86_64')
 license=('GPL3')
 url="http://www.claws-mail.org"
 depends=('gtk2>=2.18.5' 'gnutls>=2.8.5' 'startup-notification>=0.10' 'pilot-link>=0.12.4' 'enchant>=1.5.0-2'
-         'gpgme>=1.2.0' 'libetpan>=0.58-2' 'libsm>=1.1.1' 'db>=4.8.24' 'curl>=7.19.7' 'dbus-glib>=0.82-2' 'hicolor-icon-theme')
+         'gpgme>=1.2.0' 'libetpan>=1.0' 'libsm>=1.1.1' 'db>=4.8.24' 'curl>=7.19.7' 'dbus-glib>=0.82-2' 'hicolor-icon-theme')
 makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind')
 optdepends=('python:            needed for some tools'
             'perl:              needed for some tools'
@@ -24,6 +24,9 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  # fix libetpan detection
+  sed -e 's/057/10/g' -i configure || return 1
+  sed -e 's/0\.57/1\.0/g' -i configure || return 1
   ./configure --prefix=/usr --disable-static \
     --enable-enchant \
     --enable-gnutls \




More information about the arch-commits mailing list