Hi, I followed the advice you gave me, you will find the patch in attachment Thanks !
2010/8/1 Miklos Vajna <[email protected]> > On Mon, Jul 26, 2010 at 10:28:18AM +0000, HAMZA Moumen <[email protected]> > wrote: > > Hello, thank you for attention. > > I built this package with makepkg -u and it works perfectly > > Thank you to guide me if other controls are necessary :) > > Try adding: > > _F_archive_grepv="svn" > > That will show you that now 0.27 is available. > > Then clean up the depends() list as I suggested. (But probably you'll > need to add 'glew', that's a new dependency in 0.27.) > > Once this is done, send a git patch and you're ready. :) > > _______________________________________________ > Frugalware-devel mailing list > [email protected] > http://frugalware.org/mailman/listinfo/frugalware-devel > >
From a8d78c3f95ae703c00dfd1aaf191ab4bbd7af567 Mon Sep 17 00:00:00 2001 From: Slown <[email protected]> Date: Tue, 3 Aug 2010 21:43:03 +0100 Subject: [PATCH] gource-0.27-1-i686 * new package --- source/xapps-extra/gource/FrugalBuild | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/source/xapps-extra/gource/FrugalBuild b/source/xapps-extra/gource/FrugalBuild index 471cd7e..8fc0ee2 100644 --- a/source/xapps-extra/gource/FrugalBuild +++ b/source/xapps-extra/gource/FrugalBuild @@ -1,16 +1,17 @@ -# Compiling Time: 2.20 SBU +# Compiling Time: 2.80 SBU # Maintainer: VMiklos <[email protected]> # Contributor: Slown <[email protected]> pkgname=gource -pkgver=0.26b +pkgver=0.27 pkgrel=1 pkgdesc="a software version control visualization tool." -depends=('pcre' 'libglu' 'ftgl' 'sdlimage' 'libxext' 'libxfixes') +depends=('ftgl' 'sdlimage' 'glew') +_F_archive_grepv="svn" Finclude googlecode groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('b281881ccda4896f2bf5c405364bd1e01aaaf20f') +sha1sums=('7c584681039775994e0194b0548673bf8ba82eb7') # optimization OK -- 1.7.2.1
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
