wok annotate gtk2-theme-chrommo/receipt @ rev 19111

gtk-theme-{albatross,blackbird,bluebird,greybird,orion}: define all gtk2 icon-related sizes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 06 15:40:30 2016 +0300 (2016-05-06)
parents 96e88acc5a31
children bc5d5781c529
rev   line source
plus@18325 1 # SliTaz package receipt.
plus@18325 2
hackdorte@19047 3 PACKAGE="gtk2-theme-chrommo"
hackdorte@19047 4 VERSION="1.0.5"
plus@18325 5 CATEGORY="x-window"
hackdorte@19047 6 SHORT_DESC="A beautiful and modern theme with white color."
plus@18325 7 MAINTAINER="hackdorte@sapo.pt"
hackdorte@19047 8 LICENSE="PublicDomain"
hackdorte@18900 9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
plus@18325 10
hackdorte@19047 11 DEPENDS="murrine"
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
hackdorte@19047 18 }