wok diff engrampa/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 8fd3fcdc0042
children 9689f1b75619
line diff
     1.1 --- a/engrampa/receipt	Fri Aug 08 00:41:35 2014 -0300
     1.2 +++ b/engrampa/receipt	Sat Oct 18 21:57:38 2014 +0200
     1.3 @@ -31,10 +31,15 @@
     1.4  
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/share/pixmaps
     1.8 +	mkdir -p $fs/usr/share/$PACKAGE
     1.9  	cp -a $install/usr/bin $fs/usr
    1.10  	cp -a $install/usr/lib $fs/usr
    1.11 -	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    1.12 +	cp -a $install/usr/share/$PACKAGE/* $fs/usr/share/$PACKAGE
    1.13 +	
    1.14 +	mkdir -p $fs/usr/share/applications
    1.15 +	cp -a $install/usr/share/applications/* $fs/usr/share/applications
    1.16 +	
    1.17 +	mkdir -p $fs/usr/share/pixmaps
    1.18  	cp -a $install/usr/share/icons/hicolor/32x32/apps/*.png \
    1.19  		$fs/usr/share/pixmaps
    1.20  }