[arch-commits] Commit in perl-locale-gettext/repos (2 files)
Giovanni Scafora
giovanni at archlinux.org
Wed Feb 10 18:16:49 UTC 2010
Date: Wednesday, February 10, 2010 @ 13:16:48
Author: giovanni
Revision: 68094
Merged revisions 68092 via svnmerge from
svn+ssh://gerolde.archlinux.org/srv/svn-packages/perl-locale-gettext/trunk
........
r68092 | giovanni | 2010-02-10 19:15:03 +0100 (mer, 10 feb 2010) | 1 line
........
Modified:
perl-locale-gettext/repos/extra-x86_64/ (properties)
perl-locale-gettext/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Property changes on: perl-locale-gettext/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /perl-locale-gettext/trunk:1-54225
+ /perl-locale-gettext/trunk:1-68093
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2010-02-10 18:15:58 UTC (rev 68093)
+++ extra-x86_64/PKGBUILD 2010-02-10 18:16:48 UTC (rev 68094)
@@ -1,12 +1,13 @@
# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
# Contributor: Mark Rosenstand <mark at borkware.net>
-# Maintainer: Paul Mattal <paul at archlinux.org>
+# Contributor: Paul Mattal <paul at archlinux.org>
pkgname=perl-locale-gettext
_realname=gettext
pkgver=1.05
pkgrel=5
-pkgdesc="Permits access from Perl to the gettext() family of functions."
+pkgdesc="Permits access from Perl to the gettext() family of functions"
arch=('i686' 'x86_64')
license=('GPL' 'PerlArtistic')
url="http://search.cpan.org/dist/${_realname}/"
@@ -18,7 +19,8 @@
'854302f34d01a2f8ae739187788973dd')
build() {
- cd "${srcdir}/${_realname}-${pkgver}" || return 1
+ cd "${srcdir}/${_realname}-${pkgver}"
+
patch -Np1 -i ${srcdir}/compatibility-with-POSIX-module.patch || return 1
# install module in vendor directories.
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
More information about the arch-commits
mailing list