wok-next rev 16608
pidgin-musictracker: new glib api
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 08 08:46:43 2014 +0000 (2014-05-08) |
parents | e9f0fb583bb5 |
children | 6977df3925cf |
files | pidgin-musictracker/receipt |
line diff
1.1 --- a/pidgin-musictracker/receipt Thu May 08 08:21:41 2014 +0000 1.2 +++ b/pidgin-musictracker/receipt Thu May 08 08:46:43 2014 +0000 1.3 @@ -17,7 +17,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + sed -i -e 's/g_value_array_free/g_array_unref/' -e 's/GValueArray/GArray/' \ 1.9 + -e '/g_value_array_get_nth/{N;s/GValue.*/status = g_array_index(sigstruct, gint, 0);/}' \ 1.10 + src/mpris.c 1.11 ./configure $CONFIGURE_ARGS && 1.12 make && make DESTDIR=$DESTDIR install 1.13 }