wok diff marlin/receipt @ rev 24113

gst-libav, gst-plugins-base-1.0: series = 1.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 29 12:51:33 2021 +0000 (2021-09-29)
parents b306abf02078
children 544e47246b33
line diff
     1.1 --- a/marlin/receipt	Thu Feb 26 22:08:46 2015 -0300
     1.2 +++ b/marlin/receipt	Wed Sep 29 12:51:33 2021 +0000
     1.3 @@ -25,7 +25,9 @@
     1.4  
     1.5  	patch -p1 < $stuff/marlin-0.5.patch
     1.6  	patch -p1 < $stuff/marlin-icons.patch
     1.7 -	patch -p1 < $stuff/marlin-fix-tests.patch
     1.8 +	sed -i 's/Gdk.EventKey event = Gdk.EventKey(/Gdk.Event event = new Gdk.Event(Gdk.EventType.KEY_PRESS/' libwidgets/tests/tests-pathbar.vala
     1.9 +	sed -i 's/event\./&key./' libwidgets/tests/tests-pathbar.vala
    1.10 +	sed -i 's/event)/event.key)/' libwidgets/tests/tests-pathbar.vala
    1.11  
    1.12  	mkdir build && cd build &&
    1.13  	cmake .. -DCMAKE_INSTALL_PREFIX=/usr &&