wok rev 17622
alarm-clock: no more notify_notification_new_with_status_icon in libnotify 0.7+
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 13 10:21:16 2015 +0100 (2015-02-13) |
parents | 8b9958254ee8 |
children | bfee6be043f8 |
files | alarm-clock/receipt |
line diff
1.1 --- a/alarm-clock/receipt Fri Feb 13 10:05:40 2015 +0100 1.2 +++ b/alarm-clock/receipt Fri Feb 13 10:21:16 2015 +0100 1.3 @@ -20,7 +20,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + sed -i 's/notify_notification_new_with_status_icon.*/status_icon;/' \ 1.9 + src/alarm_runner.c 1.10 chmod +x install-sh 1.11 ./configure && make && make install 1.12 }