wok-6.x diff blinder-theme/receipt @ rev 19045

Remove openbox blinder theme. Duplicated in the repository.
author Leonardo Laporte <hackdorte@sapo.pt>
date Sun Apr 17 16:13:08 2016 -0300 (2016-04-17)
parents c2da0ba22fa6
children
line diff
     1.1 --- a/blinder-theme/receipt	Thu Feb 18 16:11:22 2016 -0200
     1.2 +++ b/blinder-theme/receipt	Sun Apr 17 16:13:08 2016 -0300
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6 -PACKAGE="blinder-theme"
     1.7 -VERSION="1.0.2"
     1.8 +PACKAGE="gtk2-theme-blinder"
     1.9 +VERSION="1.0.3"
    1.10  CATEGORY="x-window"
    1.11 -SHORT_DESC="SliTaz Blinder theme for GTK+2 and Openbox"
    1.12 +SHORT_DESC="An elegant and modern gtk2 theme with a soft color of ice."
    1.13  MAINTAINER="hackdorte@sapo.pt"
    1.14 -LICENSE="BSD"
    1.15 +LICENSE="PublicDomain"
    1.16  WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
    1.17  
    1.18  DEPENDS="murrine"
    1.19 @@ -13,6 +13,6 @@
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/share/themes
    1.24 -	cp -a stuff/* $fs/usr/share/themes
    1.25 +  mkdir -p $fs/usr/share/themes
    1.26 +  cp -a stuff/* $fs/usr/share/themes
    1.27  }