wok-6.x annotate blinder-theme/receipt @ rev 18325
GTK-2 and Openbox Themes to Slitaz GNU Linux
author | Leonardo Laporte <plus.leonardolaporte@gmail.com> |
---|---|
date | Sat Sep 05 02:00:47 2015 -0300 (2015-09-05) |
parents | |
children | fca172c323cf |
rev | line source |
---|---|
plus@18325 | 1 # SliTaz package receipt. |
plus@18325 | 2 |
plus@18325 | 3 PACKAGE="blinder-theme" |
plus@18325 | 4 VERSION="1.0" |
plus@18325 | 5 CATEGORY="x-window" |
plus@18325 | 6 SHORT_DESC="SliTaz Blinder theme for GTK+2 and Openbox" |
plus@18325 | 7 MAINTAINER="hackdorte@sapo.pt" |
plus@18325 | 8 LICENSE="PublicDomain" |
plus@18325 | 9 WEB_SITE="http://hackdorte.tumblr.com" |
plus@18325 | 10 |
plus@18325 | 11 DEPENDS="murrine openbox" |
plus@18325 | 12 |
plus@18325 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
plus@18325 | 14 genpkg_rules() |
plus@18325 | 15 { |
plus@18325 | 16 mkdir -p $fs/usr/share/themes |
plus@18325 | 17 cp -a stuff/* $fs/usr/share/themes |
plus@18325 | 18 } |
plus@18325 | 19 |
plus@18325 | 20 post_install() |
plus@18325 | 21 { |
plus@18325 | 22 tazbox notify "Blinder Theme \n\n Successfully installed!" |
plus@18325 | 23 } |