Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=40392ae5443502e558c13a9a748b9e9d81296bce
commit 40392ae5443502e558c13a9a748b9e9d81296bce Author: crazy <[EMAIL PROTECTED]> Date: Thu Dec 27 15:20:42 2007 +0100 tk-8.5.0-2-i686 * release bump * added xft support * Ok @ vmiklos diff --git a/source/xlib/tk/FrugalBuild b/source/xlib/tk/FrugalBuild index 36e2f13..ca53d6f 100644 --- a/source/xlib/tk/FrugalBuild +++ b/source/xlib/tk/FrugalBuild @@ -4,13 +4,13 @@ pkgname=tk pkgver=8.5.0 shortpkgver=8.5 -pkgrel=1 +pkgrel=2 pkgdesc="A windowing toolkit for use with tcl" _F_sourceforge_dirname="tcl" _F_sourceforge_ext="-src.tar.gz" Finclude sourceforge url="http://tcl.sourceforge.net" -depends=("tcl>=$pkgver" 'libx11') +depends=("tcl>=$pkgver" 'libx11' 'glibc' 'libxscrnsaver' 'libxft' 'zlib') groups=('xlib') archs=('i686' 'x86_64') up2date="lynx -dump 'http://sourceforge.net/project/showfiles.php?group_id=10894&package_id=10452'|grep 'tcl[0-9\.]*-src.tar.gz'|sed 's/.*tcl\(.*\)-src.*/\1/;q'" @@ -22,7 +22,7 @@ build() { Fpatchall cd unix autoconf - Fmake --enable-threads || return 1 + Fmake --enable-threads --enable-xft || return 1 make INSTALL_ROOT=$Fdestdir install || return 1 Fmv /usr/bin/wish$shortpkgver /usr/bin/wish _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
