[arch-commits] CVS update of extra/devel/git (PKGBUILD)

Dan McGee dan at archlinux.org
Thu May 10 16:37:49 UTC 2007


    Date: Thursday, May 10, 2007 @ 12:37:49
  Author: dan
    Path: /home/cvs-extra/extra/devel/git

Modified: PKGBUILD (1.29 -> 1.30)

upgpkg: git 1.5.1.3-2
fix deps, add gitweb to default install


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


Index: extra/devel/git/PKGBUILD
diff -u extra/devel/git/PKGBUILD:1.29 extra/devel/git/PKGBUILD:1.30
--- extra/devel/git/PKGBUILD:1.29	Mon May  7 12:03:39 2007
+++ extra/devel/git/PKGBUILD	Thu May 10 12:37:48 2007
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD,v 1.29 2007/05/07 16:03:39 dan Exp $
+# $Id: PKGBUILD,v 1.30 2007/05/10 16:37:48 dan Exp $
 # Maintainer: Simo Leone <simo at archlinux.org>
 
 pkgname=git
 pkgver=1.5.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="GIT - the stupid content tracker"
 arch=(i686 x86_64)
 url="http://kernel.org/git/"
 license=('GPL')
-depends=('curl' 'expat>=2.0' 'rcs')
+depends=('curl' 'expat>=2.0' 'perl-error')
 replaces=('git-core')
 provides=('git-core')
 source=("http://kernel.org/pub/software/scm/git/${pkgname}-${pkgver}.tar.bz2" \
@@ -23,10 +23,10 @@
   make prefix=/usr || return 1
   make prefix=/usr DESTDIR=${startdir}/pkg install
   
-  # the makefile is a bit dumb about this, so install Error.pm ourselves
-  install -D -m644 perl/private-Error.pm $startdir/pkg/usr/lib/perl5/site_perl/current/Error.pm
+  # let's plop gitweb in /usr/share
+  cp -dR ./gitweb ${startdir}/pkg/usr/share/gitweb
 
-  #how 'bout some manpages?
+  # how 'bout some manpages?
   for i in ${startdir}/src/man1/*; do
     install -D -m644 $i ${startdir}/pkg/usr/man/man1/`basename $i`
   done




More information about the arch-commits mailing list