mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-15 21:52:11 +01:00
52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
# 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"
|
|
# limited by webkit2gtk
|
|
arch="x86 x86_64"
|
|
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"
|