[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-11-20 Thread Jan Steffens via arch-commits
Date: Friday, November 20, 2020 @ 10:53:08
  Author: heftig
Revision: 401527

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 401525, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-20 10:53:08 UTC (rev 401526)
+++ PKGBUILD2020-11-20 10:53:08 UTC (rev 401527)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.38.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 intltool python cmake ninja)
-_commit=6577a3bf04f742d7deb9689033e0b4ebdde7e183  # tags/3.38.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() {
-  CFLAGS+=" $CPPFLAGS"
-  CXXFLAGS+=" $CPPFLAGS"
-  cmake -S $pkgname -B build -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 401525, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-20 10:53:08 UTC (rev 401527)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.38.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 intltool python cmake ninja)
+_commit=3dca4e084743ba0c37378a50bb087477e9522651  # tags/3.38.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() {
+  CFLAGS+=" $CPPFLAGS"
+  CXXFLAGS+=" $CPPFLAGS"
+  cmake -S $pkgname -B build -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-08-08 Thread Jan Steffens via arch-commits
Date: Sunday, August 9, 2020 @ 01:33:15
  Author: heftig
Revision: 393348

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 393344, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-09 01:33:15 UTC (rev 393347)
+++ PKGBUILD2020-08-09 01:33:15 UTC (rev 393348)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.36.4
-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 intltool python cmake ninja)
-_commit=8e93cdf24bd77af5ca5de8eb44ac3043e9ce7d5d  # tags/3.36.4^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() {
-  CFLAGS+=" $CPPFLAGS"
-  CXXFLAGS+=" $CPPFLAGS"
-  cmake -H$pkgname -Bbuild -G Ninja \
--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 393344, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-09 01:33:15 UTC (rev 393348)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.36.5
+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 intltool python cmake ninja)
+_commit=29e4a5f334219ed9775b3a8845f807f32c4b5e53  # tags/3.36.5^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() {
+  CFLAGS+=" $CPPFLAGS"
+  CXXFLAGS+=" $CPPFLAGS"
+  cmake -H$pkgname -Bbuild -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:15:09
  Author: heftig
Revision: 390804

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 390803, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 +++--
 1 file changed, 38 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 17:14:38 UTC (rev 390803)
+++ PKGBUILD2020-07-03 17:15:09 UTC (rev 390804)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.36.3
-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 intltool python cmake ninja)
-_commit=4844f29bb132540ce821e788c57b8885dfa877b8  # tags/3.36.3^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 -G Ninja \
--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 390803, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 17:15:09 UTC (rev 390804)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.36.4
+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 intltool python cmake ninja)
+_commit=8e93cdf24bd77af5ca5de8eb44ac3043e9ce7d5d  # tags/3.36.4^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() {
+  CFLAGS+=" $CPPFLAGS"
+  CXXFLAGS+=" $CPPFLAGS"
+  cmake -H$pkgname -Bbuild -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 16:18:34
  Author: heftig
Revision: 387842

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 387841, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-29 16:17:58 UTC (rev 387841)
+++ PKGBUILD2020-05-29 16:18:34 UTC (rev 387842)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.36.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=041ab15142e3743324a5892b01ce01669e30863f  # tags/3.36.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
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 387841, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-29 16:18:34 UTC (rev 387842)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.36.3
+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 intltool python cmake ninja)
+_commit=4844f29bb132540ce821e788c57b8885dfa877b8  # tags/3.36.3^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 -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-04-24 Thread Jan Steffens via arch-commits
Date: Friday, April 24, 2020 @ 11:12:54
  Author: heftig
Revision: 381477

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 381476, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-24 11:12:38 UTC (rev 381476)
+++ PKGBUILD2020-04-24 11:12:54 UTC (rev 381477)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.36.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=11dee7cc63345fa405345a58f54fde8a07b6f2bf  # tags/3.36.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 381476, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-24 11:12:54 UTC (rev 381477)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.36.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=041ab15142e3743324a5892b01ce01669e30863f  # tags/3.36.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
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-27 Thread Jan Steffens via arch-commits
Date: Friday, March 27, 2020 @ 12:41:35
  Author: heftig
Revision: 378545

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 378539, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 12:41:34 UTC (rev 378544)
+++ PKGBUILD2020-03-27 12:41:35 UTC (rev 378545)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.36.0
-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=d37bdd04019651f8043ea2b1f6ab2d447b6cf61b  # tags/3.36.0^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 378539, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 12:41:35 UTC (rev 378545)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.36.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=11dee7cc63345fa405345a58f54fde8a07b6f2bf  # tags/3.36.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
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-02-14 Thread Jan Steffens via arch-commits
Date: Friday, February 14, 2020 @ 17:08:41
  Author: heftig
