# HG changeset patch # User Pascal Bellard # Date 1423743301 -3600 # Node ID 618eee5446f4866094f4ba7ed26bc546bcb005d5 # Parent 53b9b09d5276c8e9c2948d922465510bb73ec1dc notify-python: fix notify_notification_new args diff -r 53b9b09d5276 -r 618eee5446f4 notify-python/receipt --- a/notify-python/receipt Thu Feb 12 11:52:07 2015 +0100 +++ b/notify-python/receipt Thu Feb 12 13:15:01 2015 +0100 @@ -17,7 +17,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + sed -i 's/, attach//;s/ attach[^;]*//;/GtkWidget .attach/d' src/pynotify.c ./configure \ --prefix=/usr \ $CONFIGURE_ARGS &&