Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=153d0180e2675b73704f0b7f45ea17d991025070
commit 153d0180e2675b73704f0b7f45ea17d991025070 Author: crazy <[EMAIL PROTECTED]> Date: Mon Oct 15 00:24:49 2007 +0200 pygtk-2.12.0-2-i686 * added docs subpackage diff --git a/source/gnome/pygtk/FrugalBuild b/source/gnome/pygtk/FrugalBuild index c02e6e0..eaf2061 100644 --- a/source/gnome/pygtk/FrugalBuild +++ b/source/gnome/pygtk/FrugalBuild @@ -3,13 +3,25 @@ pkgname=pygtk pkgver=2.12.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for GTK+2" url="http://www.daa.com.au/~james/pygtk/" depends=('libglade>=2.6.2-2' 'pycairo' 'pygobject>=2.14.0' 'python-numeric>=24.2-3') groups=('gnome' 'gnome-core') archs=('i686' 'x86_64') Finclude gnome - sha1sums=('8248a620ef4147af07a708643926523024789d4e') +export CFLAGS="$CFLAGS -fno-strict-aliasing -fgnu89-inline" + +subpkgs=("$pkgname-docs") +subdescs=("Pygtk Documentation") +subdepends=() +subgroups=('gnome-extra') +subarchs=('i686 x86_64') + +build() +{ + Fbuild + Fsplit $pkgname-docs usr/share/gtk-doc +} # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
