aboutsummaryrefslogtreecommitdiffstats
path: root/testing/evolution/APKBUILD
blob: ed09c168cb076d58b50f15d1ca7a5387257294ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=evolution
pkgver=3.22.1
pkgrel=0
pkgdesc="evolution mail client"
url="http://projects.gnome.org/evolution"
arch="all"
license="GPL"
depends="highlight gsettings-desktop-schemas"
depends_dev="itstool libxml2-dev gcr-dev enchant-dev libcanberra-dev
	libgweather-dev openldap-dev libnotify-dev"
makedepends="$depends_dev gperf flex bison libxml2-utils glib-dev
	webkit2gtk-dev gtkspell3-dev evolution-data-server-dev glib-dev
	gtk+3.0-dev nss-dev"
install=""
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
	evolution-3.22.1-inline-images-reply.patch"

builddir="${srcdir}/${pkgname}-${pkgver}"

build() {
	cd "$builddir"
	export ac_cv_libiconv_utf8=yes
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--disable-gnome-desktop \
		--disable-autoar \
		--disable-libcryptui \
		--disable-schemas-compile \
		--disable-pst-import \
		--with-openldap \
		--enable-nss=yes \
		--enable-smime=yes \
		|| return 1
	make || return 1
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install || return 1
}

md5sums="828493ae3eefeb0594ef816fbab9c617  evolution-3.22.1.tar.xz
c89e344b70aabbe54587589a35d766cf  evolution-3.22.1-inline-images-reply.patch"
sha256sums="fa652d830f4185c33666770e6e9cfcc39d5e2f09486bbd63a084f3527064e52e  evolution-3.22.1.tar.xz
9ec3c72c4d7e8a6bf2a041d409b32f98a6234c1919119718993350070f806459  evolution-3.22.1-inline-images-reply.patch"
sha512sums="7306605160fd39999ec8c710f65f4cdadd18b19e5b354748e896d0f3a381fc387b7c6017407db69acb681f67e944d15459d31bf9bd392e7c6071610e0be6d1b9  evolution-3.22.1.tar.xz
d9ea821ff0e9e570fd39a2edda36fe28aa4544766423120297639f43e5115b6ff7409e5d959fc396303c81cfc31abae90c903821861ec57309c8294eb571e314  evolution-3.22.1-inline-images-reply.patch"