FS#2524 - enable gtk2 in mtr
Attached to Project:
Arch Linux
Opened by Rafal Szczepaniak (lanrat) - Friday, 08 April 2005, 13:44 GMT
Last edited by Dale Blount (dale) - Friday, 08 April 2005, 13:52 GMT
Opened by Rafal Szczepaniak (lanrat) - Friday, 08 April 2005, 13:44 GMT
Last edited by Dale Blount (dale) - Friday, 08 April 2005, 13:52 GMT
|
Details
New versions of mtr can be compiled against gtk2 instead of
gtk+. IMHO it looks much better.
Modified PKGBUILD below: pkgname=mtr pkgver=0.69 pkgrel=1 pkgdesc="Superior to traceroute it also shows the times packages take from that points like ping" depends=('x-server' 'gtk2' 'ncurses') source=(ftp://ftp.bitwizard.nl/mtr/$pkgname-$pkgver.tar.gz) url="http://www.bitwizard.nl/mtr/" md5sums=('58904d6d8d70114195cdeb653d56914c') build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --enable-gtk2 make || return 1 make prefix=$startdir/pkg/usr install } I only added --enable-gtk2 and replaced gtk with gtk2 in dependencies (and checked with namcap of course). |
This task depends upon
Closed by dorphell (dorphell)
Wednesday, 13 April 2005, 04:16 GMT
Reason for closing: Fixed
Additional comments about closing: Will repack when new ver comes along
Wednesday, 13 April 2005, 04:16 GMT
Reason for closing: Fixed
Additional comments about closing: Will repack when new ver comes along