2011-11-03 04:24:51 +00:00
|
|
|
# Template file for 'evolution'
|
|
|
|
pkgname=evolution
|
2013-12-09 10:50:23 +00:00
|
|
|
version=3.10.3
|
2013-07-23 20:09:37 +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"
|
2013-12-09 10:50:23 +00:00
|
|
|
makedepends="
|
|
|
|
libgdata-devel>=0.14 webkitgtk-devel>=2.1 evolution-data-server-devel>=3.10
|
2013-09-26 21:15:46 +00: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 08:23:11 +00:00
|
|
|
NetworkManager-devel enchant-devel 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-09-26 21:15:46 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
2013-12-09 10:50:23 +00:00
|
|
|
checksum=ad4b37215c361134a14aa1598d5c038327f897b7d9dbc750cab3d58d5c922f4c
|
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
|
|
|
}
|
2013-04-12 08:23:11 +00:00
|
|
|
|
|
|
|
evolution_package() {
|
2013-06-04 09:46:54 +00:00
|
|
|
depends="gtkhtml>=4.6 hicolor-icon-theme desktop-file-utils iso-codes"
|
2013-04-12 08:23:11 +00:00
|
|
|
pkg_install() {
|
2013-05-13 11:39:52 +00:00
|
|
|
vmove all
|
2013-04-12 08:23:11 +00:00
|
|
|
}
|
|
|
|
}
|