[arch-commits] Commit in git/trunk (ChangeLog PKGBUILD git.install)

Dan McGee dan at archlinux.org
Sun Sep 14 16:44:49 UTC 2008


    Date: Sunday, September 14, 2008 @ 12:44:49
  Author: dan
Revision: 12486

upgpkg: git 1.6.0.2-1

Modified:
  git/trunk/ChangeLog
  git/trunk/PKGBUILD
Deleted:
  git/trunk/git.install

-------------+
 ChangeLog   |    4 ++++
 PKGBUILD    |   13 ++++++++-----
 git.install |    7 -------
 3 files changed, 12 insertions(+), 12 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-09-14 15:33:22 UTC (rev 12485)
+++ ChangeLog	2008-09-14 16:44:49 UTC (rev 12486)
@@ -1,5 +1,9 @@
 Simple version bumps are ommitted from the following ChangeLog.
 
+2008-09-14 Dan McGee <dan at archlinux.org>
+	Version 1.6.0.2-1
+	* Moved optional depends from install file to optdepends array 
+
 2008-06-15 Dan McGee <dan at archlinux.org>
 	Version 1.5.6-1
 	* Removed 'cpio' dependency, clone is now a builtin and no longer needs it

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-14 15:33:22 UTC (rev 12485)
+++ PKGBUILD	2008-09-14 16:44:49 UTC (rev 12486)
@@ -2,16 +2,19 @@
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=git
-pkgver=1.6.0.1
+pkgver=1.6.0.2
 pkgrel=1
 pkgdesc="GIT - the stupid content tracker"
 arch=(i686 x86_64)
 url="http://git.or.cz/"
 license=('GPL2')
 depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.10.0')
+optdepends=('tk: gitk and git gui'
+            'perl-libwww: git svn'
+            'subversion: git svn'
+            'cvsps: git cvsimport')
 replaces=('git-core')
 provides=('git-core')
-install=git.install
 source=("http://kernel.org/pub/software/scm/git/${pkgname}-${pkgver}.tar.bz2" \
         "http://kernel.org/pub/software/scm/git/git-manpages-${pkgver}.tar.bz2")
 
@@ -21,7 +24,7 @@
     prefix=/usr gitexecdir=/usr/lib/git-core || return 1
   make THREADED_DELTA_SEARCH=1 \
     prefix=/usr gitexecdir=/usr/lib/git-core \
-	INSTALLDIRS=vendor DESTDIR=${pkgdir} install
+    INSTALLDIRS=vendor DESTDIR=${pkgdir} install
   
   # let's plop gitweb in /usr/share
   mkdir -p $pkgdir/usr/share/ || return 1
@@ -42,5 +45,5 @@
   rm -rf $pkgdir/usr/lib/perl5
 }
 
-md5sums=('264701ebd9036ca2458358f01aa6c093'
-         '07b357210b59a1140200815c682fda34')
+md5sums=('1e4d9bfc1cb0abf165d4de93b5172324'
+         '30bd29d96b4576ef8b7b48ad791f613e')

Deleted: git.install
===================================================================
--- git.install	2008-09-14 15:33:22 UTC (rev 12485)
+++ git.install	2008-09-14 16:44:49 UTC (rev 12486)
@@ -1,7 +0,0 @@
-post_install() {
-  echo ">> GIT optional dependencies:"
-  echo ">> gitk, git-gui: tk"
-  echo ">> git-svnimport, git-svn: perl-uri, perl-libwww, perl-term-readkey, subversion"
-  echo ">> git-cvsimport: cvsps"
-}
-




More information about the arch-commits mailing list