Date: Sunday, August 28, 2011 @ 11:18:31 Author: andyrtr Revision: 136382
upgpkg: claws-mail 3.7.10-1 upstream update 3.7.10 Modified: claws-mail/trunk/PKGBUILD Deleted: claws-mail/trunk/claws-notify-crash.patch --------------------------+ PKGBUILD | 11 ++++------- claws-notify-crash.patch | 18 ------------------ 2 files changed, 4 insertions(+), 25 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-08-28 09:47:26 UTC (rev 136381) +++ PKGBUILD 2011-08-28 15:18:31 UTC (rev 136382) @@ -2,8 +2,8 @@ # Maintainer: Andreas Radke <[email protected]> pkgname=claws-mail -pkgver=3.7.9 -pkgrel=5 +pkgver=3.7.10 +pkgrel=1 pkgdesc="A GTK+ based e-mail client." arch=('i686' 'x86_64') license=('GPL3') @@ -19,15 +19,12 @@ provides=('claws') options=(!libtool) install=claws-mail.install -source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2 - claws-notify-crash.patch) -md5sums=('2f9d2dcabf84e312cfeb56efa799b5b3' - '9a2903449f679344b5f5f51c91825b45') +source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2) +md5sums=('fcf58dcff52f0908ff3bc368d820408b') build() { cd ${srcdir}/${pkgname}-${pkgver} - patch -Np0 -i $srcdir/claws-notify-crash.patch sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py ./configure --prefix=/usr --disable-static \ Deleted: claws-notify-crash.patch =================================================================== --- claws-notify-crash.patch 2011-08-28 09:47:26 UTC (rev 136381) +++ claws-notify-crash.patch 2011-08-28 15:18:31 UTC (rev 136382) @@ -1,18 +0,0 @@ -Index: src/main.c -=================================================================== -RCS file: //claws/src/main.c,v -retrieving revision 1.115.2.237 -retrieving revision 1.115.2.238 -diff -u -r1.115.2.237 -r1.115.2.238 ---- src/main.c 10 Apr 2011 17:19:04 -0000 1.115.2.237 -+++ src/main.c 30 Apr 2011 19:27:15 -0000 1.115.2.238 -@@ -331,7 +331,7 @@ - gtk_widget_show(hack); - } - -- xdisplay = gdk_display_get_default(); -+ xdisplay = GDK_DISPLAY_XDISPLAY(gdk_display_get_default()); - sn_display = sn_display_new(xdisplay, - sn_error_trap_push, - sn_error_trap_pop); -
