wok-next view gtk-theme-blackbird/receipt @ rev 20321

guacamole: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 11 17:00:22 2017 +0100 (2017-11-11)
parents 40fab26c175d
children c4e53a39395a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gtk-theme-blackbird"
4 VERSION="0.4"
5 CATEGORY="customization"
6 SHORT_DESC="Blackbird 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="https://shimmerproject.org/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/shimmerproject/Blackbird/archive/v$VERSION.tar.gz"
15 compile_rules() {
16 T="$install/usr/share/themes/Blackbird"
17 mkdir -p $T
18 cp -r gtk-2.0 gtk-3.0 metacity-1 xfce-notify-4.0 xfwm4 $T
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="gtk2-engine-murrine"
24 }