Revision: 375602

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 375598, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-14 17:08:40 UTC (rev 375601)
+++ PKGBUILD2020-02-14 17:08:41 UTC (rev 375602)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.34.3
-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=bdb1fc6abd1715895581c92fa59ecae08dce9b9c  # tags/3.34.3^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 375598, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-14 17:08:41 UTC (rev 375602)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.34.4
+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=4e91567c3db9cde224c97a4a56f5018409a3eb1d  # tags/3.34.4^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
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-01-03 Thread Jan Steffens via arch-commits
Date: Saturday, January 4, 2020 @ 00:07:05
  Author: heftig
Revision: 372526

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 372524, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-04 00:07:02 UTC (rev 372525)
+++ PKGBUILD2020-01-04 00:07:05 UTC (rev 372526)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.34.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=d9c8ae726a387d4297c3f7f0d0608c870ec6aae8  # tags/3.34.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
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 372524, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-04 00:07:05 UTC (rev 372526)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.34.3
+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=bdb1fc6abd1715895581c92fa59ecae08dce9b9c  # tags/3.34.3^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
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-11-22 Thread Jan Steffens via arch-commits
Date: Friday, November 22, 2019 @ 11:03:54
  Author: heftig
Revision: 369602

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 369599, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-22 11:03:53 UTC (rev 369601)
+++ PKGBUILD2019-11-22 11:03:54 UTC (rev 369602)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.34.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=994153a53cf02d1955f79bb0e9898e2e01e7  # tags/3.34.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 369599, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-22 11:03:54 UTC (rev 369602)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.34.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=d9c8ae726a387d4297c3f7f0d0608c870ec6aae8  # tags/3.34.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
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 12:36:53
  Author: heftig
Revision: 364017

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 364015, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 12:36:50 UTC (rev 364016)
+++ PKGBUILD2019-10-07 12:36:53 UTC (rev 364017)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.34.0
-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=5c2fc5b56814df24c5a1b8e83813a267c189a64f  # tags/3.34.0^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 364015, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 12:36:53 UTC (rev 364017)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.34.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=994153a53cf02d1955f79bb0e9898e2e01e7  # tags/3.34.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
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-05-06 Thread Jan Steffens via arch-commits
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
===
--- PKGBUILD2019-05-06 21:34:39 UTC (rev 352644)
+++ PKGBUILD2019-05-06 21:34:48 UTC (rev 352645)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-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)
+++ PKGBUILD2019-05-06 21:34:48 UTC (rev 352645)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+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
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-04-08 Thread Jan Steffens via arch-commits
Date: Monday, April 8, 2019 @ 18:03:28
  Author: heftig
Revision: 350378

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 350377, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-08 18:03:20 UTC (rev 350377)
+++ PKGBUILD2019-04-08 18:03:28 UTC (rev 350378)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.32.0
-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=684ff55be9756cb08acc91a88fbfd23d710ee461  # tags/3.32.0^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 350377, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-08 18:03:28 UTC (rev 350378)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+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
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 4, 2019 @ 15:40:51
  Author: heftig
Revision: 345254

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 345253, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 15:40:33 UTC (rev 345253)
+++ PKGBUILD2019-02-04 15:40:51 UTC (rev 345254)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.30.3
-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 ninja intltool python)
-_commit=c1919854f1e6a2b1789b5a425de7feb9b64fd398  # tags/3.30.3^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 -GNinja \
--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 345253, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 15:40:51 UTC (rev 345254)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.30.5
+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 ninja intltool python)
+_commit=d6331da456d3253bc41db2eaf8984c3db06a14af  # tags/3.30.5^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 -GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-12-10 Thread Jan Steffens via arch-commits
Date: Monday, December 10, 2018 @ 12:01:13
  Author: heftig
Revision: 341539

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 341538, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 +
 1 file changed, 36 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-10 12:00:52 UTC (rev 341538)
+++ PKGBUILD2018-12-10 12:01:13 UTC (rev 341539)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.30.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 ninja intltool python)
-_commit=c2fc89628dca8ab17430d5c477877449ec8a71ba  # tags/3.30.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() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  cmake ../$pkgname -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc
-  cmake --build .
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 341538, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-10 12:01:13 UTC (rev 341539)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.30.3
+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 ninja intltool python)
+_commit=c1919854f1e6a2b1789b5a425de7feb9b64fd398  # tags/3.30.3^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 -GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-22 Thread Jan Steffens via arch-commits
Date: Monday, October 22, 2018 @ 08:58:26
  Author: heftig
