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

Jan Steffens heftig at archlinux.org
Thu Jun 11 12:01:00 UTC 2015


    Date: Thursday, June 11, 2015 @ 14:01:00
  Author: heftig
Revision: 240575

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-06-11 12:00:07 UTC (rev 240574)
+++ extra-i686/PKGBUILD	2015-06-11 12:01:00 UTC (rev 240575)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=evolution-ews
-pkgver=3.16.2
-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')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('255a29ef7569e4a4d5b4faa6ca2825860e5ffc2ed2e8479def639ec51558c2d3')
-
-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 240574, evolution-ews/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-06-11 12:01:00 UTC (rev 240575)
@@ -0,0 +1,35 @@
+# $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/localedir.patch (from rev 240574, evolution-ews/trunk/localedir.patch)
===================================================================
--- extra-i686/localedir.patch	                        (rev 0)
+++ extra-i686/localedir.patch	2015-06-11 12:01:00 UTC (rev 240575)
@@ -0,0 +1,25 @@
+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-06-11 12:00:07 UTC (rev 240574)
+++ extra-x86_64/PKGBUILD	2015-06-11 12:01:00 UTC (rev 240575)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=evolution-ews
-pkgver=3.16.2
-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')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('255a29ef7569e4a4d5b4faa6ca2825860e5ffc2ed2e8479def639ec51558c2d3')
-
-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 240574, evolution-ews/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-06-11 12:01:00 UTC (rev 240575)
@@ -0,0 +1,35 @@
+# $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/localedir.patch (from rev 240574, evolution-ews/trunk/localedir.patch)
===================================================================
--- extra-x86_64/localedir.patch	                        (rev 0)
+++ extra-x86_64/localedir.patch	2015-06-11 12:01:00 UTC (rev 240575)
@@ -0,0 +1,25 @@
+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