Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=850d748bf35f2f9c47a26c0f542cb76ab1c0e42d
commit 850d748bf35f2f9c47a26c0f542cb76ab1c0e42d Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sun Jan 13 21:53:47 2008 +0100 xaw3d-1.5-6-i686 - source and up2date fix - no longer makedepends on itself \o/ diff --git a/source/xlib/xaw3d/FrugalBuild b/source/xlib/xaw3d/FrugalBuild index c3b1d9c..8f83f8f 100644 --- a/source/xlib/xaw3d/FrugalBuild +++ b/source/xlib/xaw3d/FrugalBuild @@ -3,20 +3,20 @@ pkgname=xaw3d pkgver=1.5 -pkgrel=5 +pkgextraver=E +pkgrel=6 pkgdesc="Athena widgets (libXaw) drop-in replacement" url="ftp://ftp.x.org/contrib/widgets/Xaw3d/" depends=('libx11' 'libxt' 'libxpm' 'libxp' 'libxmu') -# first time you build this pkg, don't build in chroot and then you'll not -# need this makedepend -makedepends=('xaw3d' 'imake' 'gccmakedep' 'xorg-cf-files') +makedepends=('imake' 'gccmakedep' 'xorg-cf-files') groups=('xlib') archs=('i686' 'x86_64') -up2date="lynx -dump $url\$(lynx -dump $url|grep R|tail -n 1|sed 's|.*/\(.*\)$|\1|')/ |Flasttar" -source=(ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/Xaw3d-$pkgver.tar.gz \ +_F_archive_name=Xaw3d +up2date="lynx -dump ftp://ftp.visi.com/users/hawkeyd/X/|Flasttar|sed 's/$pkgextraver//'" +source=(ftp://ftp.visi.com/users/hawkeyd/X/Xaw3d-$pkgver$pkgextraver.tar.gz \ $pkgname-$pkgver-xfree86.diff) -sha1sums=('ba10e9f9a376932eed9696006e34d4618a6f588d' \ - 'b45d4ea2104bbb6a0e756f2356acc1ac44b54df2') +sha1sums=('efc5b923feda52866c859c59a5b553cb675a69d1' \ + 'b45d4ea2104bbb6a0e756f2356acc1ac44b54df2') build() { @@ -24,6 +24,9 @@ build() Fpatchall # more familiar scroll-bar look Fsed '#.*EXTRA_DEFINES' 'EXTRA_DEFINES' Imakefile + # we are building outside the x tree + Fsed 'XCOMM EXTRA_INCLUDES = -I.' 'EXTRA_INCLUDES = -I.' Imakefile + mkdir X11; cd X11; ln -fs .. Xaw3d; cd .. xmkmf || Fdie make includes || Fdie make depend || Fdie _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