Revision: 336972

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 336971, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-22 08:58:18 UTC (rev 336971)
+++ PKGBUILD2018-10-22 08:58:26 UTC (rev 336972)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.30.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 ninja intltool python)
-_commit=eed78ea5518eb6641b975a7442b1ac2cebd4c27f  # tags/3.30.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() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  cmake ../$pkgname -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc
-  cmake --build .
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 336971, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-22 08:58:26 UTC (rev 336972)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.30.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 ninja intltool python)
+_commit=c2fc89628dca8ab17430d5c477877449ec8a71ba  # tags/3.30.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() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  cmake ../$pkgname -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc
+  cmake --build .
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-24 Thread Jan Steffens via arch-commits
Date: Monday, September 24, 2018 @ 08:07:05
  Author: heftig
Revision: 335309

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 335308, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-24 08:06:57 UTC (rev 335308)
+++ PKGBUILD2018-09-24 08:07:05 UTC (rev 335309)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.30.0
-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 ninja intltool python)
-_commit=038271a845196e79f5798c6c241b02f56195d98e  # tags/3.30.0^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() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  cmake ../$pkgname -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc
-  cmake --build .
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 335308, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-24 08:07:05 UTC (rev 335309)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.30.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 ninja intltool python)
+_commit=eed78ea5518eb6641b975a7442b1ac2cebd4c27f  # tags/3.30.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() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  cmake ../$pkgname -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc
+  cmake --build .
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-07-30 Thread Jan Steffens via arch-commits
Date: Monday, July 30, 2018 @ 19:46:16
  Author: heftig
Revision: 329697

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 329696, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-30 19:45:55 UTC (rev 329696)
+++ PKGBUILD2018-07-30 19:46:16 UTC (rev 329697)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.28.4
-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 ninja intltool python)
-options=(!emptydirs)
-_commit=4f4f3194b34a173793569d182d98e03169fa8b9c  # tags/3.28.4^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() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  cmake ../$pkgname -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
--DSYSCONF_INSTALL_DIR=/etc
-  cmake --build .
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 329696, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-30 19:46:16 UTC (rev 329697)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.28.5
+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 ninja intltool python)
+options=(!emptydirs)
+_commit=2dd18f2a93d1f05f3ebc8a7f5732bbb5338361e8  # tags/3.28.5^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() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  cmake ../$pkgname -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
+-DSYSCONF_INSTALL_DIR=/etc
+  cmake --build .
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-07-16 Thread Jan Steffens via arch-commits
Date: Monday, July 16, 2018 @ 22:43:25
  Author: heftig
Revision: 328848

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 328847, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-16 22:43:05 UTC (rev 328847)
+++ PKGBUILD2018-07-16 22:43:25 UTC (rev 328848)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.28.3
-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 ninja intltool python)
-options=(!emptydirs)
-_commit=5c21df96e9efa4164d99772111013813daa2c20f  # tags/3.28.3^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() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  cmake ../$pkgname -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
--DSYSCONF_INSTALL_DIR=/etc
-  cmake --build .
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 328847, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-16 22:43:25 UTC (rev 328848)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.28.4
+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 ninja intltool python)
+options=(!emptydirs)
+_commit=4f4f3194b34a173793569d182d98e03169fa8b9c  # tags/3.28.4^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() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  cmake ../$pkgname -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
+-DSYSCONF_INSTALL_DIR=/etc
+  cmake --build .
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-06-19 Thread Jan Steffens via arch-commits
Date: Tuesday, June 19, 2018 @ 13:26:32
  Author: heftig
Revision: 327287

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 327286, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   73 -
 1 file changed, 39 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-19 13:26:15 UTC (rev 327286)
+++ PKGBUILD2018-06-19 13:26:32 UTC (rev 327287)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.28.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 ninja intltool python)
-options=(!emptydirs)
-_commit=b2e4d6dbd07a8c63b30c3b5e94521beb5fc5dc1e  # tags/3.28.2^0
-source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
--DSYSCONF_INSTALL_DIR=/etc
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C $pkgname install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 327286, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-19 13:26:32 UTC (rev 327287)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.28.3
+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 ninja intltool python)
+options=(!emptydirs)
+_commit=5c21df96e9efa4164d99772111013813daa2c20f  # tags/3.28.3^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() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  cmake ../$pkgname -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
+-DSYSCONF_INSTALL_DIR=/etc
+  cmake --build .
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-07 Thread Jan Steffens via arch-commits
Date: Monday, May 7, 2018 @ 09:18:31
  Author: heftig
