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

Up: slitaz-boot-scripts(444), tazinst(91), tazinst-gui(91).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 05 15:35:01 2017 +0300 (2017-10-05)
parents 887b3b11683d
children e3f377fbc5f0
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk-theme-greybird"
4 VERSION="1.6.2"
5 CATEGORY="customization"
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"
12 HOST_ARCH="any"
14 DEPENDS="gtk2-engine-murrine"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 patch -p1 -i $stuff/define-sizes.patch
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 T='/usr/share/themes/Greybird'
26 mkdir -p $fs/$T
27 cp -a \
28 $src/gtk-2.0 \
29 $src/gtk-3.0 \
30 $src/xfce-notify-4.0 \
31 $src/xfce-notify-4.0_bright \
32 $src/index.theme \
33 $fs/$T
34 }