[arch-commits] Commit in indent/repos (extra-i686 extra-i686/PKGBUILD)

Thayer Williams thayer at archlinux.org
Fri Sep 12 20:59:02 UTC 2008


    Date: Friday, September 12, 2008 @ 16:59:02
  Author: thayer
Revision: 12318

Merged revisions 356,12316 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/indent/trunk

........
  r356 | aaron | 2008-04-18 15:56:27 -0700 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r12316 | aaron | 2008-09-12 12:20:49 -0700 (Fri, 12 Sep 2008) | 1 line
  
  upgpkg: indent 2.2.10-1
........

Modified:
  indent/repos/extra-i686/	(properties)
  indent/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)


Property changes on: indent/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /indent/trunk:1
   + /indent/trunk:1-12317

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-09-12 19:22:38 UTC (rev 12317)
+++ extra-i686/PKGBUILD	2008-09-12 20:59:02 UTC (rev 12318)
@@ -1,18 +1,26 @@
 # $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Contributor: aurelien <aurelien at archlinux.org>
 # Contributor: Herb Rose (hrose56 at yahoo.com)
 pkgname=indent
-pkgver=2.2.9
+pkgver=2.2.10
 pkgrel=1
 pkgdesc="The GNU Pretty-printer"
-url="http://mysite.freeserve.com/indent/beautify.html"
+url="http://indent.isidore-it.eu/beautify.html"
 depends=('glibc')
-source=(http://mysite.freeserve.com/$pkgname/${pkgname}_$pkgver.tar.gz)
-md5sums=('dcdbb163bef928306dee2a0cfc581c89')
+arch=(i686 x86_64)
+license=('GPL3')
+source=(http://indent.isidore-it.eu/$pkgname-$pkgver.tar.gz)
+md5sums=('be35ea62705733859fbf8caf816d8959')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --datadir=/usr/share/
   make || return 1
   make prefix=$startdir/pkg/usr install
+
+  # The makefile for docs uses $(prefix) stupidly
+  # fix that the easiest way
+  mkdir -p $startdir/pkg/usr/share
+  mv $startdir/pkg/usr/doc $startdir/pkg/usr/share
 }




More information about the arch-commits mailing list