wok-next diff gtk-theme-blackbird/receipt @ rev 20272

Update cups (thanks Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 09:48:17 2017 +0100 (2017-11-08)
parents 40fab26c175d
children c4e53a39395a
line diff
     1.1 --- a/gtk-theme-blackbird/receipt	Mon May 09 21:59:10 2016 +0300
     1.2 +++ b/gtk-theme-blackbird/receipt	Wed Nov 08 09:48:17 2017 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="gtk-theme-blackbird"
     1.8  VERSION="0.4"
     1.9 @@ -6,27 +6,19 @@
    1.10  SHORT_DESC="Blackbird is GTK+2 and GTK+3 theme from the Shimmer Project"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="GPL2 CC-BY-SA-3"
    1.13 -WEB_SITE="http://shimmerproject.org/"
    1.14 +WEB_SITE="https://shimmerproject.org/"
    1.15 +HOST_ARCH="any"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="https://github.com/shimmerproject/Blackbird/archive/v$VERSION.tar.gz"
    1.19 -HOST_ARCH="any"
    1.20  
    1.21 -DEPENDS="gtk2-engine-murrine"
    1.22 -
    1.23 -# Rules to configure and make the package
    1.24 -compile_rules()
    1.25 -{
    1.26 -	patch -p1 -i $stuff/define-sizes.patch
    1.27 +compile_rules() {
    1.28 +	T="$install/usr/share/themes/Blackbird"
    1.29 +	mkdir -p $T
    1.30 +	cp -r gtk-2.0 gtk-3.0 metacity-1 xfce-notify-4.0 xfwm4 $T
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 -	T='/usr/share/themes/Blackbird'
    1.37 -	mkdir -p $fs/$T
    1.38 -	cp -a \
    1.39 -		$src/gtk-2.0 \
    1.40 -		$src/gtk-3.0 \
    1.41 -		$src/xfce-notify-4.0 \
    1.42 -		$fs/$T
    1.43 +genpkg_rules() {
    1.44 +	copy @std
    1.45 +	DEPENDS="gtk2-engine-murrine"
    1.46  }