wok-next view slitaz-violet-theme/receipt @ rev 21196
updated scrollz again (2.2.3 -> 2.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 03 16:09:40 2019 +0100 (2019-10-03) |
parents | 7b3a23fb8fdb |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slitaz-violet-theme"
4 VERSION="1.0"
5 CATEGORY="customization"
6 SHORT_DESC="Fresh violet theme for GTK2 and Openbox"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
10 REPOLOGY="-"
12 compile_rules() {
13 mkdir -p $install/usr/share/themes/
14 cp -r $stuff/* $install/usr/share/themes/
15 }
17 genpkg_rules() {
18 copy @std
19 DEPENDS="openbox clearlooks"
20 }