# HG changeset patch # User Pascal Bellard # Date 1423819276 -3600 # Node ID 3439d7f01c8c1f76106d5aec969b9f03068f0fa8 # Parent 8b9958254ee89611829631b55a27e354218aad9b alarm-clock: no more notify_notification_new_with_status_icon in libnotify 0.7+ diff -r 8b9958254ee8 -r 3439d7f01c8c alarm-clock/receipt --- a/alarm-clock/receipt Fri Feb 13 10:05:40 2015 +0100 +++ b/alarm-clock/receipt Fri Feb 13 10:21:16 2015 +0100 @@ -20,7 +20,8 @@ # Rules to configure and make the package. compile_rules() { - cd $src + sed -i 's/notify_notification_new_with_status_icon.*/status_icon;/' \ + src/alarm_runner.c chmod +x install-sh ./configure && make && make install }