wok diff notify-python/receipt @ rev 17977

Up to latest: tazpanel, tazpkg.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 18 16:32:01 2015 +0300 (2015-04-18)
parents 3765f181a6d5
children 16df76e1fc6a
line diff
     1.1 --- a/notify-python/receipt	Sat Nov 30 17:02:58 2013 +0000
     1.2 +++ b/notify-python/receipt	Sat Apr 18 16:32:01 2015 +0300
     1.3 @@ -17,7 +17,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -    cd $src
     1.8 +    sed -i 's/, attach//;s/ attach[^;]*//;/GtkWidget .attach/d' src/pynotify.c
     1.9      ./configure \
    1.10      	--prefix=/usr \
    1.11      	$CONFIGURE_ARGS &&