wok diff alarm-clock/receipt @ rev 18497

libfm: define tar.xz for xarchiver
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 11 13:59:02 2015 +0200 (2015-10-11)
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	Sun Oct 11 13:59:02 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