wok annotate gtk-theme-greybird/receipt @ rev 19446
dillo: add stuff/fltk-1.3.3.u
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 15 18:21:21 2016 +0200 (2016-10-15) |
parents | 887b3b11683d |
children | e3f377fbc5f0 |
rev | line source |
---|---|
al@19083 | 1 # SliTaz package receipt. |
al@19083 | 2 |
al@19083 | 3 PACKAGE="gtk-theme-greybird" |
al@19083 | 4 VERSION="1.6.2" |
al@19126 | 5 CATEGORY="customization" |
al@19083 | 6 SHORT_DESC="Greybird is GTK+2 and GTK+3 theme from the Shimmer Project" |
al@19083 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@19083 | 8 LICENSE="GPL2 CC-BY-SA-3" |
al@19083 | 9 WEB_SITE="http://shimmerproject.org/our-projects/greybird/" |
al@19083 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@19083 | 11 WGET_URL="https://github.com/shimmerproject/Greybird/archive/v$VERSION.tar.gz" |
al@19114 | 12 HOST_ARCH="any" |
al@19083 | 13 |
al@19083 | 14 DEPENDS="gtk2-engine-murrine" |
al@19083 | 15 |
al@19111 | 16 # Rules to configure and make the package. |
al@19111 | 17 compile_rules() |
al@19111 | 18 { |
al@19111 | 19 patch -p1 -i $stuff/define-sizes.patch |
al@19111 | 20 } |
al@19111 | 21 |
al@19083 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@19083 | 23 genpkg_rules() |
al@19083 | 24 { |
al@19083 | 25 T='/usr/share/themes/Greybird' |
al@19083 | 26 mkdir -p $fs/$T |
al@19083 | 27 cp -a \ |
al@19083 | 28 $src/gtk-2.0 \ |
al@19083 | 29 $src/gtk-3.0 \ |
al@19083 | 30 $src/xfce-notify-4.0 \ |
al@19083 | 31 $src/xfce-notify-4.0_bright \ |
al@19083 | 32 $src/index.theme \ |
al@19083 | 33 $fs/$T |
al@19083 | 34 } |