[arch-commits] Commit in evolution-ews/repos (2 files)
Jan Steffens
heftig at gemini.archlinux.org
Mon Nov 8 19:08:11 UTC 2021
Date: Monday, November 8, 2021 @ 19:08:10
Author: heftig
Revision: 427542
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 427541, evolution-ews/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: evolution-ews/repos/gnome-unstable-x86_64/PKGBUILD (from rev 427541, evolution-ews/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2021-11-08 19:08:10 UTC (rev 427542)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.42.1
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+url="https://wiki.gnome.org/Apps/Evolution/EWS"
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(libmspack evolution)
+makedepends=(git intltool python cmake ninja systemd)
+_commit=6fd55b26c0bfa1d2fc01444a0775a46d05b10bf5 # tags/3.42.1^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ cmake -S $pkgname -B build -G Ninja \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIBEXEC_INSTALL_DIR=/usr/lib \
+ -DSYSCONF_INSTALL_DIR=/etc
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list