wok annotate gtk-theme-bluebird/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 |
rev | line source |
---|---|
al@19083 | 1 # SliTaz package receipt. |
al@19083 | 2 |
al@19083 | 3 PACKAGE="gtk-theme-bluebird" |
al@19083 | 4 VERSION="1.2" |
al@19083 | 5 CATEGORY="misc" |
al@19083 | 6 SHORT_DESC="Bluebird 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/bluebird/" |
al@19083 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@19083 | 11 WGET_URL="https://github.com/shimmerproject/Bluebird/archive/v$VERSION.tar.gz" |
al@19083 | 12 |
al@19083 | 13 DEPENDS="gtk2-engine-murrine" |
al@19083 | 14 |
al@19083 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@19083 | 16 genpkg_rules() |
al@19083 | 17 { |
al@19083 | 18 T='/usr/share/themes/Bluebird' |
al@19083 | 19 mkdir -p $fs/$T |
al@19083 | 20 cp -a \ |
al@19083 | 21 $src/gtk-2.0 \ |
al@19083 | 22 $src/gtk-3.0 \ |
al@19083 | 23 $fs/$T |
al@19083 | 24 } |