2011-11-03 04:24:51 +00:00
|
|
|
# Template file for 'evolution'
|
|
|
|
pkgname=evolution
|
2014-08-12 14:02:35 +00:00
|
|
|
version=3.12.5
|
2014-09-01 13:28:02 +00:00
|
|
|
revision=2
|
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
|
2014-03-27 14:20:12 +00:00
|
|
|
--disable-text-highlight --disable-gtkspell"
|
2014-08-12 14:02:35 +00:00
|
|
|
hostmakedepends="pkg-config intltool itstool gnome-doc-utils gobject-introspection"
|
2013-12-09 10:50:23 +00:00
|
|
|
makedepends="
|
2014-03-27 14:20:12 +00:00
|
|
|
libgdata-devel>=0.15.0_2 webkitgtk-devel>=2.1 evolution-data-server-devel>=3.12
|
|
|
|
GConf-devel clutter-gtk-devel>=1.5 libcanberra-devel
|
|
|
|
gtkhtml-devel>=4.6.0 libsoup-gnome-devel>=2.44 gnome-desktop-devel>=3.12
|
|
|
|
libnotify-devel gstreamer1-devel>=1:1.2 libgweather-devel>=3.12
|
2013-04-12 08:23:11 +00:00
|
|
|
NetworkManager-devel enchant-devel iso-codes"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="gtkhtml>=4.6 hicolor-icon-theme desktop-file-utils iso-codes"
|
2013-01-25 09:52:38 +00:00
|
|
|
short_desc="Integrated mail, addressbook and calendaring for GNOME"
|
2014-06-08 09:52:36 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-11-03 04:24:51 +00:00
|
|
|
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"
|
2014-08-12 14:02:35 +00:00
|
|
|
checksum=524fb582db58fe22d79aa51e673e5fc85bcdd7d389e29c117664aed57cc4c123
|
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
|
|
|
}
|