Date: Saturday, January 9, 2016 @ 00:34:03 Author: heftig Revision: 257667
archrelease: copy trunk to staging-i686, staging-x86_64 Added: evolution-ews/repos/staging-i686/ evolution-ews/repos/staging-i686/PKGBUILD (from rev 257666, evolution-ews/trunk/PKGBUILD) evolution-ews/repos/staging-x86_64/ evolution-ews/repos/staging-x86_64/PKGBUILD (from rev 257666, evolution-ews/trunk/PKGBUILD) -------------------------+ staging-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++ staging-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) Copied: evolution-ews/repos/staging-i686/PKGBUILD (from rev 257666, evolution-ews/trunk/PKGBUILD) =================================================================== --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-01-08 23:34:03 UTC (rev 257667) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Ionut Biru <ib...@archlinux.org> + +pkgname=evolution-ews +pkgver=3.18.3 +pkgrel=2 +pkgdesc="MS Exchange integration through Exchange Web Services" +arch=('i686' 'x86_64') +license=('LGPL2.1') +url="https://wiki.gnome.org/Apps/Evolution/EWS" +depends=('libmspack' 'evolution') +makedepends=('intltool') +options=('!emptydirs') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('b42dd81dfa1db4cdccff5a14a8f233b2b85d26033b585bcad9122d7ccd2b3b13') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --libexecdir=/usr/lib/evolution --disable-static + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: evolution-ews/repos/staging-x86_64/PKGBUILD (from rev 257666, evolution-ews/trunk/PKGBUILD) =================================================================== --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2016-01-08 23:34:03 UTC (rev 257667) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Ionut Biru <ib...@archlinux.org> + +pkgname=evolution-ews +pkgver=3.18.3 +pkgrel=2 +pkgdesc="MS Exchange integration through Exchange Web Services" +arch=('i686' 'x86_64') +license=('LGPL2.1') +url="https://wiki.gnome.org/Apps/Evolution/EWS" +depends=('libmspack' 'evolution') +makedepends=('intltool') +options=('!emptydirs') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('b42dd81dfa1db4cdccff5a14a8f233b2b85d26033b585bcad9122d7ccd2b3b13') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --libexecdir=/usr/lib/evolution --disable-static + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}