sylpheed: update to 3.0.0beta4.
--HG-- extra : convert_revision : 92baa5fb4176908880f4f8cccae7309b9ee07f65
This commit is contained in:
parent
ddab11262d
commit
c99995aa8a
1 changed files with 13 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template build file for 'sylpheed'.
|
# Template build file for 'sylpheed'.
|
||||||
pkgname=sylpheed
|
pkgname=sylpheed
|
||||||
version=2.7.1
|
version=3.0.0beta4
|
||||||
distfiles="http://sylpheed.sraoss.jp/sylpheed/v2.7/$pkgname-$version.tar.bz2"
|
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.0beta/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-compface --disable-gtkspell
|
configure_args="--disable-compface --disable-gtkspell
|
||||||
--disable-gpgme"
|
--disable-gpgme"
|
||||||
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>"
|
||||||
checksum=8bb6457db4e2eea1877b487d9ac8513546372db9a6a2e4271d11229f4af84e23
|
checksum=1cea406741cf464fe00374144b59ce97cbd861aca6a4c23f795662c10ab5f4b0
|
||||||
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).
|
||||||
|
@ -27,8 +27,15 @@ long_desc="
|
||||||
* Junk mail control
|
* Junk mail control
|
||||||
* Flexible cooperation with external commands"
|
* Flexible cooperation with external commands"
|
||||||
|
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run gtk+
|
||||||
|
Add_dependency run openssl
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build flex
|
Add_dependency build flex
|
||||||
Add_dependency full glibc
|
Add_dependency build gtk+-devel
|
||||||
Add_dependency full gtk+
|
Add_dependency build openssl-devel
|
||||||
Add_dependency full openssl
|
|
||||||
|
post_install()
|
||||||
|
{
|
||||||
|
rm -rf ${DESTDIR}/usr/include
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue