wok diff pygtk-dev/receipt @ rev 6952

Fixed a bug in gobject-introspection. Looks like /usr/lib/girepository-1.0 is needed gobject-introspection instead of the -dev package.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 25 22:01:57 2010 +0000 (2010-10-25)
parents 66d952425df7
children 11146001e21c
line diff
     1.1 --- a/pygtk-dev/receipt	Mon Oct 18 16:44:00 2010 +0000
     1.2 +++ b/pygtk-dev/receipt	Mon Oct 25 22:01:57 2010 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="GTK+ for Python dev files with codegen."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="pygtk"
     1.8 +DEPENDS="pygtk pygobject-dev pycairo-dev"
     1.9  BUILD_DEPENDS="pygobject-dev pycairo-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.pygtk.org/"