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

Jan Steffens heftig at archlinux.org
Mon Aug 10 05:54:49 UTC 2015


    Date: Monday, August 10, 2015 @ 07:54:48
  Author: heftig
Revision: 243141

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  evolution-ews/repos/extra-i686/PKGBUILD
    (from rev 243140, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/extra-x86_64/PKGBUILD
    (from rev 243140, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-i686/PKGBUILD
  evolution-ews/repos/extra-i686/localedir.patch
  evolution-ews/repos/extra-x86_64/PKGBUILD
  evolution-ews/repos/extra-x86_64/localedir.patch

------------------------------+
 /PKGBUILD                    |   62 +++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD          |   35 -----------------------
 extra-i686/localedir.patch   |   25 ----------------
 extra-x86_64/PKGBUILD        |   35 -----------------------
 extra-x86_64/localedir.patch |   25 ----------------
 5 files changed, 62 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-08-10 05:54:10 UTC (rev 243140)
+++ extra-i686/PKGBUILD	2015-08-10 05:54:48 UTC (rev 243141)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=evolution-ews
-pkgver=3.16.3
-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' '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')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../localedir.patch
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --libexecdir=/usr/lib/evolution --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 243140, evolution-ews/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-08-10 05:54:48 UTC (rev 243141)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.16.5
+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' 'gnome-common')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d67e0cbf94800fb7035205bf8fd61ae1413ae7ba79265f8750fde1e7fb25eb58')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/localedir.patch
===================================================================
--- extra-i686/localedir.patch	2015-08-10 05:54:10 UTC (rev 243140)
+++ extra-i686/localedir.patch	2015-08-10 05:54:48 UTC (rev 243141)
@@ -1,25 +0,0 @@
-From 8263b3dbbb58be07e812fcff627a392dd73419ad Mon Sep 17 00:00:00 2001
-From: Milan Crha <mcrha at 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
-

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-08-10 05:54:10 UTC (rev 243140)
+++ extra-x86_64/PKGBUILD	2015-08-10 05:54:48 UTC (rev 243141)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=evolution-ews
-pkgver=3.16.3
-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' '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')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../localedir.patch
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --libexecdir=/usr/lib/evolution --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 243140, evolution-ews/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-08-10 05:54:48 UTC (rev 243141)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.16.5
+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' 'gnome-common')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d67e0cbf94800fb7035205bf8fd61ae1413ae7ba79265f8750fde1e7fb25eb58')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/localedir.patch
===================================================================
--- extra-x86_64/localedir.patch	2015-08-10 05:54:10 UTC (rev 243140)
+++ extra-x86_64/localedir.patch	2015-08-10 05:54:48 UTC (rev 243141)
@@ -1,25 +0,0 @@
-From 8263b3dbbb58be07e812fcff627a392dd73419ad Mon Sep 17 00:00:00 2001
-From: Milan Crha <mcrha at 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
-



More information about the arch-commits mailing list