wok view gtk2-theme-blinder/receipt @ rev 19083

Add themes from the Shimmer Project that fit GTK+2/3 at the same time
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 29 17:46:17 2016 +0300 (2016-04-29)
parents 54520f45886e
children bc5d5781c529
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk2-theme-blinder"
4 VERSION="1.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="An elegant and modern gtk2 theme with a soft color of ice."
7 MAINTAINER="hackdorte@sapo.pt"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
11 DEPENDS="murrine"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/themes
17 cp -a stuff/* $fs/usr/share/themes
18 }