diff --git a/srcpkgs/evolution/template b/srcpkgs/evolution/template index 48a6b701d4a..686366bd900 100644 --- a/srcpkgs/evolution/template +++ b/srcpkgs/evolution/template @@ -1,8 +1,8 @@ # Template file for 'evolution' pkgname=evolution -version=3.3.92 +version=3.4.0.1 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 configure_args="--disable-pst-import --with-clutter --with-openldap --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" maintainer="davehome " license="GPL-2" -checksum=5932bd6d9c37657dde1ef3350341760c07a7c3022a4c24e7f533dbcd587bc33d +checksum=364eacfc54912ba26738729d0f662a821140a712e3607cf569eb342f1dab4f7a long_desc=" Evolution provides integrated mail, addressbook and calendaring functionality to users of the GNOME desktop." @@ -74,6 +74,7 @@ post_install() { --domain ${pkgname}-3.2 ${wrksrc}/${f} done # Remove devel stuff, not interested. - rm -rf ${DESTDIR}/usr/include ${DESTDIR}/usr/lib/pkgconfig \ - ${DESTDIR}/usr/share/gtk-doc + rm -rf ${DESTDIR}/usr/include + rm -rf ${DESTDIR}/usr/lib/pkgconfig + rm -rf ${DESTDIR}/usr/share/gtk-doc }