Date: Monday, May 6, 2019 @ 21:34:48 Author: heftig Revision: 352645 archrelease: copy trunk to extra-x86_64
Added: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 352644, evolution-ews/trunk/PKGBUILD) Deleted: evolution-ews/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 72 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-05-06 21:34:39 UTC (rev 352644) +++ PKGBUILD 2019-05-06 21:34:48 UTC (rev 352645) @@ -1,36 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> -# Contributor: Ionut Biru <ib...@archlinux.org> - -pkgname=evolution-ews -pkgver=3.32.1 -pkgrel=1 -pkgdesc="MS Exchange integration through Exchange Web Services" -url="https://wiki.gnome.org/Apps/Evolution/EWS" -arch=(x86_64) -license=(LGPL2.1) -depends=(libmspack evolution) -makedepends=(git cmake intltool python) -_commit=f6c15965a748c4a933acaec847f1e2433515201d # tags/3.32.1^0 -source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g' -} - -prepare() { - cd $pkgname -} - -build() { - cmake -H$pkgname -Bbuild \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIBEXEC_INSTALL_DIR=/usr/lib \ - -DSYSCONF_INSTALL_DIR=/etc - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --build build --target install -} Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 352644, evolution-ews/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-05-06 21:34:48 UTC (rev 352645) @@ -0,0 +1,36 @@ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> +# Contributor: Ionut Biru <ib...@archlinux.org> + +pkgname=evolution-ews +pkgver=3.32.2 +pkgrel=1 +pkgdesc="MS Exchange integration through Exchange Web Services" +url="https://wiki.gnome.org/Apps/Evolution/EWS" +arch=(x86_64) +license=(LGPL2.1) +depends=(libmspack evolution) +makedepends=(git cmake intltool python) +_commit=c82a475d20134e39d3fdea78252973d77d9fdac7 # tags/3.32.2^0 +source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g' +} + +prepare() { + cd $pkgname +} + +build() { + cmake -H$pkgname -Bbuild \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DLIBEXEC_INSTALL_DIR=/usr/lib \ + -DSYSCONF_INSTALL_DIR=/etc + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --build build --target install +}