wok-next annotate gtk-theme-blackbird/receipt @ rev 21426
updated qcad (3.7.5 -> 3.24.3.4)
author | Hans-G?nter Theisgen |
---|---|
date | Tue May 05 07:09:38 2020 +0100 (2020-05-05) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
al@20199 | 1 # SliTaz package receipt v2. |
al@19083 | 2 |
al@19083 | 3 PACKAGE="gtk-theme-blackbird" |
al@19083 | 4 VERSION="0.4" |
al@19126 | 5 CATEGORY="customization" |
al@21053 | 6 SHORT_DESC="Dark Desktop suite for Xfce" |
al@19083 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@19083 | 8 LICENSE="GPL2 CC-BY-SA-3" |
al@20663 | 9 WEB_SITE="https://github.com/shimmerproject/Blackbird" |
al@21053 | 10 HOST_ARCH="any" |
al@20199 | 11 |
al@19083 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@19083 | 13 WGET_URL="https://github.com/shimmerproject/Blackbird/archive/v$VERSION.tar.gz" |
al@19083 | 14 |
al@21053 | 15 DEPENDS_std="gtk2-engine-murrine" |
al@21053 | 16 TAGS_std="Shimmer theme GTK2 GTK3 Metacity Xfwm4" |
al@21053 | 17 |
al@20199 | 18 compile_rules() { |
al@20199 | 19 T="$install/usr/share/themes/Blackbird" |
al@20199 | 20 mkdir -p $T |
al@21053 | 21 cp -r gtk-2.0/ gtk-3.0/ metacity-1/ xfce-notify-4.0/ xfwm4/ $T |
al@19111 | 22 } |