Aaron Griffin wrote:

>Hah! That made me laugh.
>- phrak
>
>  
>
Good to know, phrak - that was one of my objectives, of course. :-P

I suppose I should get back on-topic, though, by saying I've stuck this 
on Flyspray, #3602.

Fabian - while we're waiting for a fix, you could go ahead with the rest 
of the salome deps by doing as I did i.e. build your own tcl/tk (bump 
the version to 8.4.12) and then build tix. Here's the PKGBUILD:

# Contributor: Tom K <[EMAIL PROTECTED]>
pkgname=tix
pkgver=8.4.0
pkgrel=1       
pkgdesc="Tk Interface eXtension, a powerful set of user interface 
components that expands the capabilities of Tcl/Tk and Python"
depends=('tcl' 'tk')
source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
url="http://tix.sourceforge.net";

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

I'd be glad to help if I can.

Tom K



_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to