sylpheed: update to 3.1.3.
This commit is contained in:
parent
0c3341eaa9
commit
8ad7216d8b
|
@ -3,8 +3,6 @@ libgmodule-2.0.so.0
|
|||
libnsl.so.1
|
||||
libssl.so.1
|
||||
libcrypto.so.1
|
||||
libdl.so.2
|
||||
libz.so.1
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# Template build file for 'sylpheed'.
|
||||
pkgname=sylpheed
|
||||
version=3.1.0
|
||||
version=3.1.3
|
||||
homepage="http://sylpheed.sraoss.jp"
|
||||
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.1/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-compface --disable-gtkspell"
|
||||
revision=2
|
||||
short_desc="GTK+ Lightweight and user-friendly e-mail client"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=c176aa5c8f46b5f8fba6ee7d903f2687e9ddf5d5f4124da0bcee87c365d01b2b
|
||||
license="GPL-2, LGPL-2.1"
|
||||
checksum=ddeb9d613f1b5265a687ea54ba29e7920179bc450d639620ca6e79490037db87
|
||||
long_desc="
|
||||
Sylpheed is a simple, lightweight but featureful, and easy-to-use
|
||||
e-mail client (mailer, MUA).
|
||||
|
@ -40,7 +41,6 @@ Add_dependency build fontconfig-devel
|
|||
Add_dependency build gtk+-devel
|
||||
Add_dependency build gpgme-devel
|
||||
|
||||
post_install()
|
||||
{
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/include
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue