wok rev 17600
notification-daemon, pidgin-libnotify: fix notify_notification_new args
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 11 22:40:20 2015 +0100 (2015-02-11) |
parents | 64f921c6b7b5 |
children | 99d113bbc02d |
files | notification-daemon/receipt pidgin-libnotify/receipt |
line diff
1.1 --- a/notification-daemon/receipt Wed Feb 11 01:56:28 2015 -0500 1.2 +++ b/notification-daemon/receipt Wed Feb 11 22:40:20 2015 +0100 1.3 @@ -17,6 +17,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i '/"gnome-util"/{s/,$/);/;nd}' src/capplet/notification-properties.c 1.8 ./configure \ 1.9 --sysconfdir=/etc \ 1.10 --libexecdir=/usr/bin \
2.1 --- a/pidgin-libnotify/receipt Wed Feb 11 01:56:28 2015 -0500 2.2 +++ b/pidgin-libnotify/receipt Wed Feb 11 22:40:20 2015 +0100 2.3 @@ -16,7 +16,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - cd $src 2.8 + sed -i '/notify_notification_new/s/, NULL,/,/' src/pidgin-libnotify.c 2.9 ./configure $CONFIGURE_ARGS && make && make install 2.10 } 2.11