Update sylpheed to 3.5.1
changes: * 3.5.1 (stable) * New plug-in APIs to handle compose view were added. * Autotools scripts were updated. * Included documents were updated.
This commit is contained in:
parent
990157a52e
commit
62676d614e
4 changed files with 15 additions and 15 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.162 2016/08/03 10:23:05 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.163 2016/09/07 21:13:44 szptvlfn Exp $
|
||||
|
||||
DISTNAME= sylpheed-3.5.0
|
||||
PKGREVISION= 2
|
||||
DISTNAME= sylpheed-3.5.1
|
||||
CATEGORIES= mail news x11
|
||||
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v3.5/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.23 2016/01/27 18:56:31 szptvlfn Exp $
|
||||
@comment $NetBSD: PLIST,v 1.24 2016/09/07 21:13:44 szptvlfn Exp $
|
||||
bin/sylpheed
|
||||
include/sylpheed/plugin-types.h
|
||||
include/sylpheed/plugin.h
|
||||
include/sylpheed/sylph/account.h
|
||||
include/sylpheed/sylph/base64.h
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.85 2016/01/27 18:56:31 szptvlfn Exp $
|
||||
$NetBSD: distinfo,v 1.86 2016/09/07 21:13:44 szptvlfn Exp $
|
||||
|
||||
SHA1 (sylpheed-3.5.0.tar.bz2) = 80e34d79b1f4ffcc6aaa73347d9553cde7d26ce3
|
||||
RMD160 (sylpheed-3.5.0.tar.bz2) = c63a8f0cb5f73c828f60298541812cfe73807ac6
|
||||
SHA512 (sylpheed-3.5.0.tar.bz2) = fa2803c41a935089989d93cd78ef0dd04d5c0117283f37b82f3d5e76eb753d38960ce3cc122936883cb3057e834acaa03b1a565cd31202331527d07a24e8d5b0
|
||||
Size (sylpheed-3.5.0.tar.bz2) = 3519735 bytes
|
||||
SHA1 (sylpheed-3.5.1.tar.bz2) = 67a81b6bb855f349cda3ef203ae5ba272e64d7ce
|
||||
RMD160 (sylpheed-3.5.1.tar.bz2) = 9ecf4bee6718f6499533abb464638af6c39e595c
|
||||
SHA512 (sylpheed-3.5.1.tar.bz2) = 264aafb40eaa163405074480b2deb7eefe0d2158a107d9b26bc35d5506dcf5a52cf5712b81bd4c06b4c76e48c6e372c74473e5371bbdc80f230267f3b211c7f5
|
||||
Size (sylpheed-3.5.1.tar.bz2) = 3561816 bytes
|
||||
SHA1 (patch-aa) = f7c6b53c173ca18f9e5e832aec38dd2455242f9c
|
||||
SHA1 (patch-configure) = 29644169674c7537ba94a1c479e0da5a8e6a082e
|
||||
SHA1 (patch-configure) = 17e2ee932db99138897485f30cd34c3b115da55e
|
||||
SHA1 (patch-macosx_bundle_launcher.sh) = abfdb54b3400ee00e0c1e99fb5037a1a3c1e2a66
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
$NetBSD: patch-configure,v 1.1 2016/01/27 18:56:31 szptvlfn Exp $
|
||||
$NetBSD: patch-configure,v 1.2 2016/09/07 21:13:44 szptvlfn Exp $
|
||||
|
||||
replace == with =
|
||||
|
||||
--- configure.orig 2016-01-15 17:17:25.000000000 +0900
|
||||
+++ configure 2016-01-28 03:06:54.940828857 +0900
|
||||
@@ -12567,7 +12567,7 @@
|
||||
--- configure.orig 2016-07-29 03:00:06.000000000 +0000
|
||||
+++ configure
|
||||
@@ -13708,7 +13708,7 @@ fi
|
||||
|
||||
|
||||
|
||||
|
@ -12,4 +12,4 @@ replace == with =
|
|||
+if test "$os_osx" = yes; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtkosx_application_ready in -lgtkmacintegration" >&5
|
||||
$as_echo_n "checking for gtkosx_application_ready in -lgtkmacintegration... " >&6; }
|
||||
if test "${ac_cv_lib_gtkmacintegration_gtkosx_application_ready+set}" = set; then :
|
||||
if ${ac_cv_lib_gtkmacintegration_gtkosx_application_ready+:} false; then :
|
||||
|
|
Loading…
Reference in a new issue