From e222ff3572eb9686e72e63268f4a5892a84a9891 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 30 Jun 2012 18:17:30 +0200 Subject: [PATCH] sylpheed: update to 3.2.0. --- srcpkgs/sylpheed/template | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/srcpkgs/sylpheed/template b/srcpkgs/sylpheed/template index 6c079aec42..0f297d1968 100644 --- a/srcpkgs/sylpheed/template +++ b/srcpkgs/sylpheed/template @@ -1,6 +1,6 @@ # Template build file for 'sylpheed'. pkgname=sylpheed -version=3.1.4 +version=3.2.0 revision=1 build_style=gnu-configure configure_args="--disable-compface --disable-gtkspell" @@ -9,8 +9,8 @@ short_desc="GTK+ Lightweight and user-friendly e-mail client" maintainer="Juan RP " license="GPL-2, LGPL-2.1" homepage="http://sylpheed.sraoss.jp" -distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.1/$pkgname-$version.tar.bz2" -checksum=5bd4105b78a65070000375193c506fda09c1e0471403f7b9e225cfca904c93ab +distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.2/$pkgname-$version.tar.bz2" +checksum=4aeb7c6436ad485a2cc101dd68a1fb84abcad4c6471ed9ddefec65e482e5b2b1 long_desc=" Sylpheed is a simple, lightweight but featureful, and easy-to-use e-mail client (mailer, MUA). @@ -30,12 +30,6 @@ long_desc=" * Junk mail control * Flexible cooperation with external commands" -LDFLAGS="-lgmodule-2.0" - -pre_configure() { - sed -i 's/glibconfig/glib/' libsylph/defs.h -} - post_install() { rm -rf ${DESTDIR}/usr/include }