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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Jun 30 21:13:15 UTC 2008


    Date: Monday, June 30, 2008 @ 17:13:15
  Author: andyrtr
Revision: 3774

upgpkg: claws-mail 3.5.0-2

Modified:
  claws-mail/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-30 21:10:03 UTC (rev 3773)
+++ PKGBUILD	2008-06-30 21:13:15 UTC (rev 3774)
@@ -4,13 +4,13 @@
 
 pkgname=claws-mail
 pkgver=3.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A GTK+ based e-mail client."
 arch=('i686' 'x86_64')
 license=('GPL3')
 url="http://www.claws-mail.org"
 depends=('aspell>=0.60.5-2' 'gtk2>=2.12.7-1' 'openssl>=0.9.8g-2' 'startup-notification>=0.9-1'
-         'gpgme>=1.1.6-1' 'libetpan>=0.54' 'libsm>=1.0.3-' 'db>=4.6' 'curl>=7.18.0-1' 'dbus-glib>=0.74-1')
+         'gpgme>=1.1.6-1' 'libetpan>=0.54-3' 'libsm>=1.0.3-' 'db>=4.7' 'curl>=7.18.0-1' 'dbus-glib>=0.74-1')
 makedepends=('compface' 'bogofilter')
 replaces=('sylpheed-claws')
 provides=('claws')
@@ -20,7 +20,7 @@
 md5sums=('597a9a0b9d113325de6fd01500c0af98')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --enable-aspell \
     --enable-openssl \
     --enable-ldap \
@@ -33,17 +33,17 @@
     --disable-jpilot
 
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
  # build and install extra tools
   cd tools
   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} \
-        ${startdir}/pkg/usr/lib/claws-mail/tools/${i}
+        ${pkgdir}/usr/lib/claws-mail/tools/${i}
   done
   cd ..
 
  # clean-up docs ...
-  rm -rf ${startdir}/pkg/usr/share/claws-mail
+  rm -rf ${pkgdir}/usr/share/claws-mail
 }





More information about the arch-commits mailing list