[arch-commits] CVS update of extra/lib/glib-perl (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Sep 1 22:02:21 UTC 2007


    Date: Saturday, September 1, 2007 @ 18:02:21
  Author: jgc
    Path: /home/cvs-extra/extra/lib/glib-perl

Modified: PKGBUILD (1.26 -> 1.27)

Use new perl methods. No rebuild since original pkg resulted in the same


----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)


Index: extra/lib/glib-perl/PKGBUILD
diff -u extra/lib/glib-perl/PKGBUILD:1.26 extra/lib/glib-perl/PKGBUILD:1.27
--- extra/lib/glib-perl/PKGBUILD:1.26	Mon Mar 26 17:46:13 2007
+++ extra/lib/glib-perl/PKGBUILD	Sat Sep  1 18:02:21 2007
@@ -1,6 +1,6 @@
-# $Id: PKGBUILD,v 1.26 2007/03/26 21:46:13 jgc Exp $
-# Contributor: Sarah Hay <sarah at archlinux.org>
+# $Id: PKGBUILD,v 1.27 2007/09/01 22:02:21 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Sarah Hay <sarah at archlinux.org>
 pkgname=glib-perl
 pkgver=1.144
 pkgrel=1
@@ -8,9 +8,9 @@
 arch=(i686 x86_64)
 license=('LGPL')
 url="http://gtk2-perl.sourceforge.net/"
-options=('noemptydirs')
-depends=('glib2>=2.12.11')
-makedepends=('perl' 'perl-extutils-depends' 'perl-extutils-pkgconfig')
+options=('!emptydirs')
+depends=('glib2>=2.14.0-3' 'perl')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
 source=(http://heanet.dl.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
 md5sums=('8d7b9a6cd0707a402752d58f82fbe528')
 
@@ -21,9 +21,8 @@
     INSTALLARCHLIB=/usr/lib/perl5/current/${archname} \
     INSTALLSITELIB=/usr/lib/perl5/site_perl/current \
     INSTALLSITEARCH=/usr/lib/perl5/site_perl/current/${archname}
-
   make || return 1
   make DESTDIR=${startdir}/pkg install
-  find ${startdir}/pkg -name '.packlist' -exec rm {} \;
-  find ${startdir}/pkg -name 'perllocal.pod' -exec rm -f {} \;
+  find ${startdir}/pkg -name '.packlist' -delete
+  find ${startdir}/pkg -name 'perllocal.pod' -delete
 }




More information about the arch-commits mailing list