wok diff pidgin-musictracker/receipt @ rev 17244

lxqt-themes: add patch
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 18 21:57:38 2014 +0200 (2014-10-18)
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	Sat Oct 18 21:57:38 2014 +0200
     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  }