Revision: 323437

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 323436, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-07 09:18:08 UTC (rev 323436)
+++ PKGBUILD2018-05-07 09:18:31 UTC (rev 323437)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.28.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 ninja intltool python)
-options=(!emptydirs)
-_commit=da05e2e858b7bfd3e657672dd8be2aa9591bb22d  # tags/3.28.1^0
-source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
--DSYSCONF_INSTALL_DIR=/etc
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C $pkgname install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 323436, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-07 09:18:31 UTC (rev 323437)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.28.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 ninja intltool python)
+options=(!emptydirs)
+_commit=b2e4d6dbd07a8c63b30c3b5e94521beb5fc5dc1e  # tags/3.28.2^0
+source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  cmake . -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
+-DSYSCONF_INSTALL_DIR=/etc
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C $pkgname install
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-09 Thread Jan Steffens via arch-commits
Date: Monday, April 9, 2018 @ 10:44:21
  Author: heftig
Revision: 321385

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 321384, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-09 10:43:58 UTC (rev 321384)
+++ PKGBUILD2018-04-09 10:44:21 UTC (rev 321385)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.28.0
-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 ninja intltool python)
-options=(!emptydirs)
-_commit=ee0132a6132d50489011aace197d2eac516d5d65  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
--DSYSCONF_INSTALL_DIR=/etc
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C $pkgname install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 321384, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-09 10:44:21 UTC (rev 321385)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.28.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 ninja intltool python)
+options=(!emptydirs)
+_commit=da05e2e858b7bfd3e657672dd8be2aa9591bb22d  # tags/3.28.1^0
+source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  cmake . -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
+-DSYSCONF_INSTALL_DIR=/etc
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C $pkgname install
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-02-05 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 13:30:32
  Author: heftig
Revision: 315900

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 315899, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-05 13:30:04 UTC (rev 315899)
+++ PKGBUILD2018-02-05 13:30:32 UTC (rev 315900)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.26.4
-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 ninja intltool python)
-options=(!emptydirs)
-_commit=619f21208d7794a9369fed7c2b737bc5ddedc501  # tags/3.26.4^0
-source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
--DSYSCONF_INSTALL_DIR=/etc
-  ninja
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" ninja install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 315899, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-05 13:30:32 UTC (rev 315900)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.26.5
+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 ninja intltool python)
+options=(!emptydirs)
+_commit=7f9a0cd1df29b45c432f6525300f946b0681f38f  # tags/3.26.5^0
+source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  cmake . -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
+-DSYSCONF_INSTALL_DIR=/etc
+  ninja
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-01-11 Thread Jan Steffens via arch-commits
Date: Thursday, January 11, 2018 @ 19:46:35
  Author: heftig
Revision: 314613

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 314612, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-11 19:45:57 UTC (rev 314612)
+++ PKGBUILD2018-01-11 19:46:35 UTC (rev 314613)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.26.3
-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 ninja intltool python)
-options=(!emptydirs)
-_commit=d7598da5df4ca80aee73b13a407dda9865fba06d  # tags/EVOLUTION_EWS_3_26_3^0
-source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
--DSYSCONF_INSTALL_DIR=/etc
-  ninja
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" ninja install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 314612, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-11 19:46:35 UTC (rev 314613)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.26.4
+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 ninja intltool python)
+options=(!emptydirs)
+_commit=619f21208d7794a9369fed7c2b737bc5ddedc501  # tags/3.26.4^0
+source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  cmake . -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
+-DSYSCONF_INSTALL_DIR=/etc
+  ninja
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-12-17 Thread Jan Steffens via arch-commits
Date: Sunday, December 17, 2017 @ 11:58:32
  Author: heftig
Revision: 313248

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 313247, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-17 11:57:13 UTC (rev 313247)
+++ PKGBUILD2017-12-17 11:58:32 UTC (rev 313248)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.26.2
-pkgrel=2
-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 ninja intltool python)
-options=(!emptydirs)
-_commit=fb9752275bfb34054f6ba6df3cb2b3bb87d82662  # tags/EVOLUTION_EWS_3_26_2^0
-source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
--DSYSCONF_INSTALL_DIR=/etc
-  ninja
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" ninja install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 313247, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-17 11:58:32 UTC (rev 313248)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.26.3
+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 ninja intltool python)
+options=(!emptydirs)
+_commit=d7598da5df4ca80aee73b13a407dda9865fba06d  # tags/EVOLUTION_EWS_3_26_3^0
+source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  cmake . -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
+-DSYSCONF_INSTALL_DIR=/etc
+  ninja
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" ninja install
+}