sylpheed: update to 3.7.0
- Also add LDAP support to build.
This commit is contained in:
parent
1459ce8a3c
commit
31e6c697d3
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template build file for 'sylpheed'.
|
||||
pkgname=sylpheed
|
||||
version=3.6.0
|
||||
version=3.7.0
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-compface --disable-gtkspell --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr"
|
||||
configure_args="--disable-compface --disable-gtkspell --enable-ldap --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr"
|
||||
hostmakedepends="automake libtool pkg-config flex gettext-devel gtk+-devel gpgme-devel glib-devel"
|
||||
makedepends="libfl-devel zlib-devel libressl-devel gtk+-devel gpgme-devel"
|
||||
makedepends="libfl-devel zlib-devel libressl-devel gtk+-devel gpgme-devel libldap-devel"
|
||||
short_desc="GTK+ Lightweight and user-friendly e-mail client"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://sylpheed.sraoss.jp"
|
||||
distfiles="http://sylpheed.sraoss.jp/sylpheed/v${version%.*}/$pkgname-$version.tar.bz2"
|
||||
checksum=eba4a70b43b49dbf419934796677a69a71d069b71b0dd697a0008836be4db345
|
||||
checksum=eb23e6bda2c02095dfb0130668cf7c75d1f256904e3a7337815b4da5cb72eb04
|
||||
|
||||
pre_configure() {
|
||||
aclocal -I ac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue