wok annotate gtk-theme-blackbird/receipt @ rev 22310

updated xterm (314 -> 350)
author Hans-G?nter Theisgen
date Thu Nov 14 10:30:11 2019 +0100 (2019-11-14)
parents 887b3b11683d
children 5ea0ce1cecc0
rev   line source
al@19083 1 # SliTaz package receipt.
al@19083 2
al@19083 3 PACKAGE="gtk-theme-blackbird"
al@19083 4 VERSION="0.4"
al@19126 5 CATEGORY="customization"
al@19083 6 SHORT_DESC="Blackbird 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/"
al@19083 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19083 11 WGET_URL="https://github.com/shimmerproject/Blackbird/archive/v$VERSION.tar.gz"
al@19114 12 HOST_ARCH="any"
al@19083 13
al@19083 14 DEPENDS="gtk2-engine-murrine"
al@19083 15
al@19111 16 # Rules to configure and make the package
al@19111 17 compile_rules()
al@19111 18 {
al@19111 19 patch -p1 -i $stuff/define-sizes.patch
al@19111 20 }
al@19111 21
al@19083 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19083 23 genpkg_rules()
al@19083 24 {
al@19083 25 T='/usr/share/themes/Blackbird'
al@19083 26 mkdir -p $fs/$T
al@19083 27 cp -a \
al@19083 28 $src/gtk-2.0 \
al@19083 29 $src/gtk-3.0 \
al@19083 30 $src/xfce-notify-4.0 \
al@19083 31 $fs/$T
al@19083 32 }