[arch-commits] Commit in evolution-ews/trunk (PKGBUILD localedir.patch)

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


    Date: Monday, August 10, 2015 @ 07:49:19
  Author: heftig
Revision: 243138

3.16.5

Modified:
  evolution-ews/trunk/PKGBUILD
Deleted:
  evolution-ews/trunk/localedir.patch

-----------------+
 PKGBUILD        |   10 +++-------
 localedir.patch |   25 -------------------------
 2 files changed, 3 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-10 05:48:59 UTC (rev 243137)
+++ PKGBUILD	2015-08-10 05:49:19 UTC (rev 243138)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=evolution-ews
-pkgver=3.16.3
+pkgver=3.16.5
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 arch=('i686' 'x86_64')
@@ -11,15 +11,11 @@
 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')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d67e0cbf94800fb7035205bf8fd61ae1413ae7ba79265f8750fde1e7fb25eb58')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../localedir.patch
-  autoreconf -fvi
 }
 
 build() {

Deleted: localedir.patch
===================================================================
--- localedir.patch	2015-08-10 05:48:59 UTC (rev 243137)
+++ localedir.patch	2015-08-10 05:49:19 UTC (rev 243138)
@@ -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