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

Nasty typo broke the cooker
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 17 03:59:24 2018 +0300 (2018-10-17)
parents c4e53a39395a
children d5aab818505e
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://github.com/shimmerproject/Blackbird"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/shimmerproject/Blackbird/archive/v$VERSION.tar.gz"
14 compile_rules() {
15 T="$install/usr/share/themes/Blackbird"
16 mkdir -p $T
17 cp -r gtk-2.0 gtk-3.0 metacity-1 xfce-notify-4.0 xfwm4 $T
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="gtk2-engine-murrine"
23 }