sylpheed: update to 3.1.4.
This commit is contained in:
parent
6b83bc7819
commit
76dfe11e0a
|
@ -1,16 +1,16 @@
|
||||||
# Template build file for 'sylpheed'.
|
# Template build file for 'sylpheed'.
|
||||||
pkgname=sylpheed
|
pkgname=sylpheed
|
||||||
version=3.1.3
|
version=3.1.4
|
||||||
homepage="http://sylpheed.sraoss.jp"
|
revision=1
|
||||||
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.1/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-compface --disable-gtkspell"
|
configure_args="--disable-compface --disable-gtkspell"
|
||||||
makedepends="pkg-config flex zlib-devel openssl-devel atk-devel glib-devel pango-devel cairo-devel freetype-devel fontconfig-devel gtk+-devel gpgme-devel"
|
makedepends="pkg-config flex zlib-devel openssl-devel gtk+-devel gpgme-devel"
|
||||||
revision=1
|
|
||||||
short_desc="GTK+ Lightweight and user-friendly e-mail client"
|
short_desc="GTK+ Lightweight and user-friendly e-mail client"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
checksum=ddeb9d613f1b5265a687ea54ba29e7920179bc450d639620ca6e79490037db87
|
homepage="http://sylpheed.sraoss.jp"
|
||||||
|
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.1/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=5bd4105b78a65070000375193c506fda09c1e0471403f7b9e225cfca904c93ab
|
||||||
long_desc="
|
long_desc="
|
||||||
Sylpheed is a simple, lightweight but featureful, and easy-to-use
|
Sylpheed is a simple, lightweight but featureful, and easy-to-use
|
||||||
e-mail client (mailer, MUA).
|
e-mail client (mailer, MUA).
|
||||||
|
@ -30,6 +30,11 @@ long_desc="
|
||||||
* Junk mail control
|
* Junk mail control
|
||||||
* Flexible cooperation with external commands"
|
* Flexible cooperation with external commands"
|
||||||
|
|
||||||
|
LDFLAGS="-lgmodule-2.0"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i 's/glibconfig/glib/' libsylph/defs.h
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/include
|
rm -rf ${DESTDIR}/usr/include
|
||||||
|
|
Loading…
Reference in New Issue