evolution: update to 3.8.2.

This commit is contained in:
Juan RP 2013-05-13 13:39:52 +02:00
parent 63e7d0607c
commit 6ae04534e8

View file

@ -1,6 +1,6 @@
# Template file for 'evolution' # Template file for 'evolution'
pkgname=evolution pkgname=evolution
version=3.8.1 version=3.8.2
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-pst-import --with-openldap --disable-bogofilter configure_args="--disable-pst-import --with-openldap --disable-bogofilter
@ -18,7 +18,7 @@ maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-2" license="GPL-2"
homepage="http://www.gnome.org" homepage="http://www.gnome.org"
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
checksum=89b775c5757ddf791d181c82eaee6ddc42252eb54aa2f5dc5a80ff5b9246803b checksum=6333864015e83c2120ffe7adb262ac3055ac82995a915071440be96e08a73112
post_install() { post_install() {
# Remove devel stuff, not interested. # Remove devel stuff, not interested.
@ -30,6 +30,6 @@ post_install() {
evolution_package() { evolution_package() {
depends="hicolor-icon-theme desktop-file-utils iso-codes" depends="hicolor-icon-theme desktop-file-utils iso-codes"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }