wok diff gtk2-theme-blinder/receipt @ rev 19046

Resolving the correct name for the blinder theme.
author Leonardo Laporte <hackdorte@sapo.pt>
date Sun Apr 17 16:22:14 2016 -0300 (2016-04-17)
parents blinder-theme/receipt@54520f45886e
children bc5d5781c529
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gtk2-theme-blinder/receipt	Sun Apr 17 16:22:14 2016 -0300
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gtk2-theme-blinder"
     1.7 +VERSION="1.0.3"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="An elegant and modern gtk2 theme with a soft color of ice."
    1.10 +MAINTAINER="hackdorte@sapo.pt"
    1.11 +LICENSE="PublicDomain"
    1.12 +WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
    1.13 +
    1.14 +DEPENDS="murrine"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +  mkdir -p $fs/usr/share/themes
    1.20 +  cp -a stuff/* $fs/usr/share/themes
    1.21 +}