wok-6.x diff alarm-clock/receipt @ rev 18251
Up tazpanel (517)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 03 10:18:09 2015 +0200 (2015-08-03) |
parents | 3439d7f01c8c |
children | 61fdfde9104b |
line diff
1.1 --- a/alarm-clock/receipt Fri Feb 13 10:21:16 2015 +0100 1.2 +++ b/alarm-clock/receipt Mon Aug 03 10:18:09 2015 +0200 1.3 @@ -20,7 +20,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - sed -i 's/notify_notification_new_with_status_icon.*/status_icon;/' \ 1.8 + sed -i 's/.*= notify_notification_new_with_status_icon/#define notify_notification_new_with_status_icon(a,b,c,d) notify_notification_new(a,b,gtk_status_icon_get_icon_name(c))\n&/' \ 1.9 src/alarm_runner.c 1.10 chmod +x install-sh 1.11 ./configure && make && make install