wok diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gtk2-theme-chrommo/receipt	Fri May 06 15:40:30 2016 +0300
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gtk2-theme-chrommo"
     1.7 +VERSION="1.0.5"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="A beautiful and modern theme with white color."
    1.10 +MAINTAINER="hackdorte@sapo.pt"
    1.11 +LICENSE="PublicDomain"
    1.12 +WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
    1.13 +
    1.14 +DEPENDS="murrine"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +    mkdir -p $fs/usr/share/themes
    1.20 +    cp -a stuff/* $fs/usr/share/themes
    1.21 +}