wok view gtk2-theme-chrommo/receipt @ rev 19112

Deprecate "murrine" package, use "gtk2-engine-murrine" instead.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 07 04:49:28 2016 +0300 (2016-05-07)
parents d59452dc5ed3
children 887b3b11683d
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk2-theme-chrommo"
4 VERSION="1.0.5"
5 CATEGORY="x-window"
6 SHORT_DESC="A beautiful and modern theme with white color."
7 MAINTAINER="hackdorte@sapo.pt"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
11 DEPENDS="gtk2-engine-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 }