2011-11-03 05:24:51 +01:00
|
|
|
# Template file for 'evolution'
|
|
|
|
pkgname=evolution
|
2013-12-09 11:50:23 +01:00
|
|
|
version=3.10.3
|
2013-07-23 22:09:37 +02:00
|
|
|
revision=1
|
2011-11-03 05:24:51 +01:00
|
|
|
build_style=gnu-configure
|
2013-03-28 20:25:35 +01:00
|
|
|
configure_args="--disable-pst-import --with-openldap --disable-bogofilter
|
|
|
|
--with-krb5=/usr --disable-schemas-compile --disable-static --disable-spamassassin
|
|
|
|
--disable-text-highlight"
|
|
|
|
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils
|
|
|
|
gobject-introspection"
|
2013-12-09 11:50:23 +01:00
|
|
|
makedepends="
|
|
|
|
libgdata-devel>=0.14 webkitgtk-devel>=2.1 evolution-data-server-devel>=3.10
|
2013-09-26 23:15:46 +02:00
|
|
|
GConf-devel clutter-gtk-devel>=1.4.4_2 libcanberra-devel
|
|
|
|
gtkhtml-devel>=4.6.0 libsoup-gnome-devel>=2.44 gnome-desktop-devel>=3.10
|
|
|
|
libnotify-devel gstreamer1-devel>=1:1.2 libgweather-devel>=3.10
|
2013-04-12 10:23:11 +02:00
|
|
|
NetworkManager-devel enchant-devel iso-codes"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="gtkhtml>=4.6 hicolor-icon-theme desktop-file-utils iso-codes"
|
2013-01-25 10:52:38 +01:00
|
|
|
short_desc="Integrated mail, addressbook and calendaring for GNOME"
|
2011-11-03 05:24:51 +01:00
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
|
|
license="GPL-2"
|
2012-06-19 22:32:10 +02:00
|
|
|
homepage="http://www.gnome.org"
|
2013-09-26 23:15:46 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
2013-12-09 11:50:23 +01:00
|
|
|
checksum=ad4b37215c361134a14aa1598d5c038327f897b7d9dbc750cab3d58d5c922f4c
|
2011-11-03 05:24:51 +01:00
|
|
|
|
2011-11-03 11:06:07 +01:00
|
|
|
post_install() {
|
2012-03-23 07:59:56 +01:00
|
|
|
# Remove devel stuff, not interested.
|
2012-03-27 17:29:46 +02:00
|
|
|
rm -rf ${DESTDIR}/usr/include
|
|
|
|
rm -rf ${DESTDIR}/usr/lib/pkgconfig
|
|
|
|
rm -rf ${DESTDIR}/usr/share/gtk-doc
|
2011-11-03 11:06:07 +01:00
|
|
|
}
|