2011-11-03 05:24:51 +01:00
|
|
|
# Template file for 'evolution'
|
|
|
|
pkgname=evolution
|
2013-03-28 20:25:35 +01:00
|
|
|
version=3.8.0
|
2012-10-14 09:42:53 +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"
|
|
|
|
makedepends="libgdata-devel>=0.13 webkitgtk-devel evolution-data-server-devel>=3.8
|
|
|
|
GConf-devel clutter-gtk-devel>=1.4.4 libcanberra-devel
|
|
|
|
gtkhtml-devel>=4.6.0 libsoup-gnome-devel gnome-desktop-devel>=3.8
|
|
|
|
libldap-devel libnotify-devel gstreamer1-devel libgweather-devel>=3.8
|
|
|
|
NetworkManager-devel enchant-devel"
|
2012-08-14 07:52:48 +02:00
|
|
|
depends="hicolor-icon-theme desktop-file-utils"
|
2013-03-28 20:25:35 +01:00
|
|
|
fulldepends="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-03-28 20:25:35 +01:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
|
|
|
checksum=6f78bcce1d4da7640dad8d083cc90de3500d51f190a089c723b0dcced690f642
|
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
|
|
|
}
|