evolution: update to 3.4.0.1.

This commit is contained in:
Juan RP 2012-03-27 17:29:46 +02:00
parent 0eb7283293
commit e4ae89aa23

View file

@ -1,8 +1,8 @@
# Template file for 'evolution' # Template file for 'evolution'
pkgname=evolution pkgname=evolution
version=3.3.92 version=3.4.0.1
homepage="http://www.gnome.org" homepage="http://www.gnome.org"
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-pst-import --with-clutter --with-openldap configure_args="--disable-pst-import --with-clutter --with-openldap
--with-krb5=/usr --disable-schemas-install --disable-scrollkeeper --with-krb5=/usr --disable-schemas-install --disable-scrollkeeper
@ -10,7 +10,7 @@ configure_args="--disable-pst-import --with-clutter --with-openldap
short_desc="Integrated mail, addressbook and calendaring" short_desc="Integrated mail, addressbook and calendaring"
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-2" license="GPL-2"
checksum=5932bd6d9c37657dde1ef3350341760c07a7c3022a4c24e7f533dbcd587bc33d checksum=364eacfc54912ba26738729d0f662a821140a712e3607cf569eb342f1dab4f7a
long_desc=" long_desc="
Evolution provides integrated mail, addressbook and calendaring functionality Evolution provides integrated mail, addressbook and calendaring functionality
to users of the GNOME desktop." to users of the GNOME desktop."
@ -74,6 +74,7 @@ post_install() {
--domain ${pkgname}-3.2 ${wrksrc}/${f} --domain ${pkgname}-3.2 ${wrksrc}/${f}
done done
# Remove devel stuff, not interested. # Remove devel stuff, not interested.
rm -rf ${DESTDIR}/usr/include ${DESTDIR}/usr/lib/pkgconfig \ rm -rf ${DESTDIR}/usr/include
${DESTDIR}/usr/share/gtk-doc rm -rf ${DESTDIR}/usr/lib/pkgconfig
rm -rf ${DESTDIR}/usr/share/gtk-doc
} }