Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=32814ce48b614ce4d05d6357282169d06fbf4ee2

commit 32814ce48b614ce4d05d6357282169d06fbf4ee2
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sun Mar 8 12:12:38 2009 +0100

git-1.6.2-1-i686

- version bump
- see "fixes that this release has, but have not been backported" at
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.txt
(especially the git add and git -p fix worth including)

diff --git a/source/devel-extra/git/FrugalBuild 
b/source/devel-extra/git/FrugalBuild
index 83ec0c6..0258b5c 100644
--- a/source/devel-extra/git/FrugalBuild
+++ b/source/devel-extra/git/FrugalBuild
@@ -8,14 +8,14 @@ USE_DEVEL=${USE_DEVEL:-"n"}
USE_HTMLMAN=${USE_HTMLMAN:-"y"}

pkgname=git
-pkgver=1.6.1.3
-Fuse $USE_DEVEL && pkgver=1.6.1.rc1.35.gae26e7c
+pkgver=1.6.2
+Fuse $USE_DEVEL && pkgver=1.6.1.87.g1562445
pkgrel=1
pkgdesc="A fast, scalable, distributed revision control system."
url="http://git-scm.com/";
depends=('curl>=7.19.0' 'openssl' 'perl-error')
backup=(etc/sysconfig/git)
-makedepends=('asciidoc' 'docbook-xsl>=1.73.0-2' 'docbook-xml' 'docbook2x' 
'sgml-common' 'xmlto' 'cpio')
+makedepends=('asciidoc' 'docbook-xsl>=1.73.0-2' 'docbook-xml' 'docbook2x' 
'sgml-common' 'xmlto' 'dblatex')
groups=('devel-extra')
archs=('i686' 'x86_64' 'ppc')
up2date="Flasttar $url"
@@ -61,9 +61,10 @@ build()
fi

Fconf
-       build_settings="V=1 ETC_GITCONFIG=/etc/gitconfig 
htmldir=/usr/share/doc/$pkgname-$pkgver mandir=/usr/share/man"
-       make $build_settings DOCBOOK2X_TEXI=docbook2texi all doc info || return 
1
-       Fmakeinstall $build_settings install-doc install-info
+       build_settings="V=1 ETC_GITCONFIG=/etc/gitconfig 
htmldir=/usr/share/doc/$pkgname-$pkgver \
+               mandir=/usr/share/man pdfdir=/usr/share/doc/$pkgname-$pkgver"
+       make $build_settings DOCBOOK2X_TEXI=docbook2texi all doc info pdf || 
return 1
+       Fmakeinstall $build_settings install-doc install-info install-pdf
make -C Documentation WEBDOC_DEST=$Fdestdir/usr/share/doc/$pkgname-$pkgver 
install-webdoc || return 1
# broken symlink
Frm /usr/share/doc/git-$pkgver/index.html
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to