wok diff pidgin-musictracker/receipt @ rev 17843

cups-filters: add pkg files bdeps
author Richard Dunbar <mojo@slitaz.org>
date Mon Mar 23 23:26:13 2015 -0400 (2015-03-23)
parents 380ffe05937a
children 6135577f4d08
line diff
     1.1 --- a/pidgin-musictracker/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/pidgin-musictracker/receipt	Mon Mar 23 23:26:13 2015 -0400
     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  }