[arch-commits] CVS update of extra/office/pilot-link (PKGBUILD)

Eric Belanger eric at archlinux.org
Wed Aug 8 03:16:26 UTC 2007


    Date: Tuesday, August 7, 2007 @ 23:16:26
  Author: eric
    Path: /home/cvs-extra/extra/office/pilot-link

Modified: PKGBUILD (1.9 -> 1.10)

upgpkg: pilot-link 0.12.2-2
fixed pilot-link.m4 so it doesn't break autotools


----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Index: extra/office/pilot-link/PKGBUILD
diff -u extra/office/pilot-link/PKGBUILD:1.9 extra/office/pilot-link/PKGBUILD:1.10
--- extra/office/pilot-link/PKGBUILD:1.9	Sun Aug  5 11:25:45 2007
+++ extra/office/pilot-link/PKGBUILD	Tue Aug  7 23:16:26 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.9 2007/08/05 15:25:45 jgc Exp $
+# $Id: PKGBUILD,v 1.10 2007/08/08 03:16:26 eric Exp $
 # Maintainer: dale <dale at archlinux.org>
 
 # todo: add perl support, DESTDIR has no affect on perl
@@ -6,7 +6,7 @@
 
 pkgname=pilot-link
 pkgver=0.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A suite of tools for connecting to PalmOS handheld devices"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
@@ -18,6 +18,7 @@
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
+  sed -i 's/AC_DEFUN(\[IT_PROG_INTLTOOL\], \[AC_PREREQ(\[2.50\])dnl//' pilot-link.m4.in || return 1
   ./configure --prefix=/usr --enable-conduits --enable-libusb \
     --with-libiconv --with-libpng
   make || return 1




More information about the arch-commits mailing list