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

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gtk-theme-blackbird"
4 VERSION="0.4"
5 CATEGORY="customization"
6 SHORT_DESC="Dark Desktop suite for Xfce"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2 CC-BY-SA-3"
9 WEB_SITE="https://github.com/shimmerproject/Blackbird"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/shimmerproject/Blackbird/archive/v$VERSION.tar.gz"
15 DEPENDS_std="gtk2-engine-murrine"
16 TAGS_std="Shimmer theme GTK2 GTK3 Metacity Xfwm4"
18 compile_rules() {
19 T="$install/usr/share/themes/Blackbird"
20 mkdir -p $T
21 cp -r gtk-2.0/ gtk-3.0/ metacity-1/ xfce-notify-4.0/ xfwm4/ $T
22 }