[arch-commits] Commit in evolution-data-server/repos (4 files)
Jan de Groot
jgc at archlinux.org
Wed Sep 28 09:45:51 UTC 2016
Date: Wednesday, September 28, 2016 @ 09:45:50
Author: jgc
Revision: 277236
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
evolution-data-server/repos/gnome-unstable-i686/PKGBUILD
(from rev 277235, evolution-data-server/trunk/PKGBUILD)
evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 277235, evolution-data-server/trunk/PKGBUILD)
Deleted:
evolution-data-server/repos/gnome-unstable-i686/PKGBUILD
evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD
--------------------------------+
/PKGBUILD | 104 +++++++++++++++++++++++++++++++++++++++
gnome-unstable-i686/PKGBUILD | 52 -------------------
gnome-unstable-x86_64/PKGBUILD | 52 -------------------
3 files changed, 104 insertions(+), 104 deletions(-)
Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD 2016-09-28 09:45:45 UTC (rev 277235)
+++ gnome-unstable-i686/PKGBUILD 2016-09-28 09:45:50 UTC (rev 277236)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=evolution-data-server
-pkgver=3.22.0+5+g1df268b
-pkgrel=1
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution"
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata libphonenumber webkitgtk)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git gnome-common)
-license=(GPL)
-_commit=1df268bf3f33b0a8c2cf5bbb596f172266383371
-source=("git://git.gnome.org/evolution-data-server#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
-
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --with-openldap=yes \
- --libexecdir=/usr/lib/evolution-data-server \
- --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
- --enable-vala-bindings --disable-uoa \
- --enable-gtk-doc
-
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-check() {
- cd $pkgname
- # libedata-book tests fail because they try to
- # mkdir /usr/lib/evolution-data-server/camel-providers
- make check -k || :
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: evolution-data-server/repos/gnome-unstable-i686/PKGBUILD (from rev 277235, evolution-data-server/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2016-09-28 09:45:50 UTC (rev 277236)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evolution-data-server
+pkgver=3.22.0+5+g1df268b
+pkgrel=2
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution"
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git gnome-common)
+license=(GPL)
+_commit=1df268bf3f33b0a8c2cf5bbb596f172266383371 # gnome-3-22
+source=("git://git.gnome.org/evolution-data-server#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --with-openldap=yes \
+ --libexecdir=/usr/lib/evolution-data-server \
+ --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
+ --enable-vala-bindings --disable-uoa \
+ --enable-gtk-doc
+
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+check() {
+ cd $pkgname
+ # libedata-book tests fail because they try to
+ # mkdir /usr/lib/evolution-data-server/camel-providers
+ make check -k || :
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD 2016-09-28 09:45:45 UTC (rev 277235)
+++ gnome-unstable-x86_64/PKGBUILD 2016-09-28 09:45:50 UTC (rev 277236)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=evolution-data-server
-pkgver=3.22.0+5+g1df268b
-pkgrel=1
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution"
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata libphonenumber webkitgtk)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git gnome-common)
-license=(GPL)
-_commit=1df268bf3f33b0a8c2cf5bbb596f172266383371
-source=("git://git.gnome.org/evolution-data-server#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
-
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --with-openldap=yes \
- --libexecdir=/usr/lib/evolution-data-server \
- --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
- --enable-vala-bindings --disable-uoa \
- --enable-gtk-doc
-
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-check() {
- cd $pkgname
- # libedata-book tests fail because they try to
- # mkdir /usr/lib/evolution-data-server/camel-providers
- make check -k || :
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD (from rev 277235, evolution-data-server/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2016-09-28 09:45:50 UTC (rev 277236)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evolution-data-server
+pkgver=3.22.0+5+g1df268b
+pkgrel=2
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution"
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git gnome-common)
+license=(GPL)
+_commit=1df268bf3f33b0a8c2cf5bbb596f172266383371 # gnome-3-22
+source=("git://git.gnome.org/evolution-data-server#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --with-openldap=yes \
+ --libexecdir=/usr/lib/evolution-data-server \
+ --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
+ --enable-vala-bindings --disable-uoa \
+ --enable-gtk-doc
+
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+check() {
+ cd $pkgname
+ # libedata-book tests fail because they try to
+ # mkdir /usr/lib/evolution-data-server/camel-providers
+ make check -k || :
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list