wok-next diff alarm-clock/receipt @ rev 17713

Up libmatemixer-dev wrong dir
author Yuri Pourre <yuripourre@gmail.com>
date Wed Mar 04 00:19:44 2015 -0300 (2015-03-04)
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	Wed Mar 04 00:19:44 2015 -0300
     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