wok diff gtk-theme-blackbird/receipt @ rev 19083

Add themes from the Shimmer Project that fit GTK+2/3 at the same time
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 29 17:46:17 2016 +0300 (2016-04-29)
parents
children 50fe6ea964e4
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gtk-theme-blackbird/receipt	Fri Apr 29 17:46:17 2016 +0300
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gtk-theme-blackbird"
     1.7 +VERSION="0.4"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="Blackbird is GTK+2 and GTK+3 theme from the Shimmer Project"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL2 CC-BY-SA-3"
    1.12 +WEB_SITE="http://shimmerproject.org/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WGET_URL="https://github.com/shimmerproject/Blackbird/archive/v$VERSION.tar.gz"
    1.15 +
    1.16 +DEPENDS="gtk2-engine-murrine"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	T='/usr/share/themes/Blackbird'
    1.22 +	mkdir -p $fs/$T
    1.23 +	cp -a \
    1.24 +		$src/gtk-2.0 \
    1.25 +		$src/gtk-3.0 \
    1.26 +		$src/xfce-notify-4.0 \
    1.27 +		$fs/$T
    1.28 +}