sylpheed: build with gpgme support, bumprev.
This commit is contained in:
parent
446fee00ff
commit
2d89953824
|
@ -1,10 +1,10 @@
|
||||||
# Template build file for 'sylpheed'.
|
# Template build file for 'sylpheed'.
|
||||||
pkgname=sylpheed
|
pkgname=sylpheed
|
||||||
version=3.0.3
|
version=3.0.3
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.0/$pkgname-$version.tar.bz2"
|
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.0/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-compface --disable-gtkspell --disable-gpgme"
|
configure_args="--disable-compface --disable-gtkspell"
|
||||||
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=9625525564542cdf65cf929a691a80513a549baf0f9b89c37e26948255648f75
|
checksum=9625525564542cdf65cf929a691a80513a549baf0f9b89c37e26948255648f75
|
||||||
|
@ -39,6 +39,7 @@ Add_dependency run libpng
|
||||||
Add_dependency run gdk-pixbuf
|
Add_dependency run gdk-pixbuf
|
||||||
Add_dependency run gtk+
|
Add_dependency run gtk+
|
||||||
Add_dependency run libssl
|
Add_dependency run libssl
|
||||||
|
Add_dependency run gpgme
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build flex
|
Add_dependency build flex
|
||||||
|
@ -51,6 +52,7 @@ Add_dependency build cairo-devel
|
||||||
Add_dependency build freetype-devel
|
Add_dependency build freetype-devel
|
||||||
Add_dependency build fontconfig-devel
|
Add_dependency build fontconfig-devel
|
||||||
Add_dependency build gtk+-devel
|
Add_dependency build gtk+-devel
|
||||||
|
Add_dependency build gpgme-devel
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue