[arch-commits] Commit in evolution-ews/repos (4 files)

Jan de Groot jgc at archlinux.org
Fri Apr 14 11:20:06 UTC 2017


    Date: Friday, April 14, 2017 @ 11:20:05
  Author: jgc
Revision: 292920

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  evolution-ews/repos/gnome-unstable-i686/
  evolution-ews/repos/gnome-unstable-i686/PKGBUILD
    (from rev 292919, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/gnome-unstable-x86_64/
  evolution-ews/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 292919, evolution-ews/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: evolution-ews/repos/gnome-unstable-i686/PKGBUILD (from rev 292919, evolution-ews/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-04-14 11:20:05 UTC (rev 292920)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.24.1
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+url="https://wiki.gnome.org/Apps/Evolution/EWS"
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(libmspack evolution)
+makedepends=(intltool gnome-common git cmake)
+options=(!emptydirs)
+_commit=cc72e27bedccf36f22eeb1be92e1408aae88128a  # tags/EVOLUTION_EWS_3_24_1^0
+source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib/evolution -DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: evolution-ews/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292919, evolution-ews/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-14 11:20:05 UTC (rev 292920)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.24.1
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+url="https://wiki.gnome.org/Apps/Evolution/EWS"
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(libmspack evolution)
+makedepends=(intltool gnome-common git cmake)
+options=(!emptydirs)
+_commit=cc72e27bedccf36f22eeb1be92e1408aae88128a  # tags/EVOLUTION_EWS_3_24_1^0
+source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib/evolution -DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list