wok diff clutter-gtk/receipt @ rev 10785
geany: fix icon for desktop file (*.desktop use icon in /usr/share/pixmaps, tig pkg was ok before, dont modify it anymore!!!)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Jun 01 14:00:48 2011 +0200 (2011-06-01) |
parents | a037a9259b0c |
children | 082eb0e58670 |
line diff
1.1 --- a/clutter-gtk/receipt Mon Dec 13 18:45:20 2010 +0000 1.2 +++ b/clutter-gtk/receipt Wed Jun 01 14:00:48 2011 +0200 1.3 @@ -15,7 +15,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - patch -Np1 -i ../stuff/fix-gir.patch 1.8 + patch -Np1 -i $stuff/fix-gir.patch 1.9 sed -i -e 's/GTK_WIDGET_REALIZED/gtk_widget_get_realized/' \ 1.10 -e 's/GTK_WIDGET_VISIBLE/gtk_widget_get_visible/' \ 1.11 clutter-gtk/gtk-clutter-embed.c