sylpheed: sanitize deps, bumprev.
--HG-- extra : convert_revision : e7e158298970dd866aa1ada1275154ddba731702
This commit is contained in:
parent
9a35cefb11
commit
6090e4f97b
@ -1,10 +1,10 @@
|
|||||||
# Template build file for 'sylpheed'.
|
# Template build file for 'sylpheed'.
|
||||||
pkgname=sylpheed
|
pkgname=sylpheed
|
||||||
version=3.0.0beta4
|
version=3.0.0beta4
|
||||||
|
revision=1
|
||||||
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.0beta/$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=1cea406741cf464fe00374144b59ce97cbd861aca6a4c23f795662c10ab5f4b0
|
checksum=1cea406741cf464fe00374144b59ce97cbd861aca6a4c23f795662c10ab5f4b0
|
||||||
@ -28,12 +28,24 @@ long_desc="
|
|||||||
* Flexible cooperation with external commands"
|
* Flexible cooperation with external commands"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
Add_dependency run atk
|
||||||
|
Add_dependency run glib
|
||||||
|
Add_dependency run pango
|
||||||
|
Add_dependency run cairo
|
||||||
|
Add_dependency run freetype
|
||||||
|
Add_dependency run fontconfig
|
||||||
Add_dependency run gtk+
|
Add_dependency run gtk+
|
||||||
Add_dependency run openssl
|
Add_dependency run openssl
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build flex
|
Add_dependency build flex
|
||||||
Add_dependency build gtk+-devel
|
|
||||||
Add_dependency build openssl-devel
|
Add_dependency build openssl-devel
|
||||||
|
Add_dependency build atk-devel
|
||||||
|
Add_dependency build glib-devel
|
||||||
|
Add_dependency build pango-devel
|
||||||
|
Add_dependency build cairo-devel
|
||||||
|
Add_dependency build freetype-devel
|
||||||
|
Add_dependency build fontconfig-devel
|
||||||
|
Add_dependency build gtk+-devel
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
@ -392,3 +392,5 @@ libQtDesignerComponents.so qt-designer qt-devel
|
|||||||
libQtDesigner.so qt-designer qt-devel
|
libQtDesigner.so qt-designer qt-devel
|
||||||
libvlc.so vlc
|
libvlc.so vlc
|
||||||
libvlccore.so vlc
|
libvlccore.so vlc
|
||||||
|
libsylpheed-plugin-0.so sylpheed
|
||||||
|
libsylph-0.so sylpheed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user