sylpheed: update to 3.4.1.
This commit is contained in:
parent
284dcf97b9
commit
365ff7d0da
1 changed files with 14 additions and 7 deletions
|
@ -1,18 +1,25 @@
|
||||||
# Template build file for 'sylpheed'.
|
# Template build file for 'sylpheed'.
|
||||||
pkgname=sylpheed
|
pkgname=sylpheed
|
||||||
version=3.3.0
|
version=3.4.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-compface --disable-gtkspell"
|
configure_args="--disable-compface --disable-gtkspell --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="pkg-config flex gpgme-devel"
|
hostmakedepends="automake libtool pkg-config flex gettext-devel gtk+-devel gpgme-devel"
|
||||||
makedepends="zlib-devel openssl-devel gtk+-devel gpgme-devel"
|
makedepends="libfl-devel zlib-devel openssl-devel gtk+-devel gpgme-devel"
|
||||||
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"
|
||||||
homepage="http://sylpheed.sraoss.jp"
|
homepage="http://sylpheed.sraoss.jp"
|
||||||
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.3/$pkgname-$version.tar.bz2"
|
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.4/$pkgname-$version.tar.bz2"
|
||||||
checksum=4d8f791aaf0f347439512aec72cd8262f90e020352cb2f7b63727ac5bc07353b
|
checksum=7ded48cff0761332d829008e2b6536f54d5c6330f9c45d7123172864b78b9787
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
aclocal -I ac
|
||||||
|
libtoolize --force --copy
|
||||||
|
autoheader
|
||||||
|
automake --add-missing --foreign --copy
|
||||||
|
autoconf
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/include
|
rm -rf ${DESTDIR}/usr/include
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue