[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2020-11-20 Thread Jan Steffens via arch-commits
Date: Friday, November 20, 2020 @ 10:52:55
  Author: heftig
Revision: 401524

3.38.2-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-20 10:52:54 UTC (rev 401523)
+++ PKGBUILD2020-11-20 10:52:55 UTC (rev 401524)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.38.1
+pkgver=3.38.2
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git intltool python cmake ninja)
-_commit=6577a3bf04f742d7deb9689033e0b4ebdde7e183  # tags/3.38.1^0
+_commit=3dca4e084743ba0c37378a50bb087477e9522651  # tags/3.38.2^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2020-10-02 Thread Jan Steffens via arch-commits
Date: Friday, October 2, 2020 @ 17:23:48
  Author: heftig
Revision: 397098

3.38.1-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-02 17:22:49 UTC (rev 397097)
+++ PKGBUILD2020-10-02 17:23:48 UTC (rev 397098)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.38.0
+pkgver=3.38.1
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git intltool python cmake ninja)
-_commit=eb6c3d27b7e5a3f6b61f75c6b308b392f7ce0a06  # tags/3.38.0^0
+_commit=6577a3bf04f742d7deb9689033e0b4ebdde7e183  # tags/3.38.1^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 16:55:30
  Author: heftig
Revision: 396777

3.38.0-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 16:52:04 UTC (rev 396776)
+++ PKGBUILD2020-09-27 16:55:30 UTC (rev 396777)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.36.5
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git intltool python cmake ninja)
-_commit=29e4a5f334219ed9775b3a8845f807f32c4b5e53  # tags/3.36.5^0
+_commit=eb6c3d27b7e5a3f6b61f75c6b308b392f7ce0a06  # tags/3.38.0^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -26,7 +26,7 @@
 build() {
   CFLAGS+=" $CPPFLAGS"
   CXXFLAGS+=" $CPPFLAGS"
-  cmake -H$pkgname -Bbuild -G Ninja \
+  cmake -S $pkgname -B build -G Ninja \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIBEXEC_INSTALL_DIR=/usr/lib \
 -DSYSCONF_INSTALL_DIR=/etc
@@ -34,5 +34,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
+  DESTDIR="$pkgdir" cmake --install build
 }


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2020-08-08 Thread Jan Steffens via arch-commits
Date: Sunday, August 9, 2020 @ 01:32:42
  Author: heftig
Revision: 393344

3.36.5-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-09 01:28:07 UTC (rev 393343)
+++ PKGBUILD2020-08-09 01:32:42 UTC (rev 393344)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.36.4
+pkgver=3.36.5
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git intltool python cmake ninja)
-_commit=8e93cdf24bd77af5ca5de8eb44ac3043e9ce7d5d  # tags/3.36.4^0
+_commit=29e4a5f334219ed9775b3a8845f807f32c4b5e53  # tags/3.36.5^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:14:38
  Author: heftig
Revision: 390803

3.36.4-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 17:14:36 UTC (rev 390802)
+++ PKGBUILD2020-07-03 17:14:38 UTC (rev 390803)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.36.3
+pkgver=3.36.4
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git intltool python cmake ninja)
-_commit=4844f29bb132540ce821e788c57b8885dfa877b8  # tags/3.36.3^0
+_commit=8e93cdf24bd77af5ca5de8eb44ac3043e9ce7d5d  # tags/3.36.4^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -24,6 +24,8 @@
 }
 
 build() {
+  CFLAGS+=" $CPPFLAGS"
+  CXXFLAGS+=" $CPPFLAGS"
   cmake -H$pkgname -Bbuild -G Ninja \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIBEXEC_INSTALL_DIR=/usr/lib \


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 16:17:58
  Author: heftig
Revision: 387841

3.36.3-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 16:16:38 UTC (rev 387840)
+++ PKGBUILD2020-05-29 16:17:58 UTC (rev 387841)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.36.2
+pkgver=3.36.3
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -9,8 +9,8 @@
 arch=(x86_64)
 license=(LGPL2.1)
 depends=(libmspack evolution)
-makedepends=(git cmake intltool python)
-_commit=041ab15142e3743324a5892b01ce01669e30863f  # tags/3.36.2^0
+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')
 
@@ -24,7 +24,7 @@
 }
 
 build() {
-  cmake -H$pkgname -Bbuild \
+  cmake -H$pkgname -Bbuild -G Ninja \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIBEXEC_INSTALL_DIR=/usr/lib \
 -DSYSCONF_INSTALL_DIR=/etc


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

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

3.36.2-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-24 11:03:09 UTC (rev 381475)
+++ PKGBUILD2020-04-24 11:12:38 UTC (rev 381476)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.36.1
+pkgver=3.36.2
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git cmake intltool python)
-_commit=11dee7cc63345fa405345a58f54fde8a07b6f2bf  # tags/3.36.1^0
+_commit=041ab15142e3743324a5892b01ce01669e30863f  # tags/3.36.2^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

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

3.36.1-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 12:33:52 UTC (rev 378537)
+++ PKGBUILD2020-03-27 12:41:14 UTC (rev 378538)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.36.0
+pkgver=3.36.1
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git cmake intltool python)
-_commit=d37bdd04019651f8043ea2b1f6ab2d447b6cf61b  # tags/3.36.0^0
+_commit=11dee7cc63345fa405345a58f54fde8a07b6f2bf  # tags/3.36.1^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:22:25
  Author: heftig
Revision: 377014

3.36.0-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 06:19:44 UTC (rev 377013)
+++ PKGBUILD2020-03-08 06:22:25 UTC (rev 377014)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.34.4
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git cmake intltool python)
-_commit=4e91567c3db9cde224c97a4a56f5018409a3eb1d  # tags/3.34.4^0
+_commit=d37bdd04019651f8043ea2b1f6ab2d447b6cf61b  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2020-02-14 Thread Jan Steffens via arch-commits
Date: Friday, February 14, 2020 @ 17:07:35
  Author: heftig
Revision: 375597

3.34.4-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-14 17:07:31 UTC (rev 375596)
+++ PKGBUILD2020-02-14 17:07:35 UTC (rev 375597)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.34.3
+pkgver=3.34.4
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git cmake intltool python)
-_commit=bdb1fc6abd1715895581c92fa59ecae08dce9b9c  # tags/3.34.3^0
+_commit=4e91567c3db9cde224c97a4a56f5018409a3eb1d  # tags/3.34.4^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

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

3.34.3-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-04 00:01:15 UTC (rev 372523)
+++ PKGBUILD2020-01-04 00:01:52 UTC (rev 372524)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.34.2
+pkgver=3.34.3
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git cmake intltool python)
-_commit=d9c8ae726a387d4297c3f7f0d0608c870ec6aae8  # tags/3.34.2^0
+_commit=bdb1fc6abd1715895581c92fa59ecae08dce9b9c  # tags/3.34.3^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

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

3.34.2-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-22 10:56:26 UTC (rev 369598)
+++ PKGBUILD2019-11-22 11:03:18 UTC (rev 369599)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.34.1
+pkgver=3.34.2
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git cmake intltool python)
-_commit=994153a53cf02d1955f79bb0e9898e2e01e7  # tags/3.34.1^0
+_commit=d9c8ae726a387d4297c3f7f0d0608c870ec6aae8  # tags/3.34.2^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 12:33:23
  Author: heftig
Revision: 364014

3.34.1-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 12:33:19 UTC (rev 364013)
+++ PKGBUILD2019-10-07 12:33:23 UTC (rev 364014)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git cmake intltool python)
-_commit=5c2fc5b56814df24c5a1b8e83813a267c189a64f  # tags/3.34.0^0
+_commit=994153a53cf02d1955f79bb0e9898e2e01e7  # tags/3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2019-09-12 Thread Jan Steffens via arch-commits
Date: Thursday, September 12, 2019 @ 22:21:28
  Author: heftig
Revision: 362372

3.34.0-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-12 22:19:21 UTC (rev 362371)
+++ PKGBUILD2019-09-12 22:21:28 UTC (rev 362372)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.32.2
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git cmake intltool python)
-_commit=c82a475d20134e39d3fdea78252973d77d9fdac7  # tags/3.32.2^0
+_commit=5c2fc5b56814df24c5a1b8e83813a267c189a64f  # tags/3.34.0^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2019-05-06 Thread Jan Steffens via arch-commits
Date: Monday, May 6, 2019 @ 21:34:35
  Author: heftig
Revision: 352642

3.32.2-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-06 21:29:00 UTC (rev 352641)
+++ PKGBUILD2019-05-06 21:34:35 UTC (rev 352642)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.32.1
+pkgver=3.32.2
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git cmake intltool python)
-_commit=f6c15965a748c4a933acaec847f1e2433515201d  # tags/3.32.1^0
+_commit=c82a475d20134e39d3fdea78252973d77d9fdac7  # tags/3.32.2^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

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

3.32.1-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-08 18:01:30 UTC (rev 350376)
+++ PKGBUILD2019-04-08 18:03:20 UTC (rev 350377)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.32.0
+pkgver=3.32.1
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git cmake intltool python)
-_commit=684ff55be9756cb08acc91a88fbfd23d710ee461  # tags/3.32.0^0
+_commit=f6c15965a748c4a933acaec847f1e2433515201d  # tags/3.32.1^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 17:18:55
  Author: heftig
Revision: 348201

3.32.0-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 17:18:51 UTC (rev 348200)
+++ PKGBUILD2019-03-15 17:18:55 UTC (rev 348201)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.30.5
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -9,8 +9,8 @@
 arch=(x86_64)
 license=(LGPL2.1)
 depends=(libmspack evolution)
-makedepends=(git cmake ninja intltool python)
-_commit=d6331da456d3253bc41db2eaf8984c3db06a14af  # tags/3.30.5^0
+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')
 
@@ -24,7 +24,7 @@
 }
 
 build() {
-  cmake -H$pkgname -Bbuild -GNinja \
+  cmake -H$pkgname -Bbuild \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIBEXEC_INSTALL_DIR=/usr/lib \
 -DSYSCONF_INSTALL_DIR=/etc


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

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

3.30.5-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 15:40:31 UTC (rev 345252)
+++ PKGBUILD2019-02-04 15:40:33 UTC (rev 345253)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.30.3
+pkgver=3.30.5
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
-_commit=c1919854f1e6a2b1789b5a425de7feb9b64fd398  # tags/3.30.3^0
+_commit=d6331da456d3253bc41db2eaf8984c3db06a14af  # tags/3.30.5^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2018-12-10 Thread Jan Steffens via arch-commits
Date: Monday, December 10, 2018 @ 12:00:52
  Author: heftig
Revision: 341538

3.30.3-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-10 12:00:50 UTC (rev 341537)
+++ PKGBUILD2018-12-10 12:00:52 UTC (rev 341538)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.30.2
+pkgver=3.30.3
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
-_commit=c2fc89628dca8ab17430d5c477877449ec8a71ba  # tags/3.30.2^0
+_commit=c1919854f1e6a2b1789b5a425de7feb9b64fd398  # tags/3.30.3^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -20,17 +20,15 @@
 }
 
 prepare() {
-  mkdir build
   cd $pkgname
 }
 
 build() {
-  cd build
-  cmake ../$pkgname -G Ninja \
+  cmake -H$pkgname -Bbuild -GNinja \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIBEXEC_INSTALL_DIR=/usr/lib \
 -DSYSCONF_INSTALL_DIR=/etc
-  cmake --build .
+  cmake --build build
 }
 
 package() {


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2018-10-22 Thread Jan Steffens via arch-commits
Date: Monday, October 22, 2018 @ 08:57:46
  Author: heftig
Revision: 336969

3.30.2-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-22 08:57:07 UTC (rev 336968)
+++ PKGBUILD2018-10-22 08:57:46 UTC (rev 336969)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.30.1
+pkgver=3.30.2
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
-_commit=eed78ea5518eb6641b975a7442b1ac2cebd4c27f  # tags/3.30.1^0
+_commit=c2fc89628dca8ab17430d5c477877449ec8a71ba  # tags/3.30.2^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

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

3.30.1-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-24 08:05:54 UTC (rev 335302)
+++ PKGBUILD2018-09-24 08:05:56 UTC (rev 335303)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.30.0
+pkgver=3.30.1
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
-_commit=038271a845196e79f5798c6c241b02f56195d98e  # tags/3.30.0^0
+_commit=eed78ea5518eb6641b975a7442b1ac2cebd4c27f  # tags/3.30.1^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2018-09-07 Thread Jan Steffens via arch-commits
Date: Saturday, September 8, 2018 @ 01:52:03
  Author: heftig
Revision: 333892

3.30.0-1

Modified:
  evolution-ews/trunk/PKGBUILD  (contents, properties)

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-08 01:51:58 UTC (rev 333891)
+++ PKGBUILD2018-09-08 01:52:03 UTC (rev 333892)
@@ -1,8 +1,8 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.28.5
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,8 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
-options=(!emptydirs)
-_commit=2dd18f2a93d1f05f3ebc8a7f5732bbb5338361e8  # tags/3.28.5^0
+_commit=038271a845196e79f5798c6c241b02f56195d98e  # tags/3.30.0^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -29,7 +28,7 @@
   cd build
   cmake ../$pkgname -G Ninja \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
 -DSYSCONF_INSTALL_DIR=/etc
   cmake --build .
 }


Property changes on: evolution-ews/trunk/PKGBUILD
___
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2018-07-30 Thread Jan Steffens via arch-commits
Date: Monday, July 30, 2018 @ 19:42:13
  Author: heftig
Revision: 329693

3.28.5-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-30 19:35:42 UTC (rev 329692)
+++ PKGBUILD2018-07-30 19:42:13 UTC (rev 329693)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.28.4
+pkgver=3.28.5
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
 options=(!emptydirs)
-_commit=4f4f3194b34a173793569d182d98e03169fa8b9c  # tags/3.28.4^0
+_commit=2dd18f2a93d1f05f3ebc8a7f5732bbb5338361e8  # tags/3.28.5^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2018-07-16 Thread Jan Steffens via arch-commits
Date: Monday, July 16, 2018 @ 22:38:39
  Author: heftig
Revision: 328842

3.28.4-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-16 22:38:38 UTC (rev 328841)
+++ PKGBUILD2018-07-16 22:38:39 UTC (rev 328842)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.28.3
+pkgver=3.28.4
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
 options=(!emptydirs)
-_commit=5c21df96e9efa4164d99772111013813daa2c20f  # tags/3.28.3^0
+_commit=4f4f3194b34a173793569d182d98e03169fa8b9c  # tags/3.28.4^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2018-06-19 Thread Jan Steffens via arch-commits
Date: Tuesday, June 19, 2018 @ 13:23:38
  Author: heftig
Revision: 327284

3.28.3-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |   19 ---
 1 file changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-19 13:21:41 UTC (rev 327283)
+++ PKGBUILD2018-06-19 13:23:38 UTC (rev 327284)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.28.2
+pkgver=3.28.3
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,8 +11,8 @@
 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;)
+_commit=5c21df96e9efa4164d99772111013813daa2c20f  # tags/3.28.3^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -20,15 +20,20 @@
   git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
 }
 
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
 build() {
-  cd $pkgname
-  cmake . -G Ninja \
+  cd build
+  cmake ../$pkgname -G Ninja \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
 -DSYSCONF_INSTALL_DIR=/etc
-  ninja
+  cmake --build .
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C $pkgname install
+  DESTDIR="$pkgdir" cmake --build build --target install
 }


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2018-05-07 Thread Jan Steffens via arch-commits
Date: Monday, May 7, 2018 @ 09:11:28
  Author: heftig
Revision: 323430

3.28.2-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-07 09:10:44 UTC (rev 323429)
+++ PKGBUILD2018-05-07 09:11:28 UTC (rev 323430)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.28.1
+pkgver=3.28.2
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
 options=(!emptydirs)
-_commit=da05e2e858b7bfd3e657672dd8be2aa9591bb22d  # tags/3.28.1^0
+_commit=b2e4d6dbd07a8c63b30c3b5e94521beb5fc5dc1e  # tags/3.28.2^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2018-04-09 Thread Jan Steffens via arch-commits
Date: Monday, April 9, 2018 @ 10:41:34
  Author: heftig
Revision: 321382

3.28.1-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-09 10:41:32 UTC (rev 321381)
+++ PKGBUILD2018-04-09 10:41:34 UTC (rev 321382)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.28.0
+pkgver=3.28.1
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
 options=(!emptydirs)
-_commit=ee0132a6132d50489011aace197d2eac516d5d65  # tags/3.28.0^0
+_commit=da05e2e858b7bfd3e657672dd8be2aa9591bb22d  # tags/3.28.1^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2018-03-14 Thread Jan Steffens via arch-commits
Date: Wednesday, March 14, 2018 @ 19:52:24
  Author: heftig
Revision: 319074

3.28.0-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 19:52:01 UTC (rev 319073)
+++ PKGBUILD2018-03-14 19:52:24 UTC (rev 319074)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.26.5
+pkgver=3.28.0
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
 options=(!emptydirs)
-_commit=7f9a0cd1df29b45c432f6525300f946b0681f38f  # tags/3.26.5^0
+_commit=ee0132a6132d50489011aace197d2eac516d5d65  # tags/3.28.0^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -30,6 +30,5 @@
 }
 
 package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" ninja -C $pkgname install
 }


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2018-02-05 Thread Jan Steffens via arch-commits
Date: Monday, February 5, 2018 @ 13:27:14
  Author: heftig
Revision: 315897

3.26.5-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 13:27:02 UTC (rev 315896)
+++ PKGBUILD2018-02-05 13:27:14 UTC (rev 315897)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.26.4
+pkgver=3.26.5
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
 options=(!emptydirs)
-_commit=619f21208d7794a9369fed7c2b737bc5ddedc501  # tags/3.26.4^0
+_commit=7f9a0cd1df29b45c432f6525300f946b0681f38f  # tags/3.26.5^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2018-01-11 Thread Jan Steffens via arch-commits
Date: Thursday, January 11, 2018 @ 19:45:57
  Author: heftig
Revision: 314612

3.26.4-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-11 19:36:57 UTC (rev 314611)
+++ PKGBUILD2018-01-11 19:45:57 UTC (rev 314612)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.26.3
+pkgver=3.26.4
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
 options=(!emptydirs)
-_commit=d7598da5df4ca80aee73b13a407dda9865fba06d  # tags/EVOLUTION_EWS_3_26_3^0
+_commit=619f21208d7794a9369fed7c2b737bc5ddedc501  # tags/3.26.4^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2017-12-17 Thread Jan Steffens via arch-commits
Date: Sunday, December 17, 2017 @ 11:55:36
  Author: heftig
Revision: 313245

3.26.3-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-17 11:51:06 UTC (rev 313244)
+++ PKGBUILD2017-12-17 11:55:36 UTC (rev 313245)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.26.2
-pkgrel=2
+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)
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
 options=(!emptydirs)
-_commit=fb9752275bfb34054f6ba6df3cb2b3bb87d82662  # tags/EVOLUTION_EWS_3_26_2^0
+_commit=d7598da5df4ca80aee73b13a407dda9865fba06d  # tags/EVOLUTION_EWS_3_26_3^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 13:37:40
  Author: jgc
Revision: 310591

upgpkg: evolution-ews 3.26.2-2

Libical/Enchant rebuild

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 13:25:27 UTC (rev 310590)
+++ PKGBUILD2017-11-22 13:37:40 UTC (rev 310591)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-ews
 pkgver=3.26.2
-pkgrel=1
+pkgrel=2
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
 arch=(x86_64)


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 09:28:34
  Author: heftig
Revision: 308635

3.26.2-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 09:28:31 UTC (rev 308634)
+++ PKGBUILD2017-10-30 09:28:34 UTC (rev 308635)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.26.1
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
 options=(!emptydirs)
-_commit=47e1ce3f2182f6a030a2f439d03bda76d6e7b8fc  # tags/EVOLUTION_EWS_3_26_1^0
+_commit=fb9752275bfb34054f6ba6df3cb2b3bb87d82662  # tags/EVOLUTION_EWS_3_26_2^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 13:45:02
  Author: heftig
Revision: 306557

3.26.1-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 13:44:54 UTC (rev 306556)
+++ PKGBUILD2017-10-02 13:45:02 UTC (rev 306557)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.26.0+2+g8207f88
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
 options=(!emptydirs)
-_commit=8207f88fe7b7f48eb88bf22faad7d37a490c29fc  # gnome-3-26
+_commit=47e1ce3f2182f6a030a2f439d03bda76d6e7b8fc  # tags/EVOLUTION_EWS_3_26_1^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2017-09-20 Thread Jan Steffens
Date: Wednesday, September 20, 2017 @ 20:36:40
  Author: heftig
Revision: 305997

3.26.0+2+g8207f88-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-20 20:36:35 UTC (rev 305996)
+++ PKGBUILD2017-09-20 20:36:40 UTC (rev 305997)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.24.5
+pkgver=3.26.0+2+g8207f88
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -9,9 +9,9 @@
 arch=(i686 x86_64)
 license=(LGPL2.1)
 depends=(libmspack evolution)
-makedepends=(intltool gnome-common git cmake ninja)
+makedepends=(git cmake ninja intltool python)
 options=(!emptydirs)
-_commit=fde4a76a5a0e571994d7cd4ead3c41dc30afe3f2  # tags/EVOLUTION_EWS_3_24_5^0
+_commit=8207f88fe7b7f48eb88bf22faad7d37a490c29fc  # gnome-3-26
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2017-08-07 Thread Jan Steffens
Date: Monday, August 7, 2017 @ 18:47:15
  Author: heftig
Revision: 301746

3.24.5-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 18:47:14 UTC (rev 301745)
+++ PKGBUILD2017-08-07 18:47:15 UTC (rev 301746)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.24.4
+pkgver=3.24.5
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(intltool gnome-common git cmake ninja)
 options=(!emptydirs)
-_commit=3a75aa8c1f1f0e8cc27826d979d304e63d98a5e5  # tags/EVOLUTION_EWS_3_24_4^0
+_commit=fde4a76a5a0e571994d7cd4ead3c41dc30afe3f2  # tags/EVOLUTION_EWS_3_24_5^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2017-07-17 Thread Jan Steffens
Date: Monday, July 17, 2017 @ 14:10:56
  Author: heftig
Revision: 300691

3.24.4-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |   15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-17 14:10:43 UTC (rev 300690)
+++ PKGBUILD2017-07-17 14:10:56 UTC (rev 300691)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.24.3
+pkgver=3.24.4
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -9,9 +9,9 @@
 arch=(i686 x86_64)
 license=(LGPL2.1)
 depends=(libmspack evolution)
-makedepends=(intltool gnome-common git cmake)
+makedepends=(intltool gnome-common git cmake ninja)
 options=(!emptydirs)
-_commit=1f106e9003f6f375cce92585b6bb5f2facc78f44  # tags/EVOLUTION_EWS_3_24_3^0
+_commit=3a75aa8c1f1f0e8cc27826d979d304e63d98a5e5  # tags/EVOLUTION_EWS_3_24_4^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -22,11 +22,14 @@
 
 build() {
   cd $pkgname
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib/evolution 
-DSYSCONF_INSTALL_DIR=/etc
-  make
+  cmake . -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
+-DSYSCONF_INSTALL_DIR=/etc
+  ninja
 }
 
 package() {
   cd $pkgname
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 }


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2017-06-19 Thread Jan Steffens
Date: Monday, June 19, 2017 @ 19:57:24
  Author: heftig
Revision: 298987

3.24.3-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-19 19:57:21 UTC (rev 298986)
+++ PKGBUILD2017-06-19 19:57:24 UTC (rev 298987)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.24.2
+pkgver=3.24.3
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(intltool gnome-common git cmake)
 options=(!emptydirs)
-_commit=1a1ecee37c5577078e8e9f7340bd6daa7ab2bba2  # tags/EVOLUTION_EWS_3_24_2^0
+_commit=1f106e9003f6f375cce92585b6bb5f2facc78f44  # tags/EVOLUTION_EWS_3_24_3^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2017-05-09 Thread Jan Steffens
Date: Tuesday, May 9, 2017 @ 15:48:21
  Author: heftig
Revision: 295477

3.24.2-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-09 15:48:15 UTC (rev 295476)
+++ PKGBUILD2017-05-09 15:48:21 UTC (rev 295477)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.24.1
+pkgver=3.24.2
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(intltool gnome-common git cmake)
 options=(!emptydirs)
-_commit=cc72e27bedccf36f22eeb1be92e1408aae88128a  # tags/EVOLUTION_EWS_3_24_1^0
+_commit=1a1ecee37c5577078e8e9f7340bd6daa7ab2bba2  # tags/EVOLUTION_EWS_3_24_2^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2017-04-14 Thread Jan de Groot
Date: Friday, April 14, 2017 @ 11:20:00
  Author: jgc
Revision: 292919

upgpkg: evolution-ews 3.24.1-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-14 10:45:29 UTC (rev 292918)
+++ PKGBUILD2017-04-14 11:20:00 UTC (rev 292919)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.22.6
+pkgver=3.24.1
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -9,9 +9,9 @@
 arch=(i686 x86_64)
 license=(LGPL2.1)
 depends=(libmspack evolution)
-makedepends=(intltool gnome-common git)
+makedepends=(intltool gnome-common git cmake)
 options=(!emptydirs)
-_commit=38b969cc16281f436be73c988358ced41730c498  # tags/EVOLUTION_EWS_3_22_6^0
+_commit=cc72e27bedccf36f22eeb1be92e1408aae88128a  # tags/EVOLUTION_EWS_3_24_1^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -20,16 +20,9 @@
   git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
 }
 
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
 build() {
   cd $pkgname
-  ./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
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib/evolution 
-DSYSCONF_INSTALL_DIR=/etc
   make
 }
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2017-03-13 Thread Jan Steffens
Date: Monday, March 13, 2017 @ 14:58:23
  Author: heftig
Revision: 290786

3.22.6-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-13 14:48:55 UTC (rev 290785)
+++ PKGBUILD2017-03-13 14:58:23 UTC (rev 290786)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.22.5
+pkgver=3.22.6
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(intltool gnome-common git)
 options=(!emptydirs)
-_commit=087ae7b4566657d1e62b5095881001d206036b73  # tags/EVOLUTION_EWS_3_22_5^0
+_commit=38b969cc16281f436be73c988358ced41730c498  # tags/EVOLUTION_EWS_3_22_6^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2017-02-13 Thread Jan Steffens
Date: Monday, February 13, 2017 @ 19:42:43
  Author: heftig
Revision: 288901

3.22.5-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-13 19:42:11 UTC (rev 288900)
+++ PKGBUILD2017-02-13 19:42:43 UTC (rev 288901)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.22.4
+pkgver=3.22.5
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(intltool gnome-common git)
 options=(!emptydirs)
-_commit=238108c5b0209548a70b5dc208dd10a146837748  # tags/EVOLUTION_EWS_3_22_4^0
+_commit=087ae7b4566657d1e62b5095881001d206036b73  # tags/EVOLUTION_EWS_3_22_5^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2017-01-16 Thread Jan Steffens
Date: Monday, January 16, 2017 @ 19:37:04
  Author: heftig
Revision: 286743

3.22.4-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 19:34:37 UTC (rev 286742)
+++ PKGBUILD2017-01-16 19:37:04 UTC (rev 286743)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.22.3
+pkgver=3.22.4
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(intltool gnome-common git)
 options=(!emptydirs)
-_commit=f757be17382c55cc4039cbc71fbd974600101d14  # tags/EVOLUTION_EWS_3_22_3^0
+_commit=238108c5b0209548a70b5dc208dd10a146837748  # tags/EVOLUTION_EWS_3_22_4^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2016-12-16 Thread Jan Steffens
Date: Friday, December 16, 2016 @ 12:59:26
  Author: heftig
Revision: 283833

3.22.3-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 12:42:35 UTC (rev 283832)
+++ PKGBUILD2016-12-16 12:59:26 UTC (rev 283833)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.22.2
+pkgver=3.22.3
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,8 +11,8 @@
 depends=(libmspack evolution)
 makedepends=(intltool gnome-common git)
 options=(!emptydirs)
-_commit=804233badf685810207f5eeed30e0e53caaa5d47  # tags/EVOLUTION_EWS_3_22_2^0
-source=("git://git.gnome.org/evolution-ews#commit=$_commit")
+_commit=f757be17382c55cc4039cbc71fbd974600101d14  # tags/EVOLUTION_EWS_3_22_3^0
+source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2016-11-07 Thread Jan Steffens
Date: Monday, November 7, 2016 @ 18:50:58
  Author: heftig
Revision: 280092

3.22.2-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 18:50:57 UTC (rev 280091)
+++ PKGBUILD2016-11-07 18:50:58 UTC (rev 280092)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.22.1
+pkgver=3.22.2
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(intltool gnome-common git)
 options=(!emptydirs)
-_commit=bbdac868b3c1795f1c3601822dbaa3d5265d6027  # tags/EVOLUTION_EWS_3_22_1^0
+_commit=804233badf685810207f5eeed30e0e53caaa5d47  # tags/EVOLUTION_EWS_3_22_2^0
 source=("git://git.gnome.org/evolution-ews#commit=$_commit")
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2016-10-10 Thread Jan Steffens
Date: Monday, October 10, 2016 @ 11:46:40
  Author: heftig
Revision: 278160

3.22.1-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-10 11:45:08 UTC (rev 278159)
+++ PKGBUILD2016-10-10 11:46:40 UTC (rev 278160)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.22.0+3+g226fa98
+pkgver=3.22.1
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(intltool gnome-common git)
 options=(!emptydirs)
-_commit=226fa98f9caef3b5cda1a0f3cd57449ee6019480  # gnome-3-22
+_commit=bbdac868b3c1795f1c3601822dbaa3d5265d6027  # tags/EVOLUTION_EWS_3_22_1^0
 source=("git://git.gnome.org/evolution-ews#commit=$_commit")
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2016-09-27 Thread Jan Steffens
Date: Tuesday, September 27, 2016 @ 20:47:46
  Author: heftig
Revision: 277175

3.22.0+3+g226fa98-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |   25 ++---
 1 file changed, 18 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-27 20:41:43 UTC (rev 277174)
+++ PKGBUILD2016-09-27 20:47:46 UTC (rev 277175)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.20.5
+pkgver=3.22.0+3+g226fa98
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -9,13 +9,24 @@
 arch=(i686 x86_64)
 license=(LGPL2.1)
 depends=(libmspack evolution)
-makedepends=(intltool)
+makedepends=(intltool gnome-common git)
 options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('dec65397f7c7e5ac591335e3b5c0fe5f8e8ff7c624d6555d08edf74933d7e424')
+_commit=226fa98f9caef3b5cda1a0f3cd57449ee6019480  # gnome-3-22
+source=("git://git.gnome.org/evolution-ews#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./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
@@ -23,6 +34,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2016-08-08 Thread Jan Steffens
Date: Monday, August 8, 2016 @ 09:44:20
  Author: heftig
Revision: 273490

3.20.5-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-08 09:44:14 UTC (rev 273489)
+++ PKGBUILD2016-08-08 09:44:20 UTC (rev 273490)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.20.4
+pkgver=3.20.5
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -12,7 +12,7 @@
 makedepends=(intltool)
 options=(!emptydirs)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6cff88d0fcdf060a84998e1dd886bea7d18aebe2a7fc94b6750881fc4d9dd988')
+sha256sums=('dec65397f7c7e5ac591335e3b5c0fe5f8e8ff7c624d6555d08edf74933d7e424')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2016-07-17 Thread Jan Steffens
Date: Sunday, July 17, 2016 @ 10:51:02
  Author: heftig
Revision: 271960

3.20.4-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-17 09:34:21 UTC (rev 271959)
+++ PKGBUILD2016-07-17 10:51:02 UTC (rev 271960)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.20.3
+pkgver=3.20.4
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -12,7 +12,7 @@
 makedepends=(intltool)
 options=(!emptydirs)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d1e0d1c6970f6a049ff6f41a691c2e455debd2cddf79251e4d0c127a845869b6')
+sha256sums=('6cff88d0fcdf060a84998e1dd886bea7d18aebe2a7fc94b6750881fc4d9dd988')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 21:30:34
  Author: heftig
Revision: 269977

3.20.3-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 21:18:40 UTC (rev 269976)
+++ PKGBUILD2016-06-14 21:30:34 UTC (rev 269977)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.20.2
+pkgver=3.20.3
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -12,7 +12,7 @@
 makedepends=(intltool)
 options=(!emptydirs)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f5ca7a7a0785f2bacb9990128e9e4b3814891387947639abbe646d962fff7a47')
+sha256sums=('d1e0d1c6970f6a049ff6f41a691c2e455debd2cddf79251e4d0c127a845869b6')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2016-05-09 Thread Jan Steffens
Date: Monday, May 9, 2016 @ 22:50:17
  Author: heftig
Revision: 267288

3.20.2-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-09 20:48:36 UTC (rev 267287)
+++ PKGBUILD2016-05-09 20:50:17 UTC (rev 267288)
@@ -2,17 +2,17 @@
 # Maintainer: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
 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')
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(libmspack evolution)
+makedepends=(intltool)
+options=(!emptydirs)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ab6bba26605d52c934646612edea6d87034f6fdcf987f9486662de622cb3d739')
+sha256sums=('f5ca7a7a0785f2bacb9990128e9e4b3814891387947639abbe646d962fff7a47')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2016-04-12 Thread Jan Steffens
Date: Wednesday, April 13, 2016 @ 00:02:38
  Author: heftig
Revision: 264790

3.20.1-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-12 22:00:59 UTC (rev 264789)
+++ PKGBUILD2016-04-12 22:02:38 UTC (rev 264790)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 options=('!emptydirs')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('34e47331670b940a8eff8ef431bbfb19434f8abae43e5e85af312b869c5a3fd9')
+sha256sums=('ab6bba26605d52c934646612edea6d87034f6fdcf987f9486662de622cb3d739')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2016-03-30 Thread Jan Steffens
Date: Thursday, March 31, 2016 @ 00:16:14
  Author: heftig
Revision: 263457

3.20.0

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-30 22:14:15 UTC (rev 263456)
+++ PKGBUILD2016-03-30 22:16:14 UTC (rev 263457)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.18.5
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 options=('!emptydirs')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7e1ed3b18161a620ba358ebf23e4c7aea85c0c5070be3c20a8a2ef012fbcfc55')
+sha256sums=('34e47331670b940a8eff8ef431bbfb19434f8abae43e5e85af312b869c5a3fd9')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2016-02-15 Thread Jan Steffens
Date: Monday, February 15, 2016 @ 18:44:06
  Author: heftig
Revision: 259314

3.18.5

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 17:38:48 UTC (rev 259313)
+++ PKGBUILD2016-02-15 17:44:06 UTC (rev 259314)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.18.4
+pkgver=3.18.5
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 options=('!emptydirs')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9285d4f1f1c32e25a4ac75f38a872c2b88f463196a796d7974ada4e89a01c707')
+sha256sums=('7e1ed3b18161a620ba358ebf23e4c7aea85c0c5070be3c20a8a2ef012fbcfc55')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2016-01-18 Thread Jan Steffens
Date: Monday, January 18, 2016 @ 20:12:17
  Author: heftig
Revision: 258386

3.18.4

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-18 19:01:12 UTC (rev 258385)
+++ PKGBUILD2016-01-18 19:12:17 UTC (rev 258386)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.18.3
-pkgrel=2
+pkgver=3.18.4
+pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 arch=('i686' 'x86_64')
 license=('LGPL2.1')
@@ -11,8 +11,8 @@
 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')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9285d4f1f1c32e25a4ac75f38a872c2b88f463196a796d7974ada4e89a01c707')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2016-01-08 Thread Jan Steffens
Date: Saturday, January 9, 2016 @ 00:32:18
  Author: heftig
Revision: 257665

libical

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-08 23:32:12 UTC (rev 257664)
+++ PKGBUILD2016-01-08 23:32:18 UTC (rev 257665)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-ews
 pkgver=3.18.3
-pkgrel=1
+pkgrel=2
 pkgdesc="MS Exchange integration through Exchange Web Services"
 arch=('i686' 'x86_64')
 license=('LGPL2.1')


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2015-12-14 Thread Jan Steffens
Date: Monday, December 14, 2015 @ 20:54:20
  Author: heftig
Revision: 256062

3.18.3

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 19:52:16 UTC (rev 256061)
+++ PKGBUILD2015-12-14 19:54:20 UTC (rev 256062)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.18.2
+pkgver=3.18.3
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cc7c767f327dbaeb7961139d98ea17b1685c3584c728bb967140ae6c68458a9f')
+sha256sums=('b42dd81dfa1db4cdccff5a14a8f233b2b85d26033b585bcad9122d7ccd2b3b13')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2015-11-09 Thread Jan de Groot
Date: Monday, November 9, 2015 @ 11:38:43
  Author: jgc
Revision: 250234

upgpkg: evolution-ews 3.18.2-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-09 10:36:56 UTC (rev 250233)
+++ PKGBUILD2015-11-09 10:38:43 UTC (rev 250234)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.18.1
+pkgver=3.18.2
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 arch=('i686' 'x86_64')
@@ -12,12 +12,13 @@
 makedepends=('intltool')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4c9c36a99c707f55bae675d13899da0c19b1e24c2f80ee386a6eb155e44b')
+sha256sums=('cc7c767f327dbaeb7961139d98ea17b1685c3584c728bb967140ae6c68458a9f')
 
 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
 }
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:16:31
  Author: heftig
Revision: 248932

3.18.1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:16:28 UTC (rev 248931)
+++ PKGBUILD2015-10-12 17:16:31 UTC (rev 248932)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('72ec214a52d1f6d2ac778b43c53e7363c61f10f85c588ed1e4b5cd558cadab33')
+sha256sums=('4c9c36a99c707f55bae675d13899da0c19b1e24c2f80ee386a6eb155e44b')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2015-09-24 Thread Jan de Groot
Date: Thursday, September 24, 2015 @ 16:27:38
  Author: jgc
Revision: 247266

upgpkg: evolution-ews 3.18.0-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-24 14:25:01 UTC (rev 247265)
+++ PKGBUILD2015-09-24 14:27:38 UTC (rev 247266)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.16.5
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 arch=('i686' 'x86_64')
@@ -9,15 +9,11 @@
 license=('LGPL2.1')
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
 depends=('libmspack' 'evolution')
-makedepends=('intltool' 'gnome-common')
+makedepends=('intltool')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d67e0cbf94800fb7035205bf8fd61ae1413ae7ba79265f8750fde1e7fb25eb58')
+sha256sums=('72ec214a52d1f6d2ac778b43c53e7363c61f10f85c588ed1e4b5cd558cadab33')
 
-prepare() {
-  cd $pkgname-$pkgver
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD localedir.patch)

2015-08-09 Thread Jan Steffens
Date: Monday, August 10, 2015 @ 07:49:19
  Author: heftig
Revision: 243138

3.16.5

Modified:
  evolution-ews/trunk/PKGBUILD
Deleted:
  evolution-ews/trunk/localedir.patch

-+
 PKGBUILD|   10 +++---
 localedir.patch |   25 -
 2 files changed, 3 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-10 05:48:59 UTC (rev 243137)
+++ PKGBUILD2015-08-10 05:49:19 UTC (rev 243138)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.16.3
+pkgver=3.16.5
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -11,15 +11,11 @@
 depends=('libmspack' 'evolution')
 makedepends=('intltool' 'gnome-common')
 options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-localedir.patch)
-sha256sums=('529d3aa62a6d6d129871d005d95f27b433ad7aeb99f48f395347e18fb0586ad0'
-'774bb703f5846c14ed4f098311a5595f2738999afdd616e029bb2b53344ea16a')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d67e0cbf94800fb7035205bf8fd61ae1413ae7ba79265f8750fde1e7fb25eb58')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../localedir.patch
-  autoreconf -fvi
 }
 
 build() {

Deleted: localedir.patch
===
--- localedir.patch 2015-08-10 05:48:59 UTC (rev 243137)
+++ localedir.patch 2015-08-10 05:49:19 UTC (rev 243138)
@@ -1,25 +0,0 @@
-From 8263b3dbbb58be07e812fcff627a392dd73419ad Mon Sep 17 00:00:00 2001
-From: Milan Crha mc...@redhat.com
-Date: Thu, 11 Jun 2015 10:11:15 +0200
-Subject: configure.ac: Do not override localedir variable
-
-It could place locale files into $PREFIX/locale, instead of 
$PREFIX/share/locale.
-The change follows bug 703732.
-
-diff --git a/configure.ac b/configure.ac
-index d1c792e..0538904 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -199,9 +199,6 @@ GETTEXT_PACKAGE=evolution-ews
- AC_SUBST(GETTEXT_PACKAGE)
- AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, $GETTEXT_PACKAGE, [Package name for 
gettext])
- 
--localedir='$(prefix)/$(DATADIRNAME)/locale'
--AC_SUBST(localedir)
--
- dnl 
- dnl Initialize libtool
- dnl 
--- 
-cgit v0.10.2
-


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD localedir.patch)

2015-06-11 Thread Jan Steffens
Date: Thursday, June 11, 2015 @ 13:46:30
  Author: heftig
Revision: 240570

3.16.3

Added:
  evolution-ews/trunk/localedir.patch
Modified:
  evolution-ews/trunk/PKGBUILD

-+
 PKGBUILD|   16 
 localedir.patch |   25 +
 2 files changed, 37 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-11 11:39:34 UTC (rev 240569)
+++ PKGBUILD2015-06-11 11:46:30 UTC (rev 240570)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.16.2
+pkgver=3.16.3
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -9,11 +9,19 @@
 license=('LGPL2.1')
 url=https://wiki.gnome.org/Apps/Evolution/EWS;
 depends=('libmspack' 'evolution')
-makedepends=('intltool')
+makedepends=('intltool' 'gnome-common')
 options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('255a29ef7569e4a4d5b4faa6ca2825860e5ffc2ed2e8479def639ec51558c2d3')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+localedir.patch)
+sha256sums=('529d3aa62a6d6d129871d005d95f27b433ad7aeb99f48f395347e18fb0586ad0'
+'774bb703f5846c14ed4f098311a5595f2738999afdd616e029bb2b53344ea16a')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../localedir.patch
+  autoreconf -fvi
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \

Added: localedir.patch
===
--- localedir.patch (rev 0)
+++ localedir.patch 2015-06-11 11:46:30 UTC (rev 240570)
@@ -0,0 +1,25 @@
+From 8263b3dbbb58be07e812fcff627a392dd73419ad Mon Sep 17 00:00:00 2001
+From: Milan Crha mc...@redhat.com
+Date: Thu, 11 Jun 2015 10:11:15 +0200
+Subject: configure.ac: Do not override localedir variable
+
+It could place locale files into $PREFIX/locale, instead of 
$PREFIX/share/locale.
+The change follows bug 703732.
+
+diff --git a/configure.ac b/configure.ac
+index d1c792e..0538904 100644
+--- a/configure.ac
 b/configure.ac
+@@ -199,9 +199,6 @@ GETTEXT_PACKAGE=evolution-ews
+ AC_SUBST(GETTEXT_PACKAGE)
+ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, $GETTEXT_PACKAGE, [Package name for 
gettext])
+ 
+-localedir='$(prefix)/$(DATADIRNAME)/locale'
+-AC_SUBST(localedir)
+-
+ dnl 
+ dnl Initialize libtool
+ dnl 
+-- 
+cgit v0.10.2
+


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2015-05-12 Thread Jan Steffens
Date: Tuesday, May 12, 2015 @ 21:59:53
  Author: heftig
Revision: 239205

3.16.2

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-12 19:59:17 UTC (rev 239204)
+++ PKGBUILD2015-05-12 19:59:53 UTC (rev 239205)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.16.1
+pkgver=3.16.2
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('68f6318e4a4ccec716547783093642553fbd579a19d9fa4908423f757d32fd4e')
+sha256sums=('255a29ef7569e4a4d5b4faa6ca2825860e5ffc2ed2e8479def639ec51558c2d3')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2015-04-13 Thread Jan Steffens
Date: Monday, April 13, 2015 @ 09:39:33
  Author: heftig
Revision: 236338

3.16.1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-13 07:38:43 UTC (rev 236337)
+++ PKGBUILD2015-04-13 07:39:33 UTC (rev 236338)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e439d51253e357a363fbc08425ce9cf2e4a2ec11532c3fd16584487c5b7ae9d7')
+sha256sums=('68f6318e4a4ccec716547783093642553fbd579a19d9fa4908423f757d32fd4e')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2015-03-23 Thread Jan de Groot
Date: Monday, March 23, 2015 @ 09:22:02
  Author: jgc
Revision: 234522

upgpkg: evolution-ews 3.16.0-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-23 08:20:06 UTC (rev 234521)
+++ PKGBUILD2015-03-23 08:22:02 UTC (rev 234522)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.15.92
+pkgver=3.16.0
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,12 +12,12 @@
 makedepends=('intltool')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0ae1575a2ed2b286e19c8cbf40c8b0a3d070b8af2e5142ea4f7e2ecf49df9531')
+sha256sums=('e439d51253e357a363fbc08425ce9cf2e4a2ec11532c3fd16584487c5b7ae9d7')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  --libexecdir=/usr/lib/evolution --disable-static
   make
 }
 


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 13:23:26
  Author: jgc
Revision: 234087

upgpkg: evolution-ews 3.15.92-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 11:40:00 UTC (rev 234086)
+++ PKGBUILD2015-03-18 12:23:26 UTC (rev 234087)
@@ -2,17 +2,17 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.12.11
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
 license=('LGPL2.1')
 url=https://wiki.gnome.org/Apps/Evolution/EWS;
-depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
-makedepends=('intltool' 'evolution')
+depends=('libmspack' 'evolution')
+makedepends=('intltool')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('adbf4efd25e9c2df823a20d14f45027bacbaf14d57ffb5978ae4d33184315e83')
+sha256sums=('0ae1575a2ed2b286e19c8cbf40c8b0a3d070b8af2e5142ea4f7e2ecf49df9531')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2015-02-11 Thread Jan de Groot
Date: Wednesday, February 11, 2015 @ 16:28:20
  Author: jgc
Revision: 231297

upgpkg: evolution-ews 3.12.11-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 15:13:58 UTC (rev 231296)
+++ PKGBUILD2015-02-11 15:28:20 UTC (rev 231297)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.12.10
+pkgver=3.12.11
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8840ff682803ab738a8bebde49bdc6dc9b91c1aa03ad4c3146f77f7701dd0206')
+sha256sums=('adbf4efd25e9c2df823a20d14f45027bacbaf14d57ffb5978ae4d33184315e83')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2015-01-16 Thread Jan Steffens
Date: Friday, January 16, 2015 @ 12:18:45
  Author: heftig
Revision: 229408

3.12.10

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 11:16:44 UTC (rev 229407)
+++ PKGBUILD2015-01-16 11:18:45 UTC (rev 229408)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.12.9
+pkgver=3.12.10
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f2b5325edb137a6384f05ac1e57e82044f55da380ada9843a42e6fb34855ba96')
+sha256sums=('8840ff682803ab738a8bebde49bdc6dc9b91c1aa03ad4c3146f77f7701dd0206')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:16:48
  Author: heftig
Revision: 227874

3.12.9

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:15:27 UTC (rev 227873)
+++ PKGBUILD2014-12-21 15:16:48 UTC (rev 227874)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.12.8
+pkgver=3.12.9
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('808783683bef9fd0c41b0c27f94669418c95ebf7bc62120e10f674f1f2f686b5')
+sha256sums=('f2b5325edb137a6384f05ac1e57e82044f55da380ada9843a42e6fb34855ba96')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2014-11-10 Thread Jan Steffens
Date: Tuesday, November 11, 2014 @ 00:03:07
  Author: heftig
Revision: 225935

3.12.8

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-10 23:02:45 UTC (rev 225934)
+++ PKGBUILD2014-11-10 23:03:07 UTC (rev 225935)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.12.7
+pkgver=3.12.8
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('138fb6c4cdb36757b3c1efc430b5392d30fe7520c280168c80687627fc325671')
+sha256sums=('808783683bef9fd0c41b0c27f94669418c95ebf7bc62120e10f674f1f2f686b5')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 12:31:25
  Author: jgc
Revision: 224274

upgpkg: evolution-ews 3.12.7-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 10:11:06 UTC (rev 224273)
+++ PKGBUILD2014-10-13 10:31:25 UTC (rev 224274)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.12.5
+pkgver=3.12.7
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3e69187396ab8549c3365fb20ffe35094a120de403d4456b3a39c2ae192f446c')
+sha256sums=('138fb6c4cdb36757b3c1efc430b5392d30fe7520c280168c80687627fc325671')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:24:42
  Author: heftig
Revision: 220455

3.12.5

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 20:24:34 UTC (rev 220454)
+++ PKGBUILD2014-08-20 20:24:42 UTC (rev 220455)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.12.4
+pkgver=3.12.5
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a7c6bc77dfc9049e5d92f2fbc52725023868fb8a68e1a6e3efaa6f2c5404a8b7')
+sha256sums=('3e69187396ab8549c3365fb20ffe35094a120de403d4456b3a39c2ae192f446c')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2014-06-11 Thread Jan Steffens
Date: Wednesday, June 11, 2014 @ 23:09:25
  Author: heftig
Revision: 215040

3.12.3

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-11 20:52:31 UTC (rev 215039)
+++ PKGBUILD2014-06-11 21:09:25 UTC (rev 215040)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.12.2
+pkgver=3.12.3
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('aa5a179c2fbb6b5119bb53157b6dcf145b1603e5e84fc63b9b50a8b437e43f20')
+sha256sums=('6d06f303343cc56efcd19ea632209d7fd3ee57bf099b54603ad015d6590df47c')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:11:00
  Author: heftig
Revision: 213437

3.12.2

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:10:24 UTC (rev 213436)
+++ PKGBUILD2014-05-23 23:11:00 UTC (rev 213437)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8558cc504e1c7f86e15b369f66acbcd9a041c213d22435493d6365ecbeefd1c7')
+sha256sums=('aa5a179c2fbb6b5119bb53157b6dcf145b1603e5e84fc63b9b50a8b437e43f20')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2014-04-14 Thread Jan de Groot
Date: Monday, April 14, 2014 @ 10:20:18
  Author: jgc
Revision: 210317

upgpkg: evolution-ews 3.12.1-1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-14 08:09:18 UTC (rev 210316)
+++ PKGBUILD2014-04-14 08:20:18 UTC (rev 210317)
@@ -2,17 +2,17 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
 license=('LGPL2.1')
-url=http://www.gnome.org;
+url=https://wiki.gnome.org/Apps/Evolution/EWS;
 depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('485b72feef97114e6abaa2193016e2f68779bb50b6749ff3ee270b46218b44bd')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8558cc504e1c7f86e15b369f66acbcd9a041c213d22435493d6365ecbeefd1c7')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2014-03-29 Thread Jan Steffens
Date: Sunday, March 30, 2014 @ 00:00:21
  Author: heftig
Revision: 209178

3.12.0

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-29 22:49:34 UTC (rev 209177)
+++ PKGBUILD2014-03-29 23:00:21 UTC (rev 209178)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.10.4
+pkgver=3.12.0
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b46d17ad4fce5fab1d4645dfe69ef47ee0e88178c6fa6fb945b861ce64aa821a')
+sha256sums=('485b72feef97114e6abaa2193016e2f68779bb50b6749ff3ee270b46218b44bd')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 13:26:47
  Author: heftig
Revision: 205804

3.10.4

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 12:01:04 UTC (rev 205803)
+++ PKGBUILD2014-02-10 12:26:47 UTC (rev 205804)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.10.3
+pkgver=3.10.4
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('485951935014fbf7d092b318cee3131c442b959f3ed2163932bfb11fdc15c6e9')
+sha256sums=('b46d17ad4fce5fab1d4645dfe69ef47ee0e88178c6fa6fb945b861ce64aa821a')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2013-12-09 Thread Jan Steffens
Date: Monday, December 9, 2013 @ 09:42:25
  Author: heftig
Revision: 201346

3.10.3

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-09 08:40:49 UTC (rev 201345)
+++ PKGBUILD2013-12-09 08:42:25 UTC (rev 201346)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.10.2
+pkgver=3.10.3
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c9cf41a7cfdf0a9e6e9c056b0c0a48df5d760ca802251a62288eb0bacd349284')
+sha256sums=('485951935014fbf7d092b318cee3131c442b959f3ed2163932bfb11fdc15c6e9')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2013-11-10 Thread Jan Steffens
Date: Sunday, November 10, 2013 @ 17:51:02
  Author: heftig
Revision: 199315

3.10.2

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 16:49:31 UTC (rev 199314)
+++ PKGBUILD2013-11-10 16:51:02 UTC (rev 199315)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('018bf22f5fd88bb80f88c8f1feb696c7a7c216ab1367b7b50d02b4e313d858c9')
+sha256sums=('c9cf41a7cfdf0a9e6e9c056b0c0a48df5d760ca802251a62288eb0bacd349284')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2013-10-13 Thread Jan Steffens
Date: Sunday, October 13, 2013 @ 21:30:25
  Author: heftig
Revision: 196435

3.10.1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-13 19:30:20 UTC (rev 196434)
+++ PKGBUILD2013-10-13 19:30:25 UTC (rev 196435)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('689ad1908d750a6004ee7ce997543a1b5481849aafeb923edebe3f766efa4b46')
+sha256sums=('018bf22f5fd88bb80f88c8f1feb696c7a7c216ab1367b7b50d02b4e313d858c9')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2013-09-23 Thread Jan Steffens
Date: Monday, September 23, 2013 @ 18:58:17
  Author: heftig
Revision: 194776

3.10.0

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-23 16:58:14 UTC (rev 194775)
+++ PKGBUILD2013-09-23 16:58:17 UTC (rev 194776)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.8.5
+pkgver=3.10.0
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('74a0fdcc698797902ca107f3523e3d3b3e51b8ba01709d308b47ed31e99de877')
+sha256sums=('689ad1908d750a6004ee7ce997543a1b5481849aafeb923edebe3f766efa4b46')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2013-08-11 Thread Jan Steffens
Date: Sunday, August 11, 2013 @ 15:36:05
  Author: heftig
Revision: 192422

3.8.5

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-11 13:34:09 UTC (rev 192421)
+++ PKGBUILD2013-08-11 13:36:05 UTC (rev 192422)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.8.4
+pkgver=3.8.5
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1883d0d375286583520800317fbf41be585d34b40166fd03dc14c3f237a6f660')
+sha256sums=('74a0fdcc698797902ca107f3523e3d3b3e51b8ba01709d308b47ed31e99de877')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 19:52:48
  Author: jgc
Revision: 191346

upgpkg: evolution-ews 3.8.4-1

Depend on libmspack, remove gnome-desktop dependency (not mentioned anywhere in 
source)

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 17:48:56 UTC (rev 191345)
+++ PKGBUILD2013-07-23 17:52:48 UTC (rev 191346)
@@ -2,17 +2,17 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.8.3
+pkgver=3.8.4
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
 license=('LGPL2.1')
 url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('948dbee5e31b364155719003a0a8b28dfa270aae5f364b5614faa0b262a7ff3a')
+sha256sums=('1883d0d375286583520800317fbf41be585d34b40166fd03dc14c3f237a6f660')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2013-06-08 Thread Jan Steffens
Date: Saturday, June 8, 2013 @ 21:36:08
  Author: heftig
Revision: 188087

3.8.3

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 19:35:03 UTC (rev 188086)
+++ PKGBUILD2013-06-08 19:36:08 UTC (rev 188087)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.8.2
-pkgrel=2
+pkgver=3.8.3
+pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
 license=('LGPL2.1')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ff3586b76013f71b0c32339279985cb0e2e1706bd181726ce9d00ebf4387cdd9')
+sha256sums=('948dbee5e31b364155719003a0a8b28dfa270aae5f364b5614faa0b262a7ff3a')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2013-05-13 Thread Jan Steffens
Date: Monday, May 13, 2013 @ 20:27:49
  Author: heftig
Revision: 185386

libical 1.0 rebuild

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-13 18:27:42 UTC (rev 185385)
+++ PKGBUILD2013-05-13 18:27:49 UTC (rev 185386)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-ews
 pkgver=3.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
 license=('LGPL2.1')



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2013-05-12 Thread Jan Steffens
Date: Sunday, May 12, 2013 @ 17:15:19
  Author: heftig
Revision: 185254

3.8.2

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 15:13:55 UTC (rev 185253)
+++ PKGBUILD2013-05-12 15:15:19 UTC (rev 185254)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('26fea90285189ee0e370ea04baef31bc0907d0cf400a63fafc9563d378c9')
+sha256sums=('ff3586b76013f71b0c32339279985cb0e2e1706bd181726ce9d00ebf4387cdd9')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2013-04-14 Thread Jan Steffens
Date: Sunday, April 14, 2013 @ 19:05:38
  Author: heftig
Revision: 182756

3.8.1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 16:59:39 UTC (rev 182755)
+++ PKGBUILD2013-04-14 17:05:38 UTC (rev 182756)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('740f75636c2942892ea3da44721ecd9b060ff32ce20075bb3e4ec0f6aa8fdd87')
+sha256sums=('26fea90285189ee0e370ea04baef31bc0907d0cf400a63fafc9563d378c9')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2013-03-31 Thread Jan Steffens
Date: Sunday, March 31, 2013 @ 15:44:34
  Author: heftig
Revision: 181108

3.8.0

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-31 13:42:03 UTC (rev 181107)
+++ PKGBUILD2013-03-31 13:44:34 UTC (rev 181108)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.6.3
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,12 +12,12 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d044bf8f7753d9489d65a5b94b117cef1369d78c57810125fab229368d01fec6')
+sha256sums=('740f75636c2942892ea3da44721ecd9b060ff32ce20075bb3e4ec0f6aa8fdd87')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
   make
 }
 



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2013-01-25 Thread Ionuț Mircea Bîru
Date: Friday, January 25, 2013 @ 18:32:25
  Author: ioni
Revision: 176003

update to 3.6.3

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 17:24:35 UTC (rev 176002)
+++ PKGBUILD2013-01-25 17:32:25 UTC (rev 176003)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.6.1
+pkgver=3.6.3
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('77931879da57a0721fb3bdc383eab961bf1f20040f309b7be329f19488e5f836')
+sha256sums=('d044bf8f7753d9489d65a5b94b117cef1369d78c57810125fab229368d01fec6')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2012-11-11 Thread Jan Steffens
Date: Sunday, November 11, 2012 @ 21:12:49
  Author: heftig
Revision: 170808

3.6.1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-12 02:12:39 UTC (rev 170807)
+++ PKGBUILD2012-11-12 02:12:49 UTC (rev 170808)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a1d40971f47bfd947349f48a86f8a5ec7252db41b9b0d19204b4e28f2408a96a')
+sha256sums=('77931879da57a0721fb3bdc383eab961bf1f20040f309b7be329f19488e5f836')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2012-10-03 Thread Jan de Groot
Date: Wednesday, October 3, 2012 @ 13:04:00
  Author: jgc
Revision: 167901

upgpkg: evolution-ews 3.6.0-1

3.6.0

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-03 16:39:25 UTC (rev 167900)
+++ PKGBUILD2012-10-03 17:04:00 UTC (rev 167901)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.4.3
+pkgver=3.6.0
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3239fcd0f66ab416ceff66b829e3e287599320fcd747f4e2d68a9b094469615d')
+sha256sums=('a1d40971f47bfd947349f48a86f8a5ec7252db41b9b0d19204b4e28f2408a96a')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2012-06-19 Thread Jan Steffens
Date: Tuesday, June 19, 2012 @ 16:15:18
  Author: heftig
Revision: 162095

3.4.3

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 20:13:36 UTC (rev 162094)
+++ PKGBUILD2012-06-19 20:15:18 UTC (rev 162095)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('789fd8e6611b94974cf3224a4286ee2fb1431a69d766358ecfe48bf7518fd857')
+sha256sums=('3239fcd0f66ab416ceff66b829e3e287599320fcd747f4e2d68a9b094469615d')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2012-05-15 Thread Jan Steffens
Date: Tuesday, May 15, 2012 @ 06:20:29
  Author: heftig
Revision: 159015

3.4.2

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-15 10:17:53 UTC (rev 159014)
+++ PKGBUILD2012-05-15 10:20:29 UTC (rev 159015)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('afa56ce08a8bfb9878f5303308aa5c68eab4ffe67a70ba3bd54b0c4f868053ef')
+sha256sums=('789fd8e6611b94974cf3224a4286ee2fb1431a69d766358ecfe48bf7518fd857')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:11:50
  Author: jgc
Revision: 156242

upgpkg: evolution-ews 3.4.1-1

Update to 3.4.1

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 13:05:52 UTC (rev 156241)
+++ PKGBUILD2012-04-16 13:11:50 UTC (rev 156242)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2bc20f65fc645f0a76d218d483650f9c9cc75ce3104ad849af6e7eec2d5a7f72')
+sha256sums=('afa56ce08a8bfb9878f5303308aa5c68eab4ffe67a70ba3bd54b0c4f868053ef')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2012-03-27 Thread Jan Steffens
Date: Tuesday, March 27, 2012 @ 07:33:55
  Author: heftig
Revision: 154365

3.4.0

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-27 11:33:51 UTC (rev 154364)
+++ PKGBUILD2012-03-27 11:33:55 UTC (rev 154365)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.2.3
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,16 +12,16 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0c26fb822ced5bca7c6888ade35f47821317fa45e33a93c8a2a81fcb06d6f483')
+sha256sums=('2bc20f65fc645f0a76d218d483650f9c9cc75ce3104ad849af6e7eec2d5a7f72')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/evolution --disable-static
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

2012-01-09 Thread Ionut Biru
Date: Monday, January 9, 2012 @ 16:38:23
  Author: ibiru
Revision: 146373

 update to 3.2.3

Modified:
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-09 21:08:55 UTC (rev 146372)
+++ PKGBUILD2012-01-09 21:38:23 UTC (rev 146373)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f6a557a93e632e19cde1501f6f0540f67e41c193120d7297268662ddc7927439')
+sha256sums=('0c26fb822ced5bca7c6888ade35f47821317fa45e33a93c8a2a81fcb06d6f483')
 
 build() {
   cd $srcdir/$pkgname-$pkgver