Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6e8ec4a7687433795d4c1803dd34df895eff8d09
commit 6e8ec4a7687433795d4c1803dd34df895eff8d09 Author: bouleetbil <[email protected]> Date: Mon Jul 27 14:26:38 2009 +0200 keytouch-editor-3.1.3-2-i686 *rebuild due xorg bump *added -D_GNU_SOURCE for gcc4.3 diff --git a/source/xapps-extra/keytouch-editor/FrugalBuild b/source/xapps-extra/keytouch-editor/FrugalBuild index 8c5088e..09f078b 100644 --- a/source/xapps-extra/keytouch-editor/FrugalBuild +++ b/source/xapps-extra/keytouch-editor/FrugalBuild @@ -3,15 +3,16 @@ pkgname=keytouch-editor pkgver=3.1.3 -pkgrel=1 +pkgrel=2 pkgdesc="A utility to create keyboard files for keytouch." _F_sourceforge_dirname="keytouch" Finclude sourceforge url="http://keytouch.sourceforge.net/" license="GPL" -depends=('gtk+2') +depends=('gtk+2>=2.16.5') groups=('xapps-extra') archs=('i686' 'x86_64') sha1sums=('a8c0b28bac4b1f9de3897e1a78dc14b4d994334e') +export CFLAGS="$CFLAGS -D_GNU_SOURCE" # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
