wok view gtk-theme-greybird/receipt @ rev 19083

Add themes from the Shimmer Project that fit GTK+2/3 at the same time
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 29 17:46:17 2016 +0300 (2016-04-29)
parents
children 50fe6ea964e4
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk-theme-greybird"
4 VERSION="1.6.2"
5 CATEGORY="misc"
6 SHORT_DESC="Greybird is GTK+2 and GTK+3 theme from the Shimmer Project"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2 CC-BY-SA-3"
9 WEB_SITE="http://shimmerproject.org/our-projects/greybird/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/shimmerproject/Greybird/archive/v$VERSION.tar.gz"
13 DEPENDS="gtk2-engine-murrine"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 T='/usr/share/themes/Greybird'
19 mkdir -p $fs/$T
20 cp -a \
21 $src/gtk-2.0 \
22 $src/gtk-3.0 \
23 $src/xfce-notify-4.0 \
24 $src/xfce-notify-4.0_bright \
25 $src/index.theme \
26 $fs/$T
27 }