From 2e1bbd24de33faf98cb5081b659533f11883e614 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 2 Jul 2012 07:33:11 +0000 Subject: main/sylpheed: upgrade to 3.2.0 --- main/sylpheed/APKBUILD | 6 ++---- main/sylpheed/glib.patch | 26 -------------------------- 2 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 main/sylpheed/glib.patch (limited to 'main/sylpheed') diff --git a/main/sylpheed/APKBUILD b/main/sylpheed/APKBUILD index d23385969..20c61744e 100644 --- a/main/sylpheed/APKBUILD +++ b/main/sylpheed/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa pkgname=sylpheed -pkgver=3.1.4 +pkgver=3.2.0 pkgrel=0 pkgdesc="Lightweight and user-friendly e-mail client" url="http://sylpheed.sraoss.jp/en/" @@ -10,7 +10,6 @@ depends= makedepends="gtk+-dev openldap-dev openssl-dev" subpackages="$pkgname-dev $pkgname-lang" source="http://$pkgname.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2 - glib.patch gmodule.patch " @@ -36,6 +35,5 @@ package() { make DESTDIR="$pkgdir" install || return 1 find "$pkgdir" -name '*.la' -delete } -md5sums="4e0e41f05607e5c2542a7dfd166aee77 sylpheed-3.1.4.tar.bz2 -8add7f81d58958ba4ed5680e8fcc4c80 glib.patch +md5sums="bbb691cf2bb11f84b329e68b58a62918 sylpheed-3.2.0.tar.bz2 e9a3795219bc9c6cafc1cc360eeb9854 gmodule.patch" diff --git a/main/sylpheed/glib.patch b/main/sylpheed/glib.patch deleted file mode 100644 index baa258bb4..000000000 --- a/main/sylpheed/glib.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: libsylph/defs.h -=================================================================== ---- ./libsylph/defs.h (revision 3032) -+++ ./libsylph/defs.h (revision 3033) -@@ -1,6 +1,6 @@ - /* - * LibSylph -- E-Mail client library -- * Copyright (C) 1999-2010 Hiroyuki Yamamoto -+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public -@@ -24,12 +24,8 @@ - # include "config.h" - #endif - --#include -+#include - --#ifdef G_OS_WIN32 --# include --#endif -- - #if HAVE_PATHS_H - # include - #endif -- cgit v1.2.3