[arch-commits] Commit in xpdf-hebrew/trunk (PKGBUILD)
    Allan McRae 
    allan at archlinux.org
       
    Fri Nov 20 06:55:29 UTC 2009
    
    
  
    Date: Friday, November 20, 2009 @ 01:55:29
  Author: allan
Revision: 59113
upgpkg: xpdf-hebrew 20030216-4
    rebuild to get rid of .FILELIST, convert to arch=any
Modified:
  xpdf-hebrew/trunk/PKGBUILD
----------+
 PKGBUILD |   20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-20 06:55:11 UTC (rev 59112)
+++ PKGBUILD	2009-11-20 06:55:29 UTC (rev 59113)
@@ -4,9 +4,9 @@
 
 pkgname=xpdf-hebrew
 pkgver=20030216
-pkgrel=3
+pkgrel=4
 pkgdesc="Adds support for Hebrew fonts to xpdf"
-arch=('i686' 'x86_64')
+arch=('any')
 url="http://www.foolabs.com/xpdf/"
 license=('GPL2')
 depends=('xpdf')
@@ -15,15 +15,13 @@
 md5sums=('438dd417517641cbb78a94facf2d938e')
 
 build() {
-  _xpdfextdir=$startdir/pkg/usr/share/xpdf
-  cd $startdir/src/$pkgname
- # copy files to the desired dir, we set /usr/share/xpdf
-  mkdir -p $_xpdfextdir
-  cp -R * $_xpdfextdir
-  rm -f $_xpdfextdir/README $_xpdfextdir/add-to-xpdfrc
- # relocate language specific files
+  cd $srcdir/$pkgname
+  install -dm755 $pkgdir/usr/share/xpdf
+  install -m644 -t $pkgdir/usr/share/xpdf *.unicodeMap
+  
+  # relocate language specific files
   sed -i 's|/usr/local/share/xpdf/hebrew|/usr/share/xpdf|' add-to-xpdfrc
- # X-Fonts are no longer supported by xpdf
+  # X-Fonts are no longer supported by xpdf
   sed -i 's|^displayCIDFontX.*$||' add-to-xpdfrc
-  install -Dm 644 add-to-xpdfrc $startdir/pkg/etc/xpdf/$pkgname
+  install -Dm 644 add-to-xpdfrc $pkgdir/etc/xpdf/$pkgname
 }
    
    
More information about the arch-commits
mailing list