sylpheed: update to 3.2.0.
This commit is contained in:
parent
f1b4c6d6be
commit
e222ff3572
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue