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

commit 2a82bbee872e571e60727a3752dd96b164c2c8b4
Author: crazy <[email protected]>
Date:   Sun Jul 17 22:17:56 2016 +0200

git-2.9.2-1-x86_64
* Version bump
* until someone fixes this 2GB weird files called texlive
* pdf is off again

diff --git a/source/devel-extra/git/FrugalBuild 
b/source/devel-extra/git/FrugalBuild
index e3e69414..8291b0a 100644
--- a/source/devel-extra/git/FrugalBuild
+++ b/source/devel-extra/git/FrugalBuild
@@ -7,7 +7,7 @@
USE_HTMLMAN=${USE_HTMLMAN:-"y"}

pkgname=git
-pkgver=2.9.0
+pkgver=2.9.2
pkgrel=1
pkgdesc="A fast, scalable, distributed revision control system."
_F_archive_grepv="rc"
@@ -16,13 +16,14 @@ 
source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz)
up2date="Flasttar https://www.kernel.org/pub/software/scm/git/";
depends=('curl>=7.19.0' 'expat' 'perl-error' 'openssl>=1.0.1')
backup=(etc/sysconfig/git)
-makedepends=('asciidoc' 'docbook-xsl>=1.73.0-2' 'docbook-xml' 
'docbook2x>=0.8.3-3' 'sgml-common' 'xmlto' 'dblatex>=0.3-3' 'texlive')
+makedepends=('asciidoc' 'docbook-xsl>=1.73.0-2' 'docbook-xml' 
'docbook2x>=0.8.3-3' 'sgml-common' 'xmlto')
+#'dblatex>=0.3-3' 'texlive' 'texlive-lang-extra')
groups=('devel-extra')
replaces=('cogito' 'bk-client')
archs=('i686' 'x86_64')
source=(${source[@]} gitweb.modules.d gitweb.conf README.Frugalware \
$pkgname.service $pkgname.sysconfig)
-sha1sums=('7ac21a1ff58f57e7d40452a4aa8ec6c0d71ec709' \
+sha1sums=('095afe5c098b98e0d36e505fd059244e59be6cec' \
'c60be6e086241b85b1f0d89db22c24fc21dc6432' \
'58698ef6cf0dad734e1a1ee5689c0c4d83bf27b5' \
'92b64c9b49242935ca6ae35b3a9cad728a0c2d55' \
@@ -59,8 +60,8 @@ build()
build_settings="V=1 ETC_GITCONFIG=/etc/gitconfig 
htmldir=/usr/share/doc/$pkgname-$pkgver \
mandir=/usr/share/man pdfdir=/usr/share/doc/$pkgname-$pkgver \
ASCIIDOC_NO_ROFF=YesPlease"
-       make -j1 $build_settings all pdf doc info || return 1
-       Fmakeinstall $build_settings install-doc install-info install-pdf
+       make -j1 $build_settings all doc info || return 1
+       Fmakeinstall $build_settings install-doc install-info
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
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to