mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 01:02:26 +01:00
49 lines
1.5 KiB
Plaintext
49 lines
1.5 KiB
Plaintext
# Contributor: William Pitcock <nenolod@dereferenced.org>
|
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=evolution
|
|
pkgver=3.22.3
|
|
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
|
|
"
|
|
|
|
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="6ce0f58a55e73c221861f9304e16edef evolution-3.22.3.tar.xz"
|
|
sha256sums="a7328b0f225e41654643514eefafb02e6819660fd989ec1e8feab4f17e93dc00 evolution-3.22.3.tar.xz"
|
|
sha512sums="33d31d8c7dff30e026280fddc599085c1f9d0624e9c3ed95d9815787a48aebefc198b1bb2cb4bab75d283120c72275144ba4f158e8d82a6055c60dcd02b6addc evolution-3.22.3.tar.xz"
|