diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-02 07:33:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-02 07:33:11 +0000 |
commit | 2e1bbd24de33faf98cb5081b659533f11883e614 (patch) | |
tree | 2089c78b31291280b7e2ee948d9b1bd51fe02cdc /main | |
parent | 3d3fd6dce9c8eb48859514cd8c2272457b5052aa (diff) | |
download | aports-2e1bbd24de33faf98cb5081b659533f11883e614.tar.bz2 aports-2e1bbd24de33faf98cb5081b659533f11883e614.tar.xz |
main/sylpheed: upgrade to 3.2.0
Diffstat (limited to 'main')
-rw-r--r-- | main/sylpheed/APKBUILD | 6 | ||||
-rw-r--r-- | main/sylpheed/glib.patch | 26 |
2 files changed, 2 insertions, 30 deletions
diff --git a/main/sylpheed/APKBUILD b/main/sylpheed/APKBUILD index d233859693..20c61744eb 100644 --- a/main/sylpheed/APKBUILD +++ b/main/sylpheed/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> 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 baa258bb4a..0000000000 --- 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 <glibconfig.h> -+#include <glib.h> - --#ifdef G_OS_WIN32 --# include <glib/gwin32.h> --#endif -- - #if HAVE_PATHS_H - # include <paths.h> - #endif |