[arch-commits] Commit in evolution-ews/repos (2 files)
Jan Steffens
heftig at archlinux.org
Thu Sep 12 22:21:37 UTC 2019
Date: Thursday, September 12, 2019 @ 22:21:37
Author: heftig
Revision: 362373
archrelease: copy trunk to gnome-unstable-x86_64
Added:
evolution-ews/repos/gnome-unstable-x86_64/
evolution-ews/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 362372, evolution-ews/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: evolution-ews/repos/gnome-unstable-x86_64/PKGBUILD (from rev 362372, evolution-ews/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2019-09-12 22:21:37 UTC (rev 362373)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+url="https://wiki.gnome.org/Apps/Evolution/EWS"
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(libmspack evolution)
+makedepends=(git cmake intltool python)
+_commit=5c2fc5b56814df24c5a1b8e83813a267c189a64f # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ cmake -H$pkgname -Bbuild \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIBEXEC_INSTALL_DIR=/usr/lib \
+ -DSYSCONF_INSTALL_DIR=/etc
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --build build --target install
+}
More information about the arch-commits
mailing list