wok diff slitaz-violet-theme/receipt @ rev 19114

Add shiki-colors, shiki-colors-murrine. Specify HOST_ARCH="any" on the packages containing themes only.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 07 16:09:04 2016 +0300 (2016-05-07)
parents eb8067417980
children 40fab26c175d
line diff
     1.1 --- a/slitaz-violet-theme/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/slitaz-violet-theme/receipt	Sat May 07 16:09:04 2016 +0300
     1.3 @@ -7,16 +7,13 @@
     1.4  MAINTAINER="sygne@ombres.eu"
     1.5  LICENSE="GPL3"
     1.6  WEB_SITE="http://www.souffles.eu/linux"
     1.7 +HOST_ARCH="any"
     1.8  
     1.9  DEPENDS="openbox clearlooks"
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12  genpkg_rules()
    1.13  {
    1.14 -	
    1.15  	mkdir -p $fs/usr/share/themes
    1.16 -    cp -a stuff/* $fs/usr/share/themes
    1.17 -
    1.18 -	
    1.19 +	cp -a stuff/* $fs/usr/share/themes
    1.20  }
    1.21 -