wok diff lxqt-themes/receipt @ rev 23056

xplanet: add giflib5 patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 07 16:37:51 2020 +0100 (2020-03-07)
parents bdcd8803b305
children
line diff
     1.1 --- a/lxqt-themes/receipt	Sat Oct 18 17:59:10 2014 +0200
     1.2 +++ b/lxqt-themes/receipt	Sat Mar 07 16:37:51 2020 +0100
     1.3 @@ -17,4 +17,9 @@
     1.4  	mkdir -p $fs/usr/share/lxqt
     1.5  	cp -a $install/usr/share/lxqt/themes $fs/usr/share/lxqt
     1.6  	rm -rf $fs/usr/share/lxqt/themes/flat
     1.7 +	
     1.8 +	# Commit after dropping Qt4:
     1.9 +	cd $fs/usr/share/lxqt && patch -p1 < $stuff/taskbar.patch
    1.10 +	
    1.11 +	# find $fs -name *wow* -delete
    1.12  }