wok-current rev 5718
clutter-gtk: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 24 14:23:34 2010 +0200 (2010-06-24) |
parents | bf2321ae32bd |
children | 106524d1828e |
files | PyQt-x11-gpl/receipt clutter-gtk/receipt |
line diff
1.1 --- a/PyQt-x11-gpl/receipt Thu Jun 24 12:15:42 2010 +0200 1.2 +++ b/PyQt-x11-gpl/receipt Thu Jun 24 14:23:34 2010 +0200 1.3 @@ -8,7 +8,7 @@ 1.4 DEPENDS="python libQtDesigner libQtScript libQtCore libQtGui \ 1.5 libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql \ 1.6 libQtDBus libQtClucene sip gcc-lib-base dbus" 1.7 -BUILD_DEPENDS="python-dev Qt4-dev qmake libQtDesigner libQtScript libQtCore \ 1.8 +BUILD_DEPENDS="python-dev Qt4-dev qmake libQtDesigner libQtScript libQtCore \ 1.9 libQtGui libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql libQtDBus libQtClucene \ 1.10 sip sip-dev" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz"
2.1 --- a/clutter-gtk/receipt Thu Jun 24 12:15:42 2010 +0200 2.2 +++ b/clutter-gtk/receipt Thu Jun 24 14:23:34 2010 +0200 2.3 @@ -15,6 +15,9 @@ 2.4 compile_rules() 2.5 { 2.6 cd $src 2.7 + sed -i -e 's/GTK_WIDGET_REALIZED/gtk_widget_get_realized/' \ 2.8 + -e 's/GTK_WIDGET_VISIBLE/gtk_widget_get_visible/' \ 2.9 + clutter-gtk/gtk-clutter-embed.c 2.10 ./configure \ 2.11 --prefix=/usr \ 2.12 $CONFIGURE_ARGS &&