mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
sylpheed: update to 3.1.3.
This commit is contained in:
parent
0c3341eaa9
commit
8ad7216d8b
2 changed files with 5 additions and 7 deletions
|
@ -3,8 +3,6 @@ libgmodule-2.0.so.0
|
||||||
libnsl.so.1
|
libnsl.so.1
|
||||||
libssl.so.1
|
libssl.so.1
|
||||||
libcrypto.so.1
|
libcrypto.so.1
|
||||||
libdl.so.2
|
|
||||||
libz.so.1
|
|
||||||
libgthread-2.0.so.0
|
libgthread-2.0.so.0
|
||||||
librt.so.1
|
librt.so.1
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
# Template build file for 'sylpheed'.
|
# Template build file for 'sylpheed'.
|
||||||
pkgname=sylpheed
|
pkgname=sylpheed
|
||||||
version=3.1.0
|
version=3.1.3
|
||||||
|
homepage="http://sylpheed.sraoss.jp"
|
||||||
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.1/$pkgname-$version.tar.bz2"
|
distfiles="http://sylpheed.sraoss.jp/sylpheed/v3.1/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-compface --disable-gtkspell"
|
configure_args="--disable-compface --disable-gtkspell"
|
||||||
revision=2
|
|
||||||
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=c176aa5c8f46b5f8fba6ee7d903f2687e9ddf5d5f4124da0bcee87c365d01b2b
|
license="GPL-2, LGPL-2.1"
|
||||||
|
checksum=ddeb9d613f1b5265a687ea54ba29e7920179bc450d639620ca6e79490037db87
|
||||||
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).
|
||||||
|
@ -40,7 +41,6 @@ Add_dependency build fontconfig-devel
|
||||||
Add_dependency build gtk+-devel
|
Add_dependency build gtk+-devel
|
||||||
Add_dependency build gpgme-devel
|
Add_dependency build gpgme-devel
|
||||||
|
|
||||||
post_install()
|
post_install() {
|
||||||
{
|
|
||||||
rm -rf ${DESTDIR}/usr/include
|
rm -rf ${DESTDIR}/usr/include
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue