2011-11-03 04:24:51 +00:00
|
|
|
# Template file for 'evolution'
|
|
|
|
pkgname=evolution
|
2013-03-28 19:25:35 +00:00
|
|
|
version=3.8.0
|
2012-10-14 07:42:53 +00:00
|
|
|
revision=1
|
2011-11-03 04:24:51 +00:00
|
|
|
build_style=gnu-configure
|
2013-03-28 19:25:35 +00: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
|
2013-03-28 19:41:48 +00:00
|
|
|
libnotify-devel gstreamer1-devel libgweather-devel>=3.8
|
2013-03-28 19:25:35 +00:00
|
|
|
NetworkManager-devel enchant-devel"
|
2012-08-14 05:52:48 +00:00
|
|
|
depends="hicolor-icon-theme desktop-file-utils"
|
2013-03-28 19:25:35 +00:00
|
|
|
fulldepends="iso-codes"
|
2013-01-25 09:52:38 +00:00
|
|
|
short_desc="Integrated mail, addressbook and calendaring for GNOME"
|
2011-11-03 04:24:51 +00:00
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
|
|
license="GPL-2"
|
2012-06-19 20:32:10 +00:00
|
|
|
homepage="http://www.gnome.org"
|
2013-03-28 19:25:35 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
|
|
|
checksum=6f78bcce1d4da7640dad8d083cc90de3500d51f190a089c723b0dcced690f642
|
2011-11-03 04:24:51 +00:00
|
|
|
|
2011-11-03 10:06:07 +00:00
|
|
|
post_install() {
|
2012-03-23 06:59:56 +00:00
|
|
|
# Remove devel stuff, not interested.
|
2012-03-27 15:29:46 +00:00
|
|
|
rm -rf ${DESTDIR}/usr/include
|
|
|
|
rm -rf ${DESTDIR}/usr/lib/pkgconfig
|
|
|
|
rm -rf ${DESTDIR}/usr/share/gtk-doc
|
2011-11-03 10:06:07 +00:00
|
|
|
}